From: Curt Hibbs Date: 2004-09-22T22:47:30+09:00 Subject: Re: Is anyone using FXScintilla? Lothar Scholz wrote: > > Hello Curt, > > > CH> The problem shows up when you try to use the mouse-wheel to scroll. > CH> Scrolling down works just fine. But when you scroll up (even > just a little > CH> bit), the display just continues scroll up and does not stop > (until you > CH> click on the scroll bar or use the mouse wheel to scroll down). > > CH> If you have an application that uses FXScintilla, can you > please try out the > CH> behavior when using the scroll wheel? Is it the same as I > describe above? Or > CH> does it work as expected? > > CH> Curt > > I can only say that there is at least one problem in the FOX mouse wheel > handler. Resoluting sometimes in bad cached mouse events (multiple > events are folded into one event to increase scrolling speed). > I have (maybe) the same problem in Arachno Ruby, but for some reasons > it does not happen so often as in FreeRide. > > Please search: > http://sourceforge.net/mailarchive/forum.php?forum_id=6292 The mouse wheel works just fine in FreeRIDE's FXRuby/FOX controls. The problem is only in FXScintilla. Since Scite does not exhibit this problem, I am assuming the problem lies either in FXScintilla itself, or in the way the FreeRIDE is using FXScintilla. If possible, I'd like to identify which one before spending any time on it. Thanks, Curt