Re: Windows mobile/CE emulator/virtual edition
"Jacob Kruger" <[email protected]> Mon, 1 Aug 2011 22:50:52 +0200
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <11989EECCD0E4340B6B79FDF53B5E6C4@jakes> |
Well, let's see - this seems to be the only real screen reader/TTS app for windows mobile out there: http://codefactory.es/en/downloads.asp?id=348 Got the virtual image of windows mobile running on my work machine, so will see if this one can run in something like demo mode therein tomorrow, but anyway. Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' ----- Original Message ----- From: "Jake Anderson" <[email protected]> To: <[email protected]> Sent: Friday, July 29, 2011 4:43 PM Subject: Re: [PythonCE] Windows mobile/CE emulator/virtual edition > On 07/29/2011 11:48 PM, [email protected] wrote: >> Just wondering what's the simplest way to test/try out python code before >> putting it on an actual windows mobile device, etc., and also wondering >> if >> some or other virtual version of windows mobile/CE will be accessible as >> such, since really not too sure if even a real unit/device will be able >> to >> run some form of narrator/screen reader software, etc. >> >> Stay well >> >> Jacob Kruger >> Blind Biker >> Skype: BlindZA >> '...fate had broken his body, but not his spirit...' >> >> _______________________________________________ >> PythonCE mailing list >> [email protected] >> http://mail.python.org/mailman/listinfo/pythonce > using tkinter for my apps gui it all generally was cross platform, the > only thing i needed to wrap as i recall was file access > i just had an if depending on the OS to give it the path to the files i > was playing with. > > dunno if that'll be enough for what you want it for though. If your after > it playing sounds I'd look into getting the app to play the sounds itself, > screen readers generally aren't all that good