Hmmm. AFAIK, one should always return True after handling a Keydown event. What other problrms are you experiencing?
Roger Clary On Mar 20, 2007, at 1:53 PM, jim_meyer wrote: > That does help but then leads me to other problems I have to work > around....... > > Jim > > On Mar 20, 2007, at 1:44 PM, realbasic-nug- > [EMAIL PROTECTED] wrote: > >> Message: 20 >> Date: Tue, 20 Mar 2007 08:14:25 -0700 >> From: "Dennis Birch" <[EMAIL PROTECTED]> >> Subject: Re: Double keydown event >> To: "REALbasic NUG" <[email protected]> >> Message-ID: >> <[EMAIL PROTECTED]> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> >> On 3/20/07, jim_meyer <[EMAIL PROTECTED]> wrote: >>> It seems that since I upgraded my machine to 10.4.9, every time I >>> press a key, window.keydown fires 2 times....... >>> >>> Has anyone else seen this problem? Is there a workaround? >> >> I ran into the same problem. >> >> Adding Return True to the end of my Keydown event handlers fixed the >> problem for me. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
