On Jan 14, 2006, at 12:15 PM, Henning Hraban Ramm wrote:

I think dabo should use a platform dependend default setting for that.

If you set the Border property of a sizer, it will add that around all items you add afterwards. I don't think that this is something that could be set in all cases, as sometimes you use sizers to arrange things right against each other, and other times you want different spacing. Good UI design, though, does follow the standard for a platform regarding spacing and positioning of controls. I think a better place for something like that might be in general layout templates for the Designer.

> - the find field doesn't work (maybe a Mac issue)
You have to press Enter to actually trigger the search, did you do that?

Sure. I guess the wx.WXK_RETURN -- or rawKeyCode at all -- isn't the right thing on every platform. I remember some discussions about checking key codes on the wx mailing list...

You shouldn't need to use wx.anything in a Dabo app. It would be better to use something like:

    evt.keyChar in (dKeys.key_return, dKeys.key_Numpad_enter)


-- 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