Użytkownik Nate Lowrie napisał: > In your Form afterInit method after you declare the controls, just do: > > myControl.BindEvent(dabo.dEvents.ValueChanged, self.onMyControlValueChanged) > > where myControl is your control, and self.onMyControlValueChanged is the > method you want to call to handle the event. >
Thanks, Nate. I know that. But I'm rather interested in onInteractiveChange event. Unfortunately, it's change on application, not framework level, so I need to subclass all used control classes. -- Regards Jacek Kałucki _______________________________________________ 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]
