Quoting Joerg Fischer <[EMAIL PROTECTED]>:

> BUT this
>
>    fileFrom = filename_dialog("First file:")
>    if (fileFrom == "")
>       return
>    #do something, which doesn't delay enough
>    fileTo = filename_dialog("Second file:")
>
> results in two FSBs on the screen.  Note, to see the first box, you
> may have to drag the second one out of the way (in case the boxes
> pop up on exactly the same place).
>
> Does it qualify for a bug report for the next release?

Sounds horrible. I would suspect that if filename_dialog were implemented like
(string_|list_)?dialog, you wouldn't get this behaviour. That would be better
too, since they're not modal.

Tony
-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to