On 21.02.2010 17:54, G Thompson wrote: > It looks like if all the items inside a scroll widget (or possibly any > widget?) are larger than 32768 then bad things start happening.
[FLTK 1.x code removed] > I'm having a hard time finding where this 16-bit "short" value is used > though. All widgets use integers for width/height AFAIK. Any ideas where > in the sources I should look? This is known behavior and can't be changed for FLTK 1.1. FLTK 1.3 works w/o problems with your patch. If you really need so many children, you should consider using FLTK 1.3. The drawback is that FLTK 1.3 is still under development (beta state), and that it is using UTF-8 internally. If that's okay for you, then you should give FLTK 1.3 a try. It's almost API compatible with FLTK 1.1. Most programs work without any changes. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

