On Wed, 1 Sep 2010, Greg Ercolano wrote: >>>> is there any way to programmatically scroll an >>>> Fl_Help_View all the way down? >>> setting a very high [topline] value ought to do it. >> That worked- sort of.
> I think topline() uses size() to determine the max, > so if you use help->topline(help->size() - help->h()); > this would probably get you right to the bottom. Yes, that's exactly what I did - I found size() being "document length" after browsing the source code for a bit. >From that point on, the rest was simple. Time and time again I reach the same conclusion- FLTK is pretty cool - and the active community sure helps too! Thanks all, Marc _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

