On 12.07.2011 09:06, Edzard Egberts wrote:
> I just started to get rid of deprecated message when using fl_ask:
>
> // fl_ask() is deprecated since it uses "Yes" and "No" for the buttons,
> // which does not conform to the current FLTK Human Interface
> // Guidelines.
> // Use fl_choice() instead with the appropriate verbs instead.
>
> Okay, I replaced it by fl_choice("...", fl_no, fl_yes, 0), but I don't
> see this making sense? What is ment to be the right way to replace fl_ask?Replace the button labels with useful verbs or phrases, see Human Interface Guidelines: http://www.fltk.org/hig.php#DIALOG Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

