> for (long y=off; y< 0x10000 / 16; y++) {
...
> Fl_Input* b = new Fl_Input(200,(y-off)*25,60,25);
> b = new Fl_Input(260,(y-off)*25,400,25);
I ran into the same thing. The folks here told me it's
because widget geometry numbers are limited to the
range [-32768, 32767]. Your (y-off)*25 exceeds that.
It makes Fl_Scroll lose most of its charm, doesn't it? :)
I'm surprised to hear that it used to work.
Stan
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk