> This is for your amusement. > > 1)In my program there is a class whose first private element > is "offscreen scr". Program compiles and runs wwith no > problems. However, if I add another private element to the > class (and do nothing with it!), which is _before_ offscreen > scr (I know it absolutely shouldn't have any influence > whatsoever) the program compiles but there is an error > > X_PolySegment: BadDrawable (invalid Pixmap or Window > parameter) 0x2c30352e > > at runtime. > > 2) In my program I have a window with 17 Fl_Boxes as childs. > I have a "for" loop which initializes them which starts like > "for(int i=0;i<17;i++)". Everything works fine. If I change > 17 to 15 everything still works fine, but if I change to 16 > situation is as in 1) (and nothing else is done with these > Fl_Boxes, they're aboslutely isomorphic). > > :-))) > > I'm not feeling like preparing short programs which > demonstrate these issues since I'm not sure how long would it > take. However, if anybody's interested I can post whole > program somewhere.
Lukasz, I think you might have to poduce a short example program - I hacked up a little offscreen demo program I had, to try and reproduce what you described, but it *seems* to be working OK. I don't know if my test really matches what you have, though so... This is with fltk-1.1.x, is it? I'm using 1.1.x svn (basically 1.1.9). SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

