On Tue, Aug 12, 2008 at 1:58 PM, Ed Leafe <[EMAIL PROTECTED]> wrote: > Actually, ShowModal() is the wx-layer call. The correct Dabo call is > simply show(). > > You could have also done: > > dlg = dabo.ui.createForm(absoludePath, parent=frm) > dlg.show() >
Thank you. It always helps to know the "right" way to do things. Mike M. _______________________________________________ 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/%(messageid)s
