But ONLY on Kubuntu/KDE. Everywhere else its 366, 367.
Ideas?
Yes, one: Which are the values of:
- wx.WXK_PAGEDOWN
- wx.WXK_PAGEUP
On your Kubuntu/KDE?
Andrea.
This is WEIRD, now i'm really confused!!
Python 2.5.1 (r251:54863, May 2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
print wx.WXK_PAGEDOWN
369
print wx.WXK_PAGEUP
368
Hi Phillip,
> But ONLY on Kubuntu/KDE. Everywhere else its 366, 367.
> Ideas?
Yes, one: Which are the values of:
- wx.WXK_PAGEDOWN
- wx.WXK_PAGEUP
On your Kubuntu/KDE?
Andrea.
This is WEIRD, now i'm really confused!!
Python 2.5.1 (r251:54863, May 2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> print wx.WXK_PAGEDOWN
369
>>> print wx.WXK_PAGEUP
368
Ok, then: if this happens also in the demo "Process and Events" ==>
"KeyEvents", I'd say it's a bug in the wxPython/wxWidgets version you
are using. I don't have a Kubuntu machine here, so I can't really test
it, but maybe Robin has an explanation.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
ยทยทยท
On Thu, May 1, 2008 at 3:05 PM, Phillip Watts wrote: