|
| WM20 - Window with return value |
| Iniciado por guest, 24,jun. 2015 12:31 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 24,junio 2015 - 12:31 |
Hi to all. I try to make it work like in windev. - Open another window and on closing return value and continue , but After opening another window (OpenMobileWindow, OpenChild, Opensister) code on first continue to execute and android application don't wait execution and result back, just continue executing code with empty result. IS there possibility to wait user choose some action, back result to window and continue executing application.
Thank you ! |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,junio 2015 - 13:45 |
Hi
there is no modal window in android. However, there is a new section of code available in the calling window that is fire wen the second one is closed, or you can use a timer
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,junio 2015 - 17:26 |
Hi
modal windows : info(), error(), warning()
you can use loop but this is very bad method . I did that before, this cause 1. messy code flow 2. touch screen become intermittent not response 3. drain power . |
| |
| |
| | | |
|
| | | | |
| | |
|