Re: Question on message handling

2005-10-13 Thread Ken Ray
On 10/13/05 9:12 AM, "Jim Hurley" <[EMAIL PROTECTED]> wrote: > on keyDown theKey > > switch theKey > case "/" >send "mouseUP" to button "pause" >break > case "\" >send "mouseUP" to button "resume" >break > default >pass keyDown > end switch > > end keyDown > > What I found s

Re: Question on message handling

2005-10-13 Thread Mark Wieder
Jim- Thursday, October 13, 2005, 7:12:32 AM, you wrote: > What I found surprising (and welcome) is that the back and forward > slashes never appear in the field. The key stroke is never passed > back to the field for display after it is caught by the card script. > (It would be if there were a "

Re: Question on message handling

2005-10-13 Thread Jim Hurley
Message: 17 Date: Wed, 12 Oct 2005 17:26:20 -0500 From: Ken Ray <[EMAIL PROTECTED]> Subject: Re: Question on message handling To: Use Revolution List Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" On 10/12/05 2:22 PM, "Jim Hurley

Re: Question on message handling

2005-10-12 Thread Ken Ray
On 10/12/05 2:22 PM, "Jim Hurley" <[EMAIL PROTECTED]> wrote: > What puzzles me is that the card apparently gets the keyDown message > before the field does. That is exactly what I am looking for, but I > don't quite see why. If I'm typing in a field, why doesn't the > field get the message befor

Re: Question on message handling

2005-10-12 Thread J. Landman Gay
Jim Hurley wrote: What puzzles me is that the card apparently gets the keyDown message before the field does. That is exactly what I am looking for, but I don't quite see why. I'm not seeing that. I see the field getting the message first, even if the field is in a background group. I ma

Question on message handling

2005-10-12 Thread Jim Hurley
I guess I can't get away with claiming that this is a beginners question. Been at it too long for that. But I haven't worked much with fields and so this is an elementary question on that subject. I have a field in which the lockText is false so I can type into the field. I have a card hand