RE: small message

Hi all,

how ll i create that small message box?

Regards

Smiley

You can use either Box class or infolog for the same purpose.

Hi,

Box::yesNo(strfmt("@GLS1009", “@SYS7924”, “@GLS200”), DialogButton::No)== DialogButton::Yes)

or

info(strfmt("@SYS88666"));