From xrubenx.es at gmail.com Thu Apr 5 11:34:58 2007 From: xrubenx.es at gmail.com (Ruben Miguelez Garcia) Date: Thu, 5 Apr 2007 11:34:58 +0200 Subject: [PythonCE] PiconetViewer Message-ID: <200704051134.58213.xrubenx.es@gmail.com> Hello to all, One month ago I finished my application, PiconetViewer. Because I learn from the net, I always try to give back to the net as much as I can so others can take something from me and helping one to each other... You know. The program is just a few text files, but the documentation includes other programs used by me, other documents, manuals, links,..., almost everything. The whole thing is about 430Mb but without external application is just 91Mb and without some papers, 30Mb. That is what you can get here http://www.tar.hu/xrubenxes/PiconetViewer/PiconetViewer.Documentation.html If you want to download all the 30Mb on a file, http://rapidshare.com/files/24372236/PiconetViewer.rar Well, that's all. Have a nice Easter holidays. Kind regards / Cumprimentos / Atentamente, Ruben. From alexandre.delattre at enst-bretagne.fr Fri Apr 6 17:46:43 2007 From: alexandre.delattre at enst-bretagne.fr (alexandre.delattre at enst-bretagne.fr) Date: Fri, 6 Apr 2007 17:46:43 +0200 Subject: [PythonCE] VensterCE beta Message-ID: <20070406174643.89js9cpggk0g44sc@webmail.enst-bretagne.fr> Hello everyone, You can check the new release on sourceforge : http://sourceforge.net/projects/vensterce Here is the change log : - Added venster.layout : a BoxSizer class to manage the layout of controls, see the tutorial to learn how use it. - Added venster.newdialog : a ModalDialog that closely emulates the behaviour of modal dialogs but that can be build like any other vensterce window. - Various bugfixes and additions (constants and function that were missing). - Improved WinCE 4.20 compatibility thanks to Jan Ischebeck. Bonus : PyCEIde is now built upon scintilla -> syntax coloration, code folding and other goodies ... As usual feedback is always welcome. Alex. From tzeench at irc-resort.de Tue Apr 17 13:53:21 2007 From: tzeench at irc-resort.de (Florian Grunow) Date: Tue, 17 Apr 2007 13:53:21 +0200 Subject: [PythonCE] GSM info Message-ID: <4624B531.80707@irc-resort.de> Hi there! I'm trying to get some information like nearest cell, cell id, etc. from my Windows Mobile 5 phone with pythonCE on it. I've seen symbian based phones do this with import location, is there anything like this for pythonce? If not, how can I do this in python? Greets, Florian Grunow -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://mail.python.org/pipermail/pythonce/attachments/20070417/7c3e508c/attachment.pgp From alexandre.delattre at enst-bretagne.fr Wed Apr 25 14:22:50 2007 From: alexandre.delattre at enst-bretagne.fr (Alexandre Delattre) Date: Wed, 25 Apr 2007 14:22:50 +0200 Subject: [PythonCE] Pypoom initial release Message-ID: <462F481A.8020104@enst-bretagne.fr> The first release of pypoom is online. Pypoom is a module that gives you access to Pocket Outlook PIMs. For details, see the article i've published on the wiki (http://pythonce.sf.net/Wikka/PIMs). From alexandre.delattre at enst-bretagne.fr Fri Apr 27 09:22:08 2007 From: alexandre.delattre at enst-bretagne.fr (Alexandre Delattre) Date: Fri, 27 Apr 2007 09:22:08 +0200 Subject: [PythonCE] GSM info Message-ID: <4631A4A0.9080007@enst-bretagne.fr> Hello, I've never heard of an existing GPS module for PythonCE, however it should be possible to access the GPS API via ctypes, or communicate directly to the device via the COM port with pyceserial.