On Aug 12, 2008, at 2:47 PM, Mike Mabey wrote:
>> childWindow = frm.addObject(absoludePath)
>> childWindow.ShowModal()
>
> Sorry I should have tried that before I asked. This is what I was
> missing. Thanks anyway.
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()
-- Ed Leafe
_______________________________________________
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