AW: [PythonCE] IdleCE new version

2005-01-28 Thread Anne Wangnick
Hi James, you might consider to use module FileDialog instead. E.g. for open you would do: import FileDialog def askopenfilename(root): return FileDialog.LoadFileDialog(root).go() or "" ... and then replace in method open(self) self.filename = tkFileDialog.askopenfilename(self.root)

AW: [PythonCE] wxPythonCE sources

2005-01-28 Thread Anne Wangnick
Hello Alexey, this was the original email announcing the port. I guess Brian will be able to help you ... Regards, Sebastian -Ursprungliche Nachricht- Von: Im Auftrag von Brian Retford [EMAIL PROTECTED] Gesendet: Freitag, 17. Dezember 2004 20:56 An: pythonce@python.org Betreff: [PythonCE

Re: [PythonCE] IdleCE new version

2005-01-28 Thread Charles Barnes
File Dialog Changer replaces the original windows one with a much better one. Even allows for program exceptions. It comes as .cpl control panel file I think, and takes a bit of searching to find on the website but its there. I've been using it for a while but had no problems. http://www.pocketpcf

Re: [PythonCE] IdleCE new version

2005-01-28 Thread Michael Foord
James Burkert wrote: Hi Ed, I've got a small request on your new version. It looks great! But, I can't seem to navigate into any subfolders from the open/save menus. The dialog seems to have the same trouble a lot of other programs have on my iPAQ 2215, by default they don't allow too many subfolde

Re: [PythonCE] IdleCE new version

2005-01-28 Thread James Burkert
Hi Ed, I've got a small request on your new version. It looks great! But, I can't seem to navigate into any subfolders from the open/save menus. The dialog seems to have the same trouble a lot of other programs have on my iPAQ 2215, by default they don't allow too many subfolders to be listed. Add