Startbeitrag von PETER ZHOUam 30.05.2012 04:03
Hi,
In WINDEV, i want to do the following:-
WINDOW with clickable image, click on the image will need to close current window and then open another new window.
What's the code to do it as i understand that the "close" will terminate the current progress.
Regards,
Peter Zhou
In WINDEV, i want to do the following:-
WINDOW with clickable image, click on the image will need to close current window and then open another new window.
What's the code to do it as i understand that the "close" will terminate the current progress.
Regards,
Peter Zhou
I think you need an exra "caller" which calls your first window with the image.
When clicking the image you can close this window and return a value, say true. When hitting the red cross or some cancel button, return false.
Then the caller can start your second window, based on the return value you get from the first.
von Arie Mars - am 30.05.2012 06:51
see http://doc.pcsoft.fr/en-US/?3038044
or in "Close event" of Window1 you open the second window (WIN_Second)
Message forwarded from pcsoft.us.windev
von Massimo Caroccia.pcs.crosspost - am 30.05.2012 07:41