On 19.09.2010, at 13:19, paul wrote: > hi can anyone suggest a way to output fast changing data, float percentages, > counter integers etc? do i have to use an output box and mess with string > conversion and clearing box all time or is there a native printf style > formatted call?
If it's for single output values only, then Fl_Value_Output might be what you want. Its value() method takes a float argument. http://www.fltk.org/doc-1.1/Fl_Value_Output.html http://www.fltk.org/doc-1.1/Fl_Valuator.html#Fl_Valuator.value Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

