<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom ribbon named seperators? in Modeling</title>
    <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945614#M1156</link>
    <description>&lt;P&gt;The all-ribbon.lsp can be modified and added to your sdcorp directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached an example of what I have done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 19:44:52 GMT</pubDate>
    <dc:creator>ThomasKirkman</dc:creator>
    <dc:date>2024-04-23T19:44:52Z</dc:date>
    <item>
      <title>Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945451#M1152</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a custom quick acces toolbar in Creo Elements version 20.1.2.0&lt;/P&gt;&lt;P&gt;I am making 1 tab that contains all the functions i need on a regular basis. And one that relocates my most used functions to the foreground. I wanted to create named seperators like the standard menu does. But I can only find the boring old line seperator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to give my custom split menu a nice looking format like standard? Or is that something that is reserved for the base program?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;▼What i've got so far▼&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SolidDesigner_6H9kkeqa1U.png" style="width: 352px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/102852iA92DACA6B9F74765/image-size/large?v=v2&amp;amp;px=999" role="button" title="SolidDesigner_6H9kkeqa1U.png" alt="SolidDesigner_6H9kkeqa1U.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;▼What I want▼&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1R3JUGZqDq.png" style="width: 353px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/102853iE6AA2C326CE28379/image-size/large?v=v2&amp;amp;px=999" role="button" title="1R3JUGZqDq.png" alt="1R3JUGZqDq.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone knows how to do this. I would love to know it. Its not completely neccesary, but it would be a nice clean look to a layout that may be used as a standard within the company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 13:23:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945451#M1152</guid>
      <dc:creator>IceMelon</dc:creator>
      <dc:date>2024-04-23T13:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945504#M1153</link>
      <description>&lt;P&gt;Welcome!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you should be able to get what you want by including only a ":label" component in your :contents list. For example (simplified):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;:contents&lt;/P&gt;&lt;P&gt;'((:label "item1" :availCmd ("SolidDesigner" "MyApp" "MyFunc1")&lt;/P&gt;&lt;P&gt;&amp;nbsp; (:label "Separator 1")&lt;/P&gt;&lt;P&gt;&amp;nbsp; (:label "item2" :availCmd&amp;nbsp;("SolidDesigner" "MyApp" "MyFunc2")&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that work for you? Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 15:28:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945504#M1153</guid>
      <dc:creator>AndyPoulsen</dc:creator>
      <dc:date>2024-04-23T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945600#M1154</link>
      <description>&lt;P&gt;Hello Andy!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm based in the Netherlands. So it's almost bedtime for me. But I was wondering about your syntax. Because I customized my ribbon through the Creo Direct customization interface. And I have not yet tried to find the file in which this customization is stored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But is this just a txt or config file I can add your suggested lines to? If so, I can try that tommorow. I'll let you know if it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 18:37:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945600#M1154</guid>
      <dc:creator>IceMelon</dc:creator>
      <dc:date>2024-04-23T18:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945607#M1155</link>
      <description>&lt;P&gt;Not sure about that -- I was thinking you were creating your own menu option using code...&amp;nbsp; I'll investigate a bit and get back to you...&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 19:23:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945607#M1155</guid>
      <dc:creator>AndyPoulsen</dc:creator>
      <dc:date>2024-04-23T19:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945614#M1156</link>
      <description>&lt;P&gt;The all-ribbon.lsp can be modified and added to your sdcorp directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached an example of what I have done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 19:44:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945614#M1156</guid>
      <dc:creator>ThomasKirkman</dc:creator>
      <dc:date>2024-04-23T19:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945618#M1157</link>
      <description>&lt;P&gt;Thanks for the additional info. I'm gonna peek inside that file for some insight. I'll update the thread if/when I implement the solution. That will be tomorrow at the soonest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply and the file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 19:50:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945618#M1157</guid>
      <dc:creator>IceMelon</dc:creator>
      <dc:date>2024-04-23T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945626#M1158</link>
      <description>&lt;P&gt;This took me about a month of trial to get it right.&amp;nbsp; Take your time to learn how the ribbon works.&amp;nbsp; It would take me far longer to explain how it works, than it would take for you to experiment.&amp;nbsp; Just make lots of backups and experiment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Share and Enjoy?&amp;nbsp; (sorry had to quote "Hitchhikers guide to the galaxy")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 20:02:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945626#M1158</guid>
      <dc:creator>ThomasKirkman</dc:creator>
      <dc:date>2024-04-23T20:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945667#M1159</link>
      <description>&lt;P&gt;In addition to Tom's excellent suggestions, if you've been experimenting a bit, you should have an all_ribbon.lsp file in your user customization directory (usually something like "C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\PTC\Creo Elements Direct Modeling 20.1\20.1\all_ribbon.lsp). to use as a starting point (and as Tom says, make a backup before you start playing with it). This file will be loaded every time you start Modeling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that you will need to restart Modeling each time you edit the file to pick up the changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the (:label "My Separator") idea in any of the :contents sections as you experiment. For example, when you first open that file, the area where you currently have your separator (which will be in the middle of a (:contents ....) section) you should see the line (:separator t) -- you can replace that with (:label "My Label"), to get the behavior you want..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck -- this stuff can be fun!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;andy&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 05:53:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945667#M1159</guid>
      <dc:creator>AndyPoulsen</dc:creator>
      <dc:date>2024-04-24T05:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945685#M1160</link>
      <description>&lt;P&gt;Good morning Andy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your solution worked flawlessly. I will be adding labels after i complete my layout with the built-in customisation menu.&lt;/P&gt;&lt;P&gt;If there are any other tips and trick i can use, I'll be glad to hear them.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SolidDesigner_6Wl8kKTpOX.png" style="width: 588px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/102932i2DB0E2E33C59371D/image-size/large?v=v2&amp;amp;px=999" role="button" title="SolidDesigner_6Wl8kKTpOX.png" alt="SolidDesigner_6Wl8kKTpOX.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing that was slightly different than what you explained was that i had a different .LSP file for my ribbon.&lt;/P&gt;&lt;P&gt;The file is called sd-ribbon.LSP. (presumably after "SolidDesigner") After I added the named label to this file as you suggested, I got the results i needed.&lt;/P&gt;&lt;P&gt;The all-ribbon.LSP contains just a group i made months ago that i added to the standard "Modeling" tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it has something to do with calling the group " * "&lt;/P&gt;&lt;P&gt;Is there any downside to having this be a different LSP file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="explorer_ULfQjFqgeE.png" style="width: 641px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/102933iF0ECEC398B69BD83/image-size/large?v=v2&amp;amp;px=999" role="button" title="explorer_ULfQjFqgeE.png" alt="explorer_ULfQjFqgeE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 06:35:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945685#M1160</guid>
      <dc:creator>IceMelon</dc:creator>
      <dc:date>2024-04-24T06:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945701#M1161</link>
      <description>&lt;P&gt;Hello Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I placed your all-ribbon.LSP file in my customisation folder.&lt;/P&gt;&lt;P&gt;Since my customised file was named sd_ribbon, it added your tabs in adition to my already existing custom tab called *&lt;/P&gt;&lt;P&gt;However all the commands were greyed out. ▼&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SolidDesigner_LuOWFrevzq.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/102938i82AA95DBD475584C/image-size/large?v=v2&amp;amp;px=999" role="button" title="SolidDesigner_LuOWFrevzq.png" alt="SolidDesigner_LuOWFrevzq.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot of my LSP file next to yours&lt;/P&gt;&lt;P&gt;Left▼ Your custom ribbon saved in all_ribbon.LSP&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Right▼My custom ribbon saved in sd_ribbon.LSP&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="notepad_Xcot2uutqu.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/102937i993EA383D6D0110B/image-size/large?v=v2&amp;amp;px=999" role="button" title="notepad_Xcot2uutqu.png" alt="notepad_Xcot2uutqu.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main difference I can spot is that you call out "O-I Reference"&lt;/P&gt;&lt;P&gt;I suppose this is either a module we dont have, a feature from a future update, or something you custom made.&lt;/P&gt;&lt;P&gt;Whatever it means, your ribbon doesn't quite work for me.&lt;/P&gt;&lt;P&gt;Only the 3d spiral seems to work since its defined as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(oli::sd-fluentui-add-ribbon-button&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :parent '("O-I Toolbox" "Create")&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :annotationRibbon nil&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :userDefined t&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :label "Spiral 3D/Helix"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :availCmd '("SolidDesigner" &lt;STRONG&gt;"3D Curve"&lt;/STRONG&gt; "Spiral 3D/Helix")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It references a subgroup called "3D Curve" instead of "O-I Commands". And that seems to be the reason why its one of the few buttons that works for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also saw many other functions that I haven't seen in Creo before.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose these functions are from PTC modules? Or are some of these custom macros.&lt;/P&gt;&lt;P&gt;Thats the final piece of my puzzle. Since I haven't found a way to place custom macros in the ribbon tab through the customisation interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its slightly off topic to this thread. but...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do you know how i can place our "Rename all shares" command in my custom ribbon?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the input.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 07:04:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945701#M1161</guid>
      <dc:creator>IceMelon</dc:creator>
      <dc:date>2024-04-24T07:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945805#M1164</link>
      <description>&lt;P&gt;My menu references a lot of customized lsp files, so that is why they are greyed out,&amp;nbsp; I sent the file so you can see the format for spacing and creating new tabs.&amp;nbsp; I am willing to share lisp files, if you see something that peaks your interest, let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This site has a lot of macros that might be of interest.&amp;nbsp;&lt;A href="http://osd.cad.de/lisp_3d.htm" target="_blank"&gt;http://osd.cad.de/lisp_3d.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 12:08:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945805#M1164</guid>
      <dc:creator>ThomasKirkman</dc:creator>
      <dc:date>2024-04-24T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945816#M1166</link>
      <description>&lt;P&gt;Hello Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The website you sent has some amazing content! I will definitely be using some of the macros in there.&lt;/P&gt;&lt;P&gt;Such as "Putting Parts/Assemblies to Zero" and "Center of gravity lines" to name just 2 that could drastically increase my workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was feeling kind of cynical when you said you spent around month on your ribbon. Since I spent about an hour to setup 40% of my ribbon wtihin the Creo interface. But seeing how far you can customise it, i can see how you spent that kind of time on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know you said you didn't want to have to explain the whole process of customising the ribbon. But is there any kind of resource i can reference?&lt;/P&gt;&lt;P&gt;I am particularly curious to where you store your macros and reference to them with the ribbon. I can probably figure it out through trial and error. But if someone has already done it before me, id rather not waste too much time on it myself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Especially since our company will be moving away from Creo Direct in the not-so-distant future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your insights! And if you have any info on where you store your macros, or other useful resources, that would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 12:33:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945816#M1166</guid>
      <dc:creator>IceMelon</dc:creator>
      <dc:date>2024-04-24T12:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945818#M1167</link>
      <description>&lt;P&gt;There are several resources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First if you type in Ribbon Menu in the Creo elements/Direct Help you get a lot of information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;second, the website I sent above has a lot of help if you go to the main menu.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Third, the CoCreate Users group (CoCreate being the original name) has a lot of resources as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cocreateusers.org/forum/index.php" target="_blank"&gt;https://www.cocreateusers.org/forum/index.php&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 12:42:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/945818#M1167</guid>
      <dc:creator>ThomasKirkman</dc:creator>
      <dc:date>2024-04-24T12:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ribbon named seperators?</title>
      <link>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/1043522#M1378</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/56421"&gt;@ThomasKirkman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;There are several resources.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Third, the CoCreate Users group (CoCreate being the original name) has a lot of resources as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cocreateusers.org/forum/index.php" target="_blank" rel="noopener"&gt;https://www.cocreateusers.org/forum/index.php&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And don't forget the German forum and their Modeling help pages where is a little more discussion going on:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://ww3.cad.de/cgi-bin/ubb/forumdisplay.cgi?action=topics&amp;amp;forum=Creo+Elements%2FDirect&amp;amp;number=29&amp;amp;mystyle=&amp;amp;DaysPrune=100&amp;amp;SUBMIT=Los%21" target="_blank" rel="noopener"&gt;Modeling ++ on cad.de&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":germany:"&gt;🇩🇪&lt;/span&gt;&amp;nbsp; &lt;A href="http://osd.cad.de/" target="_blank" rel="noopener"&gt;Inoffizielle Hilfeseite zum 3D-CAD von CoCreate&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":united_kingdom:"&gt;🇬🇧&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="http://osd.cad.de/index.en.htm" target="_blank" rel="noopener"&gt;SolidDesigner - PTC Creo Elements/Direct Modeling&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 15 Nov 2025 10:08:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Modeling/Custom-ribbon-named-seperators/m-p/1043522#M1378</guid>
      <dc:creator>der_Wolfgang</dc:creator>
      <dc:date>2025-11-15T10:08:38Z</dc:date>
    </item>
  </channel>
</rss>

