On 14.04.2010, at 04:57, leowang wrote: > So I use topline() function to display 11-20 items, but I found a problem, if > it total has 15 items. It will show 6-15 items in the second page, but not > 11-15 items. Why?
The reason is to always show as many entries as possible. We thought that half a browser of white space does not help, but hinder. It would alos not be possible to show this correctly with the scroll bar. > How to only display 11-15 items. I am sure you can override some function. Just check out what the original topline() does. > My fltk version is v2.0 _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

