Re: [PythonCE] Using buttons on PDA

2006-03-20 Thread jeffbarish
Yes indeed. To be precise, I found that the rocker button on my Dell Axim X51v triggers 5 wxPython events: WXK_LEFT, WXK_RIGHT, WXK_UP, WXK_DOWN, and WXK_RETURN. I have not detected any wxPython events when I push the program keys, so I suspect that they are dealt with by winCE before getting to

Re: [PythonCE] Using buttons on PDA

2006-03-15 Thread Luke Dunstan
I believe the scroll button can be handled like any other keyboard event as VK_UP / VK_DOWN keys. I'm not sure about the program keys, but I think RegisterHotKey() is related. I am speaking from a WinCE API point of view so I'm not sure how this translates to wxPython. Luke - Original Mes