05-23-2020, 07:48 PM
Also remember that dialogs on the web are NOT "code modal". That is, they don't stop code execution and wait for a user response.
Now, that comment will seem obvious and simple to you if you've been doing web work for a while but those transitioning from desktop apps in Delphi will find it quite different in behavior. It's not an IW thing, it's a web thing. You mentioned MessageDlg specifically so I'm not sure what you're expecting. If you need more discussion of that, let us know.
Dan
Now, that comment will seem obvious and simple to you if you've been doing web work for a while but those transitioning from desktop apps in Delphi will find it quite different in behavior. It's not an IW thing, it's a web thing. You mentioned MessageDlg specifically so I'm not sure what you're expecting. If you need more discussion of that, let us know.
Dan

