Greg Ercolano wrote:
>       If you DONT call Fl::args() or instead of
>       win.show(argc,argv) use just win.show(), that will
>       prevent the alternate colormap stuff I think.

    ..and if you are/were using eg. win.show(argc,argv),
    that might have been overriding your color settings.

    I suppose you could put the color settings /later/
    in your app, eg. just before invoking Fl::run(),
    just be sure to do the Fl::reload_scheme(), so that
    the current scheme, if any, knows about the color
    changes. (eg. if you're using Fl::scheme("gtk+"),
    which I do recommend, and does make things look 'nice')

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to