From: meinrad r. <mei...@gm...> - 2003-10-31 23:05:24
|
hi, i want to be able to add code to existing event handling code. for example i want to synchronously scroll some FXLists using one of the list's own scrollbars (while hiding the other's). when i do this with connect, the scrollbar forget's its original event handling code. that is bad because then it doesn't scroll his list anymore and thus nothing gets scrolled at all. i don't know whether it is possible, but the solution to any problem of this kind would be a connect method that adds event handling functionality without overwriting the original. now i gotta find a workaround for my problem ... cheers, -- meinrad |