GUI_MessageBox font?

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • GUI_MessageBox font?

    Hello,
    GUI_MessageBox is a nice little dialogue, but I expected it to use GUI_DEFAULT_FONT, which is not the case.


    Is it true?

    I am aware that I can write my won cb routine and set the font, but that is not what the GUI_MessageBox is meant to be...
    //-------------------------------------------------------
    BTW a small manual error (page 734):



    RADIO_GetValue()
    Description
    Returns the current button selection.
    Prototype
    void RADIO_GetValue(RADIO_Handle hObj); <<<<< should be: >>>>>>>> int void RADIO_GetValue(RADIO_Handle hObj);


    //----------------------
    Thanks
    Johanan
  • Hello Johanan,

    Could you please tell me why do you expect that the GUI_DEFAULT_FONT will be used?

    The message box uses a TEXT widget to display the given text. Therefor the default font of the TEXT widget is used, which is GUI_Font13_1.

    Best regards,
    Thorsten