From: Phil E. <ph...@li...> - 2004-08-26 16:53:31
|
> > > 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. That seems to work perfectly, thanks! -- Regards Phil Edwards Brighton, UK |