Jeff Johnson wrote: > Ed: It is the form that is opened in myapp.py main program as the > default window. This is the only time it shows the status bar. I will > try what you mention here and see if it corrects the problem.
Ah, so it is the form set up as app.MainForm or app.MainFormClass? I think that even if a form isn't visible, Windows will automatically make it visible if you do something like updating the status bar. This is stupid behavior by Windows, but that's what we have. We probably have already instantiated the app.MainForm, and are setting up and requerying the bizobj which updates the status bar which implicitly shows the form, before it is ready to be shown. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
