Hey guy´s from AI2 support, is there a way to stop the progress dialog with WebViewStringChange block of the Webviewer?
In my AI2 project the progressdialog isnt stopped by the WebViewStringChange block when calling DismissProgressDialog.
The webviewstringchange block is working proberly without the progress dialog.
Or can the progress dialog also be dismissed with block on other screen?
Thank you in advance.
This works
wvsProgress.aia (2.7 KB)
You might need to put your change screen blocks in a clock timer.
I tested it, but the webViewString is changed before and i will need the webViewString-value at WebViewStringChange to exchange to Screen1, in the upper code the webViewString is always set to ‘closeDialog’ at Clock1.
Sorry, not sure I understand what you mean?
I used a clock in my example simply to show the progress dialog before the webviewstring changed.
I previously indicated that the open another screen block may be firing at or just before the closeProgressDialog block, thus preventing it from closing.
Ok thank you, i will check again.

