1. · Dainis
  2. Beta Testing
  3. Thursday, 2 April 2020 07:09 AM UTC

Why RibbonBar Button DropDown Items are not showing up? 

Attachments (1)
Mark Lee @Appeon Accepted Answer Pending Moderation
  1. Thursday, 2 April 2020 10:08 AM UTC
  2. Beta Testing
  3. # 1

Hi Dainis, 

I  used the same code but I can't reproduce it on our side.

You can download my test case to test and see if you can reproduce it.

 

Attachments (2)
Comment
  1. · Dainis
  2. Friday, 3 April 2020 13:44 PM UTC
Your test case is Ok, my was not until Release Version 2019R2. After Update no Problems. Thanks!
  1. Helpful
There are no comments made yet.
Mark Lee @Appeon Accepted Answer Pending Moderation
  1. Thursday, 2 April 2020 07:30 AM UTC
  2. Beta Testing
  3. # 2

Hi Dainis, 

Can you upload your test case show us how you set the RibbonBar Button Submenu?

BTW, you can refer to the example code in the following link.

https://community.appeon.com/index.php/qna/q-a/change-text-menu-of-ribbonbar

 

Regards,

 

Comment
  1. · Dainis
  2. Thursday, 2 April 2020 08:59 AM UTC
ll_Handle_LB = rbb_1.InsertLargeButtonLast (ll_Handle_Panel, "NM", "pp.png", "") //

ll_Ret = rbb_1.GetItem(ll_Handle_LB, lr_LargeButton)

IF ll_Ret = 1 THEN

lr_LargeButton.Tag = "MyTag"

rbb_1.SetLargeButton (ll_Handle_LB, lr_LargeButton)



RibbonMenu lr_Menu

lr_Menu.InsertItemLast ("Add", "AddSmall!", "")

lr_Menu.InsertItemLast ("MenuItem11", "AddSmall!", "")

lr_Menu.InsertItemLast ("MenuItem12", "AddSmall!", "")



lr_LargeButton.SetMenu(lr_Menu)

rbb_1.SetLargeButton (ll_Handle_LB, lr_LargeButton)

END IF

  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.