> "background tasks" and my splash would eventually make an > appearance, but then again maybe not. I will probably use > some variation of the Fl::add_timeout() solution, with the > expectation that my init processing will be complete before > the splash timeout occurs. Even though I can't be sure WHEN > my screen gets displayed, I expect if I set a reasonable > timeout (e.g., 5 secs), the splash should get SOME playtime.
Although some variation of Albrecht's trick (putting a flag in your ::draw() method, so that you know that it has been called) will give you a hint that we have passed the image data to the X-server, and therefore that we have go to the point where the X-server might actually have mapped and displayed your data... Sounds worth adding anyway as a "confidence check" for the splash image, I think? -- Ian 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

