On 9/27/11 9:05 AM, Ed Leafe wrote: > On Sep 27, 2011, at 10:46 AM, Paul McNett wrote: > >> I thought the split was when an implementation was ui-specific. Since that >> code >> doesn't call any wx methods directly, would it make sense to copy/paste it >> to both >> ui/uiwx/uiApp.py and ui/uiqt/uiApp.py? >> >> Do you maybe want to see a ui/uiApp.py? > > I just don't think that the app should need to know anything about the > specifics of the UI implementation. If it's a UI function, it belongs in > uiApp. No need for a ui/uiApp.py until we get an actual working second UI > toolkit working and we know what can be factored out.
So you are saying we should set up a displayInfoMessage() stub method in dApp, and then move the implementation to uiApp? I'm fine with that. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
