-
Deepti Nimmagadda
- PowerBuilder
- Wednesday, 26 March 2025 05:20 PM UTC
Hi
We have a button under which we have a menu under which we have another menu as shown in the following structure
<largebutton>
<menu>
<item tag = "mnu1"/>
<item tag = "mnu2">
<item tag = "submnu1/>
<item tag = "submnu1/>
<item/>
<item tag = "mnu3"/>
</menu>
</largebutton>
Is there a way to get the children of the mnu2
? And a way to get the parent tag(mnu2
) of the sub menu item submnu1
?
We tried to get use the GetItem syntax 4 for ribbon menu, but we are not sure of the index as we are using an xml to populate the ribbon bar. Is there an xml tag we can use to populate the index?
Thank you in advance.
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.