This chapter describes built-in 4GL functions used to show dialog and message boxes:
displays a dialog box with an input field |
|
display message boxes of various degrees of interactivity and customizability |
|
calls a file dialog where a user can open or save files |
These 4 functions all show message boxes and are employed to inform the user about something important.
The difference between them lies in how much they can be customized.
|
fgl_winquestion() | |||
Number of parameters |
6 |
6 |
3 |
3 |
Interactivity |
|
|
|
|
Customizable title |
|
|
|
|
Customizable text |
|
|
|
|
Customizable buttons |
|
|
|
predefined |
Customizable default button |
|
|
|
|
Customizable icons |
|
|
|
|
fgl_winquestion() is a twin function for fgl_winbutton() used for compatibility reasons.
Look and feel produced by the dialog box functions at runtime depend on what Lycia version you use, jquery or Material Design one:
jquery Lycia |
MD Lycia |
dialog boxes have the default size |
|