Re: [PythonCE] PPyGui SVN & PPyGui-win32

2008-07-08 Thread Jorgen Bodde
Even complaining about the lack of response is good! I was not aware of this project and I wanted to play again with python on my mobile phone so I am glad something useable is created. One small suggestion to Alex then is that it would be nice if the tutorial has more screenshots with the example

Re: [PythonCE] PPyGui SVN & PPyGui-win32

2008-07-08 Thread Alexandre Delattre
> But, is this a screen as in a window, frame or just text on a display? > Even photographs of a working example would tickle the imagination and > creativity of people wanting to extend their development on mobile > devices. Good point :) Will fix that ASAP Regards, Alexandre __

Re: [PythonCE] PPyGui SVN & PPyGui-win32

2008-07-08 Thread Alexandre Delattre
> Very nice! Will this work with WM5/WM6 Smartphones? I see that the > installer will not run, however I wonder if it can be installed manually. > -Justin Currently some widgets are not usable on non-touchscreen smartphones, which from what I heard will make impossible to go through the instal

Re: [PythonCE] PPyGui SVN & PPyGui-win32

2008-07-08 Thread Justin Mitchell
Alexandre Delattre wrote: > Very nice! Will this work with WM5/WM6 Smartphones? I see that the > installer will not run, however I wonder if it can be installed manually. > -Justin Currently some widgets are not usable on non-touchscreen smartphones, which from what I heard will make imp

[PythonCE] reading GPS?

2008-07-08 Thread Justin Mitchell
Any suggestions on where to get started on reading GPS coordinates? Would these be read through the serial interface? I have a Motorola Q9C Smartphone. Justin ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pytho

Re: [PythonCE] reading GPS?

2008-07-08 Thread Christopher Fairbairn
Hi Justin, On Wed 9/07/08 11:47 , Justin Mitchell [EMAIL PROTECTED] sent: > Any suggestions on where to get started on reading GPS coordinates? > Would these be read through the serial interface? I have a Motorola Q9C > Smartphone. One approach (if you don't mind being Windows Mobile dependant

Re: [PythonCE] reading GPS?

2008-07-08 Thread Alex Mandel
Justin Mitchell wrote: Any suggestions on where to get started on reading GPS coordinates? Would these be read through the serial interface? I have a Motorola Q9C Smartphone. Justin Yes, do a search through the history of this list for ceserial to get the python wrapper around the com por

Re: [PythonCE] reading GPS?

2008-07-08 Thread Justin Mitchell
Alex Mandel wrote: Justin Mitchell wrote: Any suggestions on where to get started on reading GPS coordinates? Would these be read through the serial interface? I have a Motorola Q9C Smartphone. Justin Yes, do a search through the history of this list for ceserial to get the python wrappe

Re: [PythonCE] reading GPS?

2008-07-08 Thread Justin Mitchell
Christopher Fairbairn wrote: Hi Justin, On Wed 9/07/08 11:47 , Justin Mitchell [EMAIL PROTECTED] sent: Any suggestions on where to get started on reading GPS coordinates? Would these be read through the serial interface? I have a Motorola Q9C Smartphone. One approach (if you don't mind be

Re: [PythonCE] reading GPS?

2008-07-08 Thread Christopher Fairbairn
Hi, On Wed 9/07/08 12:58 , Justin Mitchell [EMAIL PROTECTED] sent: > Thanks for the info. I think the serial approach would suit me better. > However... I don't think the GPS control panel exists on my phone (there > was no GPS Settings registry key). I wonder if MS removed it in WM 6.1. > > D