Op 2010-10-14 17:01, silvioprog het geskryf: > Hi guys, > > In Delphi 7 (and others) this (Ctrl+Wheel) works, but in Lazarus not. :(
Kinetic scrolling, or whatever you call it... Mac OSX has this in listboxes and comboboxes... That would be nicer. The faster you roll the wheel the further it scrolls. Roll the wheel slowly, and it scrolls a little. So now it's up to the developer how far and fast/slow the text scrolls. Those Apple guys sure are clever sometimes. :) It takes the ms between scrollwheel tics (ignoring the Delta value which is useless most of the times anyway), and calculates a scroll distance based on that. MSEide already has this, it works great! Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net:8080/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
