Re: [Fxruby-users] request: a smarter connect method
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <jl...@cf...> - 2003-11-03 20:00:46
|
meinrad recheis wrote: > 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. I think I understand what you're asking (and I have a workaround in mind), but could you maybe post some sample code for me to take a look at? |