DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2265
Version: -current


I was trying to use the Fl_Scroll widget in an application where I want to
handle thousands of rows of buttons.  It turns out that if the number of
rows gets big, the vertical scroll control malfunctions in a variety of
ways (rows appear in wrong order, scroll bar pointer jumps around or gets
stuck in the middle).  In the case of your test code "scroll.cxx" I
experimented changing the bound of y<16 in line 106: 
  for (int y=0; y<16; y++) for (int x=0; x<5; x++) {
I find that all is ok for y<1296 but it starts malfunctioning with y<1297.
 (Same result in 1.1.4 and 1.1.9)

Is this a bug?  Or is it some system constraint that I have missed in the
documentation?  Is there a simple workaround?


Link: http://www.fltk.org/str.php?L2265
Version: -current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to