On 03 Jan 2004, at 11:23, [EMAIL PROTECTED] wrote:


Message: 1
Date: Sat, 3 Jan 2004 01:10:22 -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


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:

And this one using the traversalOn property instead of the showFocusBorder?
Works for me ( both rev and mc) with the select empty :


on updateUI
  if lFldLocked <> true then
    if fld 1 = empty then disable fld 1
    else
      set the lockText of fld 1 to true
      set the traversalon of fld 1 to false
      select empty
    end if
  else
    if not the enabled of fld 1then enable fld 1
    set the traversalon of fld 1 to true
    set the lockText of fld 1 to false
    select text of fld 1
  end if
end updateUI

If it doesn't work for you, may you have another handler somewhere acting on open/closing fields or something like that.

Greetings,
WA

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

Reply via email to