From: Stephen D. <st...@da...> - 2002-04-07 08:28:11
|
On Sun, 7 Apr 2002, Takaaki Tateishi wrote: > No, the method "find_item" is not provided by ruby-fltk-0.7.1. > Today I added multiple methods. If you want to use ruby-fltk > which has Browser_#find_item, obtain it using cvs. Thanks - I'm already on the CVS version, I'll update. > > > 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. > > How about handling the event FLTK::PUSH? I'll try that. Thanks, Steve |