On 24.03.2009, at 11:14, MacArthur, Ian (SELEX GALILEO, UK) wrote: > >> I wrote a widget use Fl_Double_Window, but at the moment it >> showup there was always X11 background color on it, after 2 >> second it's clean. >> >> Why? > > Impossible to say without seeing more of your code. > As a random guess, I would assume that you have an inappropriate > box-type set for the widget. > > What do the examples from the test directory do when you run them on > your target?
Sounds to me like Fl::run() is not called. The window is mapped, but not redrawn. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

