On Mon, Jul 21, 2008 at 10:22 AM, Nate Lowrie <[EMAIL PROTECTED]> wrote: > On Mon, Jul 21, 2008 at 10:18 AM, Ed Leafe <[EMAIL PROTECTED]> wrote: >> On Jul 21, 2008, at 11:11 AM, Nate Lowrie wrote: >> >>>> Is the latest dDateTextBox working for you on XP? >>> >>> Just checked. I ran dDateTextBox.py and was able to double click on >>> the control and the calender floating panel popped up perfectly. >> >> >> Well, the shell history also uses the FloatingPanel, so it should be >> working if dDateTextBox is. >> >> If you want to try debugging, start in dShell.onShellKeyDown() > > I'll take a look at it.
Here is the issue. evt.controlDown is registering and is set to true. However, it also registers as a key. So, we get the ASCI value of 17 passed as the key that is down. Then, if you press R or any other key for that matter, wx doesn't register it. It just records the Control key press. Not sure what to do about this. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
