spontaneously resizing fields

Alex Rice alex at mindlube.com
Sat Jan 3 03:10:22 EST 2004


On Jan 2, 2004, at 6:39 PM, Wouter wrote:

> change the updateUI to :

Wouter, the symptom - spontaneously resizing field- still exists for me 
using the changed updateUI handler:


> on updateUI
>   if lFldLocked <> true then
>     if fld  1 is "" then disable fld 1
>     else set the locktext of fld 1 to true
>     set the showFocusBorder of fld 1 to false
>   else
>     if not the enabled of fld 1  then enable fld 1
>     set the locktext of fld 1 to false
>     set the showFocusBorder of fld 1 to true
>     select text of fld 1
>   end if
> end updateUI


Alex Rice <alex at mindlube.com> | Mindlube Software | 
<http://mindlube.com>

what a waste of thumbs that are opposable
to make machines that are disposable  -Ani DiFranco



More information about the use-livecode mailing list