> We need to display an alarm window that stay on top and receive > all the user input. > There are some standard widgets or methods ?
You do this by making a window that is modal - it will then stay on top of your other windows, and receive all the user inputs, until it is dismissed. If you want a simple, ready made, modal pop-up window, look into fl_alert or fl_message, although they may not be enough for your needs. 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

