Hi Team,
Hope you are doing good.
We are using PowerBuilder 2017 R3 and we need a help from you guys.
We have to show a popup/alert message outside PowerBuilder application. Basically if anything comes that should come on the top of the screen. Doesn't matter PowerBuilder application is minimized or not.
Please let me know if you need more clarifications on the requirement/issue.
Thanks in advance. Stay safe.
Hi Rajneesh ;
The way I do this in my STD framework is to call a MessageApp EXE that I wrote in PB that receives the message text via the O/S "CommandLine". This can even be from the minimized PowerServer Web app in a browser - just use the RUN() command. The MessageApp then either writes the message as a W10 "notification" (my favourite for W10 users) or delivers a Response dialogue with the message. BTW: The Response Message dialogue is from the STD Framework as well as it knows how to handle multiple monitors and center on where the App was last seen in Standard mode. ;-)
HTH Regards .. Chris
Regards ... Chris
Thanks.