- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
some Kudos would be great 🙂
after button 1 & 2 you can pretty much just copy and paste your ribbon button/macro/cmd right in order like you normally would edit your ribbon (notepad++). for button 1 and 2 you need to keep this format to a point.
Note---you cannot edit your tree in power mill, you will have to do your changes in notepad and import your ribbon in. But after you import it in you can move your dropdown to another ribbon.
so i would finish your drop down and then move to your desire ribbon
Note-- you can make drop downs from other dropdown items but does get pretty confusing. ill post that one too if i still have.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <entry application="PowerMill" application_version="1" type="uiRIBBONBAR" version="1"> <entry type="uiCATEGORY"> <resource key="uiLABELSTRING" value="TREE"/> <entry type="uiPANEL"> <resource key="uiLABELSTRING" value="GROUP NAME"/> <resource key="uiRIBPANELALIGNMENT" value="false"/> <entry base_widget="Ribbon.Home.Macro.MacroRun" recursive="false"> <resource key="uiLABELSTRING" value="THIS IS NUMBER 1"/> <resource key="uiBITMAP" value="CETEXTAROUNDCIRCLE"/> <resource key="uiCOMMAND" value="print = 1"/> <resource key="uiDYNAMICHELP" value="Text"/> <entry type="uiICONBUTTON"> <resource key="uiLABELSTRING" value="This is number 2"/> <resource key="uiBITMAP" value="ROUTING"/> <resource key="uiCOMMAND" value="print = 2"/> <resource key="uiEDITTYPE" value="CommandButton"/> </entry> </entry> <entry type="uiICONBUTTON"> <entry type="uiICONBUTTON"> <resource key="uiLABELSTRING" value="This is Number 3"/> <resource key="uiBITMAP" value="ROUTING"/> <resource key="uiCOMMAND" value="print = 3"/> <resource key="uiEDITTYPE" value="CommandButton"/> </entry> <entry type="uiICONBUTTON"> <resource key="uiLABELSTRING" value="This is Number 4"/> <resource key="uiBITMAP" value="ROUTING"/> <resource key="uiCOMMAND" value="print = 4"/> <resource key="uiEDITTYPE" value="CommandButton"/> </entry> <entry type="uiICONBUTTON"> <resource key="uiLABELSTRING" value="This is Number 5"/> <resource key="uiBITMAP" value="ROUTING"/> <resource key="uiCOMMAND" value="print = 5"/> <resource key="uiEDITTYPE" value="CommandButton"/> </entry> <entry type="uiICONBUTTON"> <resource key="uiLABELSTRING" value="This is Number 6"/> <resource key="uiBITMAP" value="ROUTING"/> <resource key="uiCOMMAND" value="print = 6"/> <resource key="uiEDITTYPE" value="CommandButton"/> </entry> </entry> </entry> </entry> </entry>
please like for sharing
Solved! Go to Solution.