On Mon, 28 Mar 2005 18:53:39 -0800, Mike Hall
<[EMAIL PROTECTED]> wrote:

> I my case the gui will be comprised of html and javascript, talking to
> python through system calls. I basically want to know if there's an
> equivalent of the "webbrowser()" module (which launches my browser) for
> file dialogs. This is what EasyDialogs should do, but does not.

If you're using html and browser scripting for your GUI, then you'll
probably need to use html and browser scripting for your file dialog
too.  A file dialog is just another GUI segment, so it should work the
same as the rest of your GUI.

Jeff Shannon
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to