On Jan 19, 2009, at 4:41 PM, Roger Lovelock wrote:

> Following Sample exhibits the behaviour!


        OK, there is a bug here, but it has to do with the way that auto- 
binding of events is handled. I'm not sure why it's looking in both  
forms for a matching method name, but it is.

        I would suggest not using this style of binding, even after we fix  
the bug. Now it's much simpler to simply pass the event binding in the  
constructor of the button:

btn = dabo.ui.dButton(self.mainpanel, Caption="Click Me",  
OnHit=self.onButton1Click)


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to