2.6=>2.8 (windows) - wxHorror :/
Wojtek P
wojtulek at gmail.com
Thu Oct 11 10:21:09 PDT 2007
Hello!
I use wxPython in my job and i like it very much. Our application is very
complicated. A when i switch from version 2.6 to 2.8 i have some problems :(
1) navigation keys from numpad - now only EVT_CHAR get old keycodes (WXK_UP
etc), in EVT_KEY_DOWN/UP i get only new WXK_NUMPAD_xxxx
2) some troubles with julian date (i use only whole days without time) - in
2.6 i got for example GetJDN()=3D=3D2.5, and now this same date=3D=3D2.485 =
- and
finally i get wrong result date - i use now ResetTime() for better way (i
get xxxx.xx.xx 01:00:00, with 2.6 i got 00:00:00 time)
3) very strange error -
http://www.nabble.com/Strange-behaviour-with-wxBitmapButton-in-2.8.0-RC1-t2=
767193.html.
When i run app under XP without skin all is ok, but wiht themes every
bitmapbutton have border - i found this page and use style=3Dwx.NO_BORDER. =
But
in help i don't found any information about this style for wxBitmapButton.
Under ver. 2.6 all ok
4) I wxPython demo is custom tree demonstration but label editing is not
possible - this control need need_chars flag - wihout this enter key don't
work... Double click on demo navigation tree throw some error on my console
I have some work with this version revolution - i have some troubles with
events in my custom controls. I write probably something else about my
wxAdventures :)
I still love this library - but sometimes use this is harmful for my health
;)
Sorry for my eng :/
w.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200710=
11/a6f2db2c/attachment.htm
More information about the wxpython-users
mailing list