Module ...
Handles dialog windows
Functions
| _M:init (title, w, h, x, y, alpha, font, showup) | Create a Dialog | 
| _M:simpleLongPopup (title, text, w, fct, no_leave) | Requests a simple, press any key, dialog | 
| _M:simplePopup (title, text, fct, no_leave) | Requests a simple, press any key, dialog | 
| _M:yesnoLongPopup (title, text, w, fct, yes_text, no_text) | Requests a long yes-no dialog | 
| _M:yesnoPopup (title, text, fct, yes_text, no_text) | Requests a simple yes-no dialog | 
Functions
- _M:init (title, w, h, x, y, alpha, font, showup)
- 
Create a Dialog
Parameters- title:
- w:
- h:
- x:
- y:
- alpha:
- font:
- showup:
 
- _M:simpleLongPopup (title, text, w, fct, no_leave)
- 
Requests a simple, press any key, dialog
Parameters- title:
- text:
- w:
- fct:
- no_leave:
 
- _M:simplePopup (title, text, fct, no_leave)
- 
Requests a simple, press any key, dialog
Parameters- title:
- text:
- fct:
- no_leave:
 
- _M:yesnoLongPopup (title, text, w, fct, yes_text, no_text)
- 
Requests a long yes-no dialog
Parameters- title:
- text:
- w:
- fct:
- yes_text:
- no_text:
 
- _M:yesnoPopup (title, text, fct, yes_text, no_text)
- 
Requests a simple yes-no dialog
Parameters- title:
- text:
- fct:
- yes_text:
- no_text: