100coding
11/28/2017 - 9:16 AM

bc2dd692-da93-4068-8f44-1fa9a9afe7ab

<?xml version="1.0" encoding="utf-8" ?>
<RpsAddin>
  <RibbonPanel text="Showing off my SplitButtons">
    <SplitButton text="SplitButton #1">
      <!-- the script is always searched relative to the location of the RpsAddin xml file -->
      <PushButton text="Hello World!" src="helloworld.py"/>
      <PushButton text="Goodbye cruel World!" src="helloworld.py"/>
    </SplitButton>
    <SplitButton text="SplitButton #2">
      <PushButton text="Gotta go" src="helloworld.py"/>
      <PushButton text="real fast!" src="helloworld.py"/>
    </SplitButton>
    <PushButton text="Enough with the Kindergarten jokes already!" src="helloworld.py"/>
  </RibbonPanel>
</RpsAddin>