On 18.01.2011, at 18:40, Paul Rogan wrote: > yes i care about it, i want to create a robust, quality appliction, and > thanks to the support on these pages i have come a long way in the past 6 > months or so. I need to review the docs in depth regarding the show(argc, > argv) because i cannot understand where all the switch parameters are being > referenced when my app at the user level will only ever pass a file path. so > where are these tooltips and bkgd colors? i thought they had been supplied in > my constructos in fluid? and if they are redundant when argc is greater than > 1 then i need to reiterate them somehow?
PS: if you call Fl::arg(...) or Fl::args(...) before showing the first window, you can then open you first window using just show() instead of show(argc, argv). This is also important if your app may call fl_ask or fl_message before opening a window. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

