hola, the colors for my cross platform app are not cross-platform consistent because i the color palette in fluid is kinda different (at least for the grey shades) on all platforms.
how can i make sure to have the exact same colors on all three platforms? i tried to put ... Fl::set_color(FL_BACKGROUND_COLOR, 192, 192, 192); Fl::set_color(FL_BACKGROUND2_COLOR, 255, 255, 255); Fl::set_color(FL_FOREGROUND_COLOR, 0, 0, 0); Fl::set_color(FL_SELECTION_COLOR, 191, 218, 255); Fl::redraw(); ... into the constructor of my main window but without any effect. any ideas? (of course that would only apply to widgets that use the default colors, but the main window background is set to the standard background color in fluid, so at least that one should be affected by those lines above) can i get the same color palette in fluid on all three platforms somehow? that would be best. ty, jan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

