From: Stephen D. <st...@da...> - 2002-04-06 19:45:00
|
Hi, I'm doing quite well with making a custom browser through subsclassing Browser_. I've got two current problems. First: can I ask for find_item to be exposed in ruby_fltk? Without it its a lot of work to map a click to the right item. Secondly: how can I stop the scrollbar taking the focus when its clicked on? I'd like clicks on the scrollbar to do their thing, but without moving the focus - I've got handling for the cursor keys in my handle(), but the scrollbar steals them if it has the focus. Thanks, Steve |