On Jan 13, 2006, at 3:18 PM, Henning Hraban Ramm wrote:

- Of course it's not a Mac app, so the menus are a bit uncommon:
-- Quit and About (and Preferences, as soon as there are any) belong to the App's menu (not File/Help menu); that would work automagically if you would use wx standard IDs (maybe that's dabo's fault).

Yep. I've just uploaded a fix to dBaseMenuBar that adds the default IDs for those two items.

- The GUI doesn't yet look nice, there isn't any border around the widgets. For you don't define anything yourself, it's also dabo's fault - sizers should use some border.

Do you mean 'border' as in some blank space? If so, then the item needs to be added to the sizer with a non-zero border specified. If you meant 'border' as having a visible box around it, I've just updated the dabo.ui.dBorderSizer class, which wraps the wx.StaticBoxSizer. Your comment was enough of a motivator for me to dig into it and bring it up to date.

- This looks like another dabo issue:
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/ dMenuBar.py", line 35, in __onWxMenuOpen
    menu.raiseEvent(dEvents.MenuHighlight)
AttributeError: 'Menu' object has no attribute 'raiseEvent'

What did you do to get that error? Could you send the complete traceback?

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to