Ticket #74 (closed defect)
wxFileDialog and wxStyledTextCtrl conflict
| Reported by: | anonymous | Owned by: | robind |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | ||
| Keywords: | Cc: | robind, roebling | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
When using a wxStyledTextCtrl I usually have full key control i.e. I can manuever with up, down arrows etc. But once, I use the wxFileDialog I lose much of this control. I could take over the Key Events, but this is too involved and I would lose some functionality. This behavior can be seen in the wxPython demo Main.py ***. The Styled Text Controls as well as the Python Shell Interpreter) all lose arrow movement, page up, page down, et.. once the wxFileDialog has been opened. Is there a workaround or fix for this?
-- I am using WindowsNT
*** - if you go into the demo (Main.py) and run it you will find that the wxStyledTextCtrl demos work fine (i.e. you can manuever as you would expect). Then if you run the wxFileDialog demo and re-run the wxStyledTextCtrl you will find that you no longer have such control.
