HTMLtext property

Jan Schenkel janschenkel at yahoo.com
Sat Nov 16 23:22:00 EST 2002


--- Andre Rombauts <andre.rombauts at win.be> wrote:
> When setting the HTMLtext property a field is
> blocked: Im not able to
> move scrollbars or to type text even if thoses
> properties are set. Why? Is
> there a way to avoid this?
> 
> Andr
> 

Hi Andre,

The problem is in the redraw ; but you can solve this
problem by locking/unlocking the field. Here's the
work-around:

repeat 2 times
  set the lockText of fld "yourField" to \
    not the lockText of fld "yourField"
end repeat

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La Rochefoucauld)

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com


More information about the use-livecode mailing list