View Single Post
Old 08-10-2020, 03:31 PM   #9
Skeeve
Zealot
Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.
 
Skeeve's Avatar
 
Posts: 142
Karma: 669192
Join Date: Nov 2013
Device: Kindle 4.1.1 no touch
Quote:
Originally Posted by nhedgehog View Post
Yes but it gives you an idea, what the program is expecting from commandline:
void Dialog(int icon, const char *title, const char *text, const char *button1, const char *button2, iv_dialoghandler hproc);
That's what dialog emits when yo call it without parameter.

dialog I already use. The icons are:
1: i
2: =
3: !
4: X
5: Wifi

title seems without effect.

text is the text displayed.

buttonN are the labels of the 1 to 3 buttons.

Exitcode ist the number of the button.
Skeeve is offline   Reply With Quote