Hi, as it seems there is no scripting language for windows mobile devices that gives access to phone (sms, mms, make a call, take photo) I wonder how complex would it be to make a python library that would enable that (write something in C, compile, and import in pythonce).
Question: where shall start to understand how to compile a pyth...
PythonCE is a Python port for Windows CE and Windows Mobile. I'm currently working on a project that uses Bluetooth (actually PyBluez) to communicate with a remote device. My project works on Windows, Linux and Mac. The only problem I have porting it to Windows CE or Windows Mobile devices is that I don't know of any Bluetooth library th...
I have a windows mobile device - HTC Touch Viva - and PythonCE installed on it. I want to capture the camera image using python script. I have ctypes in PythonCE, so was wondering if I could load the DLL that controls the camera and access those methods directly.
Please let me know if anyone has done this before.
...
I'm working on a an PythonCE application, using the PocketPyGUI toolkit.
I'm using the gui.Table control to display a large list of choices
(addresses, codes and data associated), and I want to assign
a different color to the rows that have been completed.
Is there any way to colorize the rows given certain conditions?
TIA,
Pablo
...