Yes, that also fixes the flipping back of the size of the popup! I didn't define a resizable, because the window didn't need to be manually resizable. But turns out that if you want to resize the window only from the code you need to define the resizable as well, otherwise this very strange behaviour occurs. Obvious when you think about it, but the strange result certainly doesn't indicate what the problem was... You'd think the resizing call just wouldn't have any effect. For a bonus point: Is there an easy way (short of making my own popup class) now of restricting the user's resizing of the window? Thanks a lot!
VA _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

