AW: [PythonCE] IdleCE new version

Anne Wangnick anne.wangnick at t-online.de
Fri Jan 28 18:58:02 CET 2005


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)
by
        self.filename = askopenfilename(self.root)

Regards,
Sebastian

-----Ursprungliche Nachricht-----
Von: pythonce-bounces at python.org [mailto:pythonce-bounces at python.org]Im
Auftrag von James Burkert
Gesendet: Freitag, 28. Januar 2005 15:55
An: pythonce at python.org
Betreff: Re: [PythonCE] IdleCE new version


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. Additionally, the "All Folders" setting doesn't show ALL the
py files, just the few that are in the same folder as IdleCE.

Is there any way you could put in some kind of more conventional file
browser, with a file tree and up-folder button?

Is anyone else having this problem?

Thanks!!
James

--
----------
James Burkert
Systems Integration and Mission Operations
Colorado Space Grant Consortium

My Schedule:
https://webcal.colorado.edu/command.shtml?calid=burkert&view=weekview
_______________________________________________
PythonCE mailing list
PythonCE at python.org
http://mail.python.org/mailman/listinfo/pythonce



More information about the PythonCE mailing list