Here's some sample code that highlights my application closing problem. If
a user uses the Quit button, no problem. If on the other hand they close
the frame, hay mucho problemas.
I've included some comments and commented out some code that can be used to
alter the applications behavior. Ideal
Hi Thomas,
Your script works well for me on Ubuntu Feisty.
The only issue I have is, that it doesn't detect the "//Program Files/"
folder correctly for non-US Pocket PCs. (E.g. German WinCE uses
"//Programme/").
I've tried to get this directory via CeGetSpecialFolder, but was not
successful.
As with Python on any other operating system, extension modules for version
2.3 (for example) will not work with 2.4 or later. You could try to build a
win32process.pyd for PythonCE 2.5 but a better solution I think would be to
use ctypes.
Luke
- Original Message -
From: "Andrew Boot
I have a a wxPython application on the PPC 2003, Python 2.4, etc...
I can gracefully exit on win32 from the frame close button or any button
within the frame. My trouble arises on the PPC because the frame widgets
(esp. close button) seem to not be associated with wx as much as the system
and do
Hello Alexandre,
Today I downloaded your latest release of versterce
(vensterce-01022007.zip), which is great !
I just had some minor issues to get it running.
Can you please change ce.py to make it WinCe 4.20 compatible?
aygshell.py in WinCe 4.20 just allow access via ordinal. Below code made