From: Phil E. <ph...@li...> - 2004-08-26 16:28:20
|
On Thursday 26 Aug 2004 16:21, Kevin Altis wrote: > > Now the question I have to ask you is why are you binding your own > event instead of just using on_versionString_mouseUp? If you want to I just trawled through the mailing list archives, because I was convinced that there'd been a posting somewhere describing the method of adding events that I've been using in my app, but I can't find it. > have a single mouseUp handler for multiple controls then just make it > on_mouseUp and do a check of the target to make sure you are processing > for the components you are interested in, otherwise call event.skip() > so the event is passed on. > I'll go and re-code that part of the app. -- Regards Phil Edwards Brighton, UK |