1. Tango Max
  2. PowerBuilder
  3. Friday, 9 April 2021 18:30 PM UTC

Hi Appeon Community,

 

we have recently upgraded our application from PowerBuilder 12.5 to PB2019 R3. we have replaced the menu control with the new feature available in pb2019 which is Ribbonbar. so our menus are no more part of the application. we designed ribbon and start opening up the windows from the ribbon bar clicked events of the XML file. <Largebutton> windows are opening smoothly. but the windows from the <menuitem> tag are showing a grey bar ( left and right side of the application workspace, UI gets disturbed.) which is causing issues for the end-users. 

So I wanted to know either we are missing something or this is a release bug of PowerBuilder 2019. Please advise. Thanks

Backend XML Code for menu item

<Menu>&
<Item Tag="mim_a" Text="Reason" Shortcut="Ctrl+F7" Enabled="true" Type="0" Visible="true" Clicked="ue_m_reason"/>&
<Item Tag="mim_b" Text="Resource" Enabled="true" Type="0" Visible="true" Clicked="ue_m_resource"/>&
<Item Tag="mim_s" Text="Schedule Group" Shortcut="Ctrl+F8" Enabled="true" Type="0" Visible="true" Clicked="ue_m_s" />&
<Item Tag="mim_re" Text="Recall Definition" Enabled="true" Type="0" Visible="true" Clicked="ue_m_r" />&
<Item Tag="mim_h" Text="Holidays" Enabled="true" Type="0" Visible="true" Clicked="ue_m_h" />&
</Menu>&

Backend code for Largebutton

<LargeButton Tag="lbm_crt"  Text="Create" Clicked="ue_m_crt" PictureName="\Theme\icons\teat1.png">&

 

 

Regards,
Tango Max

Attachments (1)
Mark Lee @Appeon Accepted Answer Pending Moderation
  1. Monday, 12 April 2021 08:39 AM UTC
  2. PowerBuilder
  3. # 1

Hi Tango,

 

 

It seems that this issue a bug when you use Ribbonbar and enable the Theme functionality at the same time in  Powerbuilder 2019 R3 Build 2670.

Kindly please report this problem to our ticket system:https://www.appeon.com/standardsupport/newbug so it can be properly received and tracked. 

Please also provide a sample PB test case (with PBT / PBL) when you submit it to the ticket system. Thanks in advance.

 

Regards,

Comment
  1. Mark Lee @Appeon
  2. Wednesday, 21 April 2021 06:47 AM UTC
Good news that PowerBuilder 2019 R3 MR (build 2703) is available for download. The issue you reported has been fixed in this release. Please download and install it to verify the issue you reported and let us know if any problems. You can get the installer from our Downloads portal at https://account.appeon.com/download/2019 (login required).



We welcome all feedback from you!

  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.