How to show message in a window, then resume processing
MarwimApr 23 2013 — edited Apr 24 2013Hello,
usually when I need a decision from a user I show an Alert and I can resume processing when the user clicked a button. Now I need to display a lot of text (more than fits into an Alert) and the process has to continue when the user pressed an OK button.
Therefore I created a new Window with Window Style Dialog and Modal property Yes, applied a canvas and the necessary items. In my procedure I call show_window and I would expect that I see the modal window. Instead the program unit simply continues as if there is no new window.
Regards
Marcus