(sorry if this post appear double time)
I again build a new wxPython from svn (2.9.2.0)
Following issues, I saw:
1) log messages
02:00:53 PM: Debug: Unrecognized accel key 'numpad *', accel string
ignored.
02:00:53 PM: Debug: Unrecognized accel key 'numpad /', accel string
ignored.
02:00:53 PM: Debug: Unknown accel modifier: 'numpad '
02:00:53 PM: Debug: No accel key found, accel string ignored.
02:00:53 PM: Debug: Unknown accel modifier: 'numpad '
02:00:53 PM: Debug: No accel key found, accel string ignored.
This is due to a change made last week in how the accelerator strings are parsed out of the menu item labels. I asked about it on wx-dev and there was a proposed change that would probably make both sides of the issue happy. I'll be testing and probably committing that change soon.
2) i have a dialog, where the cancel (esc key) is not working anymor
(in 2.8.11.1 it did)
Can you make a sample showing this problem?
3) in the same dialog, there is a listctrl, the arrow up/down keys
don't move to the next/previous item)
Is it just the up/down keys or is it all key events in the listctrl that are not working? Are you sure that the listctrl has the focus?
Forgot to say Python 2.6, XUbuntu Maverick.
4) In Demo, I can only select one demo item, after trying to select
another on the tree panel, the sandbox comes shortly, and the item is
not selected, so I cannot choose the other demo. In the Menu its the
same, and no traceback available.
Sandbox?
I'm not seeing this issue on my Linux box, although it is still an earlier version of Ubuntu...
For 3)
it could be, because I have an own key event handler in listctrl.
Anyway there is some difference in it between 2.8 and the current
testversion 2.9.2.0.
In that case I'd like to see a runnable sample for this issue too.
···
On 12/13/10 5:11 AM, franz steinhaeusler wrote:
--
Robin Dunn
Software Craftsman