Chau wrote: > is there a possibility to set the fl_alert or fl_message window, that it will > pop up in the middle of the screen of the program?
Do you want to set a position? No, that is not possible. FLTK tries to position the default button under the mouse pointer for this specific dialog. OTOH it is really easy to write these kind of dialogs yourself. Just take the existing code as a base. Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

