Hi, I'm new to fltk development, so forgive silly mistakes. I have an Fl_Tile that is making a "lanes" display. Unfortunately, when I drag one of the widget edges, it resizes the widgets on both sides. What I want is for it to resize the widget to the left and move the ones to the right. Is there a way to get Fl_Tile to do that? If not, has anyone written a tile that can? If not I'll write one myself, but the code looks hairy.
This is unrelated, but I'm using exceptions because I want the non-UI parts of the app to survive if the UI code as an assertion failure. To get this to work I had to remove -fno-exceptions from the fltk configure script. Is there a particular reason fltk turns off exceptions and will I cause breakage by turning them on? thanks! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

