On 9/27/11 7:19 AM, Ed Leafe wrote: > Going through the logs to prepare release notes for a new Web Update > release, and noticed that dApp now has a UI function in the > displayInfoMessage() method that I missed when it was added. Shouldn't this > be in the uiApp class? All of the other places where the app needs a UI > interaction, dApp defers to self.uiApp.
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? 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]
