On Sep 2, 2006, at 10:07 AM, [EMAIL PROTECTED] wrote:
On Sep 02, 2006, at 16:03 UTC, Robert Poland wrote:
Are you putting this code in the Window or Editfield Keydown event?
In the window. Don't think I have any other KeyDown code.
Oh, there's the problem then. The window's KeyDown event should not
fire in this case, since the EditField is perfectly capable of
handling
these keys, and will do so before the event ever gets to the window.
Put your breakpoint in the EditFIeld's KeyDown event if you want to
catch key presses in the edit field.
Best,
- Joe
--
Joe Strout -- [EMAIL PROTECTED]
Verified Express, LLC "Making the Internet a Better Place"
http://www.verex.com/
The Window KeyDown event works fine with the Mac. Putting the code in
the editfield KeyDown gave very weird results.
Robert Poland
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>