PaoloItaly wrote:
> MainForm->fullscreen();

Better use 'MainForm->resize(Fl::x(), Fl::y(), Fl::w(), Fl::h());' since 
fullscreen() makes the assumption that taskbars or similar panels are 
always at the bottom of your screen (see STR #1704) and may result in 
odd behaviour.

> before call MainForm->show() method.

This is only needed for border(), fullscreen() works with shown windows.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to