Is it possible to detect whether the SIP (software keyboard) is displayed or
not? It would be nice to resize my main frame when the SIP is in the way.
P.S. One good text editor I've found for editing code on the PPC is cke.
It's a bit alpha-ish, so sometimes there are some display glitches (tu
So, I think I might have my install kinda borked. I finally got it working,
but I had to jump through some hoops to make it work.
First, I installed PythonCE with CABINSTL directly into /Python (I switch SD
cards all the time, wanted it in main memory (for speed too), but with as
few spaces as p
Luke,
You wrote on 2/23/07, in response to my inquiry about how to handle what are
generally close events on Windows (but not on CE),
You may be able to capture the event as WM_SHOWWINDOW.
Should this event be captured through wxPython or do I have to use ctypes or
something else?
What
Hi Alex,
It is great that you put additional effort into venster.
Although I don't have much time at the moment, at least I will do some
beta testing. :)
SHDoneButton should have a ordinal of 69. But it is likely that you can
address it directly. I will try later.
For other ordinals I have used
Jan Ischebeck a écrit :
> 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 all
Hello,
When I began pyhtonce, finding no gui library that is both native and
have a small memory footprint is what makes me look into another way and
port venster. On desktop, I obviously prefer wx, but on my PDA the
dll/pyd are so bigs that even if I succeed in importing it I can import
nothing m
#!/usr/bin/python
# -*- coding: latin2 -*-
import os, sys
print sys.getdefaultencoding()
print sys.getfilesystemencoding()
The result is the folowing:
mbcs
ascii
I use hungarian characters in my program.
I write an application for polisters in PythonCE 2.5
I'd like use it with tkinter and sqlite