On Tue, 26 Oct 2004, Milan Golubovic wrote: > IL> You could maybe check when MUIA_Prop_First is increased/decreased by one > IL> and accelerate movement if needed. > > > I already checked that in debugger, but move by one also happen when slider is > dragged, so it > can't be used - I guess slider will move jumpy when dragged. I'm surprised that > there is not > MUI attribute for scroll step. Or maybe it's not supported by OS?
Hmm.. how about creating scrollers your own? Slider + two arrows. It is sucky but at least you gain full control... Or, try messing with this: #define MUIA_Prop_DoSmooth 0x804236ce /* BOOL */ This is from MUIUndoc.guide. Ilkka ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/16uqlB/TM --------------------------------------------------------------------~-> Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
