I see.

The events I use that's not in dabo is tree_item_activated and
tree_end_label_edit.

One thing I think can be a really big annoyance is the fact that you can
introduce bugs by using the wrong functions (wx instead of dabo).
Usually I can see the dabo methods since they use lowercase letters if a
wx method exists. But several dabo methods starts with uppercase
letters.
It's a very simple mistake to do.

Also - as you just noted - dabo won't wrap everything from wx, so
sometimes you need to resolve to mixing dabo and wx. This will
compromise the cross-ui plans as you'll need to make specific calls to
the underlying library (but I guess that's a little far into the
future).

-Simen

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Ed Leafe
Sent: 5. juli 2006 19:11
To: Dabo Users list
Subject: Re: [dabo-users] Missing event for dTreeView

On Jul 5, 2006, at 11:37 AM, Simen Haugen wrote:

> There are several events that's missing from dTreeView.
>
> It's no problem, as you can mix dabo and wx events, just thought I
> should mention it.

        Do you want to keep me in suspense, or can you name those
events?  ;-)

        Our goal isn't to wrap every single event, since dabo.ui is not
1:1  
to wxPython. But we do want to wrap those events that would make  
sense no matter what the UI toolkit is.

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




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



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

Reply via email to