-
Pieter Coene
- PowerBuilder
- Monday, 20 July 2026 06:36 AM UTC
Hi,
We are upgraded from PB 2022 R3 to PB 2025 R2 and are using the RibbonBar. Ater succesfully migrating, i noticed one icon-group (SmallButtons) not showing up in the Ribbonbar.
This is wat we did in PB 2022 R3 that worked fine:
<Category Text="Home" Enabled="true" Tag="CategoryHome" Visible="true">
<Panel Text="SomePanel" PictureName="" Enabled="true" Tag="somePanel" Visible="true">
<SmallButton ...
...
<Group NewLine="true" Visible="true" Tag="movebuttons">
<SmallButton ... />
<SmallButton ... />
...
Turns out that the Groups property 'NewLine=true' is causing the icons not te be rendered in PB2025 R2. The space (of the group) in the RibbonBar is reserverd but nothing is shown.
Changing the 'NewLine=false' makes the SmallButtons visible again.
Is this a know 'bug' in the PB 2025 R2 ?
Greetz
Pieter
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.