On Sun, Dec 14, 2014 at 9:17 AM, Davy Cottet <[email protected]> wrote: > > > > I just realize that it only work for g.app.gui.runAskOkCancelStringDialog > and g.app.gui.runAskOkCancelNumberDialog > but not for runOpenFileDialog, runOpenDirectoryDialog & > runSaveFileDialog... > > I've to say that I've no idea why this difference... > Does anyone have any clue ? >
Various dialogs work differently and return different values. Look at the code: these g.app.gui methods​ ​call different Qt dialog methods, as would be expected. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
