1. Jeong Hwan Jang
  2. PowerBuilder
  3. Saturday, 13 March 2021 02:59 AM UTC

Hi, everyone.

I made a popup style window to show new message alert on the System tray.

This is good working in PB version 9. (please see the attached image1)

But this has a problem after migration to PB 2019 R3.

The window pop up on the center of screen (not on system tray).

Is there any different property between PB 9.0 and 2019 R3?

I want you to check the window properties I set. (see the attached image2)

Or if you have a sample code of it working well in PB 2019, please send me.

Thank you a lot.

Attachments (2)
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Sunday, 14 March 2021 11:50 AM UTC
  2. PowerBuilder
  3. # 1

There's a temporary fix that you can download here: https://www.appeon.com/standardsupport/search/view?id=6015

 

Comment
  1. Jeong Hwan Jang
  2. Monday, 15 March 2021 00:10 AM UTC
I resolved the problem with the page.



Thank you for your response.
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Saturday, 13 March 2021 03:37 AM UTC
  2. PowerBuilder
  3. # 2

Hi Jeong;

   R3 has a few window handling bugs that could be affecting this behaviour: a) always centers all windows regardless of your code; b) does not allow your code to move the Window's X& Y position initially. I suspect that these issues are hampering your original PB 9 code's execution.

   Engineering has fixes for these issues but they are not released in an MR yet. My suggestion is to open a support ticket so that support can give you an advance copy of the above issue fixes.

Regards ... Chris

 

Comment
  1. Jeong Hwan Jang
  2. Saturday, 13 March 2021 04:19 AM UTC
Oh, that is one of the bugs of PB 2019.

Ok, I'll try it as your suggestion.



Thank you for your response.
  1. Helpful
  1. Brad Mettee
  2. Saturday, 13 March 2021 17:38 PM UTC
Suggestion: Make the window invisible to begin with, in the ue_open event, position it where you want, then make it visible. It takes an extra fraction of a second to display, but should end up where it needs to be.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.