Henning Hraban Ramm wrote: > Could you perhaps fix these two: > > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/dabo/dabo/ui/uiwx/dDialog.py:377: > Warning: The onOK() handler is deprecated. Use the runOK() method > instead
This must be coming from your code. We changed onOK() to runOK(), and your code must still be using onOK(), which still works but is deprecated. Find and replace all instances with runOK() instead. > File > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/dabo/dabo/ui/uiwx/dMenuBar.py", > line 39, in __onWxMenuOpen > menu.raiseEvent(dEvents.MenuHighlight) > AttributeError: 'Menu' object has no attribute 'raiseEvent' > > > The second one happens if I right-click in a dTextBox. Confirmed and fixed. Thanks! 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]
