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
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