On Nov 22, 2007, at 10:58 AM, Verena wrote: > Also, I would like the popup window to resize without the contents > resizing with it (I want to add more contents). Any hints on that?
Yes, you must set the resizable() of your window correctly. see: <http://www.fltk.org/articles.php?L415+I0+THow-To+M10+P1+Qresizing> So in your case, you can set the resizable to a tiny little box in the bottom right corner, and all contents to the top-left will not resize. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

