Hi Greg, thanks for the tip (and great tip page ;-) ) Actually avoiding the use of the value(x,x,x,x) as done it for me, however my compiler (VS2005 and VS2008) will not agree to call 'Fl_Scrollbar->value(x);' unless I cast the scroll bar into an Fl_Valuator. Strange, but it explains why I didn't try that method...
Thanks! Greg Ercolano wrote: > ariock wrote: >> Hi guys, >> >> Can anyone help me with this Fl_Scrollbar issue? > > There's an example here on my fltk cheat page that may help you: > http://seriss.com/people/erco/fltk/#Fl_Scrollbar > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

