1. Ravi Nath
  2. PowerBuilder
  3. Friday, 29 May 2020 21:22 PM UTC

Hi,

I am running PB 2019 R2 2328

I have ribbon menu bar like this:

<Panel Text="Modules" PictureName=""  Enabled="true" Tag="Modules" Visible="true">

<LargeButton Text="Application Setup" PictureName="ToolkitConfig!" Checked="false" DefaultCommand="true" Enabled="true" PowerTipText="Application Setup" PowerTipDescription="Application Setup" Tag="User Options" Visible="true" Clicked="ue_ButtonSetupClicked" Selected="ue_ButtonSetupSelected" />

<Menu >
              
              <Item Text="Maintain" PictureName="BoardSmall!" Checked="false" Enabled="true" Tag="Employees" Type="0" Visible="true" Clicked="" Selected="" />
              
              <Item Text="Test1" PictureName="BoardSmall!" Checked="false" Enabled="true" Tag="SDTasks" Type="0" Visible="true" Clicked="" Selected="" >
                
                        <Item Text="Test2" PictureName="CheckBoxHoverIndeterminate4Blue!" Checked="false" Enabled="true" Tag="Tes2" Type="0" Visible="true" Clicked="" Selected="" />
                        
                        <Item Text="Test3" PictureName="CheckBoxHoverIndeterminate4Blue!" Checked="false" Enabled="true" Tag="Test3" Type="0" Visible="true" Clicked="" Selected="" >
                                  
                                  <Item Text="Test4" PictureName="CheckBoxHoverIndeterminate4Blue!" Checked="false" Enabled="true" Tag="Test4" Type="0" Visible="true" Clicked="" Selected="" />
                               
                         </Item>
                        
                </Item>
               </Menu>

</LargeButton>

</Panel>

Ribbonbar builder will not allow to build a menu with 3rd sub menu layer. Look at my example above.

I get error that Item with Text="Test4" not allowed. Why is it so?

Why is it that a limitation. I cant convert my traditional PB menu to Ribbonbar Menu.

This bug needs to be addressed immediately.

Thanks

Ravi

 

 

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Friday, 29 May 2020 21:52 PM UTC
  2. PowerBuilder
  3. # 1

Hi Ravi,

This forum is not for reporting bugs or enhancements requests.  It is for technical Q&A.  

If you are not sure this is a bug then this is the place to get free help.  Often times, problems are caused because the developer does not understand how to properly use the feature or config issues rather than real bugs.

If you are confident this is a bug, please open a support ticket and provide steps for Appeon to reproduce your problem.

Best regards,
Armeen

Comment
There are no comments made yet.
Mark Lee @Appeon Accepted Answer Pending Moderation
  1. Monday, 1 June 2020 05:38 AM UTC
  2. PowerBuilder
  3. # 2

Hi Ravi,

This is an unsupported feature. Currently, RibbonMenu can contain menu items in no more than two levels.

You can refer to the following link for detail:

https://docs.appeon.com/appeon_online_help/pb2019r2/pbug/ch13s01.html 

https://docs.appeon.com/appeon_online_help/pb2019r2/powerscript_reference/ch10s728.html

 

BTW, for the error message, we have reported it to our development team and they will fix it.

 

Regards,

Mark lee

Comment
  1. Mark Lee @Appeon
  2. Tuesday, 4 August 2020 08:04 AM UTC
Hi Ravi,



Good news that Appeon PowerBuilder 2019 R2 GA (build 2353) has been officially released. The issue you reported has been fixed in this release. Please download and install it to verify your reported issue 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).



Upgrade Notes:

You may either install the latest version from scratch or use the installers to upgrade from earlier 2019 versions (2019 GA, 2019 MR, 2019 R2 GA, or 2019 R2 MR).

If you have both PowerBuilder 2019/R2 and InfoMaker 2019/R2 on the same machine, please upgrade both to the same version.



We welcome all feedback from you!



Regards,
  1. Helpful
There are no comments made yet.
Tango Max Accepted Answer Pending Moderation
  1. Tuesday, 17 November 2020 15:15 PM UTC
  2. PowerBuilder
  3. # 3

Hi,

Can anybody share the syntax of the code behind the menu with more than two-level? Because going through the thread I found someone saying that this bug has been fixed. 

Regards
Tango

Comment
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.