MacArthur, Ian (SELEX GALILEO, UK) schrieb: >> I'm using Fl_Progress and it works fine. I'm able to change the color >> behind the "progress-color". But I'm not able to change the >> color of the >> progressbar-color itself... >> >> To make it clear: >> >> progressbar-color --> the color I would see if the progress >> is 100% -> >> The one I can't change >> >> color behind the progress-color --> color I would see if i had 0% -> >> This one I can change >> >> How can I change the progress-color? > > I think the two colours you see in a progress bar are: > > prgbar->color((Fl_Color)XXX); > prgbar->selection_color((Fl_Color)YYY); > > Is that not what you want? > > > SELEX Sensors and Airborne Systems Limited > Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 > 3EL > A company registered in England & Wales. Company no. 02426132 > ******************************************************************** > This email and any attachments are confidential to the intended > recipient and may also be privileged. If you are not the intended > recipient please delete it from your system and notify the sender. > You should not copy it or use it for any purpose nor disclose or > distribute its contents to any other person. > ******************************************************************** >
Nice... It works with both selection_color() and color2()... Maybe I shoult read more about the "FLTK philosophie", then I had found this by myself... If only I had time.... :-) Thanks to all of you for your excellent support! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

