We are moving a Powerbuilder 2017 R3 application into Powerserver.
While doing this, we encountered this issue.
1. We have an mdi frame window with a status bar that sits in the lower right hand corner. We applied an Appeon workaround that moves the pfc status bar to the right position upon resize or the browser window is maximized.
2. If the browser is not maximized and you move the window around the screen, the status bar hangs in the last position and does not move with the browser.
3. Resizing the window makes it snap back into position. The status bar is inherited from w_popup
4. It looks like the pbm_move event is not firing when deployed to the web. Alternatives ?
Is there an event that fires when the browser window is relocated or does anyone have a solution for this ?