Re: mouseDown/Up - no actions when not on buttons

2005-02-10 Thread Pat Trendler
t;[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Friday, February 11, 2005 4:58 AM Subject: RE: mouseDown/Up - no actions when not on buttons Even without storing the selectedField into a local variable, I was still getting errors when clicking on the stack. The problems persisted e

RE: mouseDown/Up - no actions when not on buttons

2005-02-10 Thread Silver, Jason
age- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pat Trendler Sent: Wednesday, February 09, 2005 5:50 PM To: [EMAIL PROTECTED]; How to use Revolution Subject: Re: mouseDown/Up - no actions when not on buttons J Landman Gay wrote: snip > Instead of trying to get the name fo

Re: mouseDown/Up - no actions when not on buttons

2005-02-09 Thread Pat Trendler
J Landman Gay wrote: snip Instead of trying to get the name for all cases, change the syntax to: case navUp -- Determine which text field the user was in if the selectedField contains "User ID" then -- change this focus on field "Password" Jaqueline, The above is always empty. If you

Re: mouseDown/Up - no actions when not on buttons

2005-02-08 Thread J. Landman Gay
On 2/8/05 10:08 PM, I wrote: By using "contains" instead of "equals", you can work with an empty case. Sorry, this is of course untrue; you could use equals there. The thing that fixes the script is that it is no longer trying to get the name of empty. Any comparison type would work. -- Jacquel

Re: mouseDown/Up - no actions when not on buttons

2005-02-08 Thread J. Landman Gay
On 2/8/05 4:54 PM, Silver, Jason wrote: case navUp -- Determine which text field the user is currently in put the short name of the selectedField into activeField if activeField = "User ID" then focus on field "Password" else -- The user must be in the password field focus on field

Re: mouseDown/Up - no actions when not on buttons

2005-02-08 Thread Pat Trendler
e back' alter you create the button. Regards Pat [EMAIL PROTECTED] - Original Message - From: "Silver, Jason" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 09, 2005 8:54 AM Subject: mouseDown/Up - no actions when not on buttons Hello (again) :) After some very us

mouseDown/Up - no actions when not on buttons

2005-02-08 Thread Silver, Jason
Hello (again) :) After some very useful advice from Jacqueline Landman Gay at Hyperactive, I've changed the structure of my mobile phone sim tool. Now, instead of the buttons being on a palette, they're grouped and behave like a background, showing up on every card. When buttons are pressed, the