Hello,
We have just encountered a popup window opening issue with a client who is using their application compiled with PowerBuilder 2019R2 via Remote Desktop (RDS). The window does not always open, it usually requires two attempts to make it appear.
As a temporary workaround, I noticed that adding a This.Show()
at the end of the open event solves the problem. However, I would like to understand what is happening.
The previous solution doesn't work for the complex event management window, so we have to forget about it.
So there's no solution.
For the problem of the window not appearing, if I minimize and restore the main window, the popup window appears...
It is not easy to trace this issue as we are obliged to recompile each time to test in the client’s environment…
If you have an explanation that could help me to correct this appropriately, I would appreciate it.
Thank you in advance.