Atozed Forums
WebApplication.ShowMessage blank - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: WebApplication.ShowMessage blank (/thread-1657.html)



WebApplication.ShowMessage blank - newuser - 05-06-2020

Hi,
When I call WebApplication.ShowMessage I get a blank box with an OK button.
So the tekst and the background are white.
When I add ,smNewWindow I get no box at all just the waiting signal…..


RE: WebApplication.ShowMessage blank - Alexandre Machado - 05-07-2020

ShowMessage() expects a string as a parameter Are you passing a string?

smNewWindow is kept for compatibility with previous versions. It doesn't make any sense to use it in a modern web application.