Hello: Background:
I am developing an application using fltk v1.8 on the win32 platform. The application is a user interface for an industrial controller. A main window is displayed with a list of controllers attached to the network and active. The user selects a controller by clicking a button bringing up the interface window for that controller. All interface objects are created from an xml file and the graphical object connect to proxy objects to get their data and to be notified when the data changes through a publish subscribe mechanism. The Issue: The main window contains the status screen and a button that opens a window that displays a table of events from the system event log. The table is derived from Flv_Table. The event log window is created hidden. The application receives event data asynchronously and updates the window's data structures and triggers an update to the hidden window via a "damage all". During this, portions of the hidden event window are briefly visible through the top, shown, status window. Is there something I am doing wrong? TIA _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
