On Jun 15, 2019, at 1:00 PM, johnf <[email protected]> wrote: > > Ed, I'm wondering if in the future there will be a different way to import > dabo.ui classes? I used the following and it worked but it seems that there > must be a better way: > > dForm = dabo.import_ui_name("dForm") > dPanel = dabo.import_ui_name("dPanel") ...
I tried several approaches before settling on this. It's possible that in the future it could be improved, but without the namespace separation (removing the uiwx subdirectory), this is the only way that didn't result in a ton of circular imports. -- Ed Leafe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: https://leafe.com/archives This message: https://leafe.com/archives/byMID/[email protected]
