On Oct 17, 5:48 am, Kent Tenney <[email protected]> wrote: > ok, frame = g.openWithFileName(fname, c)
Edward, if I understand what you recently wrote here http://groups.google.com/group/leo-editor/tree/browse_frm/thread/c59056e1711a4d3d/9721eb4d31f1676e?rnum=11&_done=%2Fgroup%2Fleo-editor%2Fbrowse_frm%2Fthread%2Fc59056e1711a4d3d%3F#doc_76f3415c5b317ceb The use of g.openWithFileName() by Kent Tenney above is also a very bad thing. It is in a loop and g.openWithFileName() will sometimes be called while a g.openWithFileName() is already in progress. Am I missing something? -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
