Create a simple button dialog
answer = buttondialog(mes, buttons) answer = buttondialog(mes, buttons, icon)
string, message to display.
string, buttons name.
string, icon type, should be: error, hourglass, info, passwd, question and warning.
buttondialog
create a simple button dialog and retur the answer.
buttons
identify the buttons to show in the following manner :
"button_1|button_2....|button_n"
Version | Description |
5.0 | buttondialog was published up to Scilab 5.0.
It is replaced with messagebox. |