matthiasm wrote: > > On May 3, 2007, at 7:27 PM, Albrecht Schlosser wrote: > >> The fixed width of 410 pixels doesn't seem appropriate to me, and is not >> compatible with the previous versions of fl_ask() and fl_message(). > > > I see your point. This should be fixable by measuring the first line of > text (or all lines of text) when not in HTML mode and setting the dialog > width accordingly.
Yes, all lines of text, please. The old version simply did: fl_measure(message->label(), message_w, message_h); TIA Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
