> I'm quite new in developing with fltk and I have found a > problem I can't solve... > I have a thread in my program that computes some data that > should be shown on the main window. However, the data is only > updated if I move the mouse over the window or I keep > pressing Alt. Does anyone knows how can I fix this? I know it > sounds weird...
And you have read the section in the docs about threading? It's "Chapter 10 - Advanced FLTK", at least in the 1.1 manual (and also in the 1.3 doxygen manual). Try some of the things discussed there, see if that helps you get it sorted... SELEX Galileo Ltd 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

