Message: 4 Date: Fri, 2 Jan 2004 12:48:38 -0700 From: Alex Rice <[EMAIL PROTECTED]> Subject: Re: spontaneously resizing fields To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; format=flowed
OK here is a recipe. Is this an IDE bug, or something I am doing wrong?
snip
Alex Rice <[EMAIL PROTECTED]> | Mindlube Software | <http://mindlube.com>
change the updateUI to :
Forgot to mention that if you add :
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
select empty or focus on fld 1 -- the growing will start again
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
Greetings,
WA
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
