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 <[EMAIL PROTECTED]> | Mindlube Software | <http://mindlube.com>

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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to