Thank you for the explanation. I will either upgrade my version of FLTK or find a different way to do my application.
Wayne ----- Original Message ----- From: "Matthias Melcher" <[email protected]> To: "Wayne Jones" <[email protected]> Cc: "Wayne Jones" <[email protected]>, [email protected] Sent: Friday, October 2, 2009 9:03:27 AM GMT -08:00 US/Canada Pacific Subject: Re: [HIGH] STR #2265: Vertical scroll in the Fl_Scroll widget fails if number of rows gets big [STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2265 Version: None Fix Version: None FLTK 1.0 and 1.1 use 16 bit coordinate systems. If your items move further than 32736 pixels away from the center, they will reappear at the top of the scroll area. This is a limitation that can not be changed in order to maintain binary compatibility. FLTK 1.3 and FLTK 2 do not have this problem. They use 32 bit coordinates. Link: http://www.fltk.org/str.php?L2265 Version: None Fix Version: None
_______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
