Le 2 sept. 06 à 19:05 Soir, [EMAIL PROTECTED] a écrit:
On Sep 02, 2006, at 16:28 UTC, Robert Poland wrote:
The Window KeyDown event works fine with the Mac.
Not in general, it doesn't. Any key the EditField processes itself
won't get to the Window. Whether the EditField processes return,
enter, and tab depend on the EditField settings, as well as
(apparently) the platform you're running under. The EditField KeyDown
event is the right place for this code.
For instance, on Mac OS X, when you have a multiline editfield (which
has the focus) and a pushbutton (default=true), the return key
inserts a new line (in the field) while the enter key presses the
button. Is that the explanation about the difference between Mac/Win32?
(also, usually, under Mac return=chr(13) and enter=chr(3) while, on
Win32, both have the same ascii value; there are many differences)._______________________________________________
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>