<?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: Plug In Ribbon tab name in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13949154#M8351</link>
    <description>&lt;P&gt;Youtube video for reference.&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=fbMz7roQptU" target="_blank"&gt;https://www.youtube.com/watch?v=fbMz7roQptU&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The post build portion did not work for me so I added the dll and xaml to the plug ins folder by hand myself (don't forget to add en-US folder and place the xaml in it there as&amp;nbsp; well).&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 20:37:39 GMT</pubDate>
    <dc:creator>nicolLSPDR</dc:creator>
    <dc:date>2025-12-17T20:37:39Z</dc:date>
    <item>
      <title>Plug In Ribbon tab name</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13941721#M8334</link>
      <description>&lt;P&gt;I have looked all over the forums and can't seem to find a solution on how to change the default ribbon tab name for plug ins. I have a dll that contains 3 plug in tools and when I import them into Navisworks they appear under Tool add-in 1. I would like to rename this so that it uses my companies name instead however, I'm not sure how to accomplish this. Any help would be great.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 18:49:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13941721#M8334</guid>
      <dc:creator>nicolLSPDR</dc:creator>
      <dc:date>2025-12-11T18:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Plug In Ribbon tab name</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13945108#M8337</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;My suggestion is to create your own ribbon. Please take a look at this link:&lt;A href="https://twentytwo.space/2022/02/02/navisworks-api-commandhandlerplugin/" target="_blank" rel="noopener"&gt;https://twentytwo.space/2022/02/02/navisworks-api-commandhandlerplugin/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 08:25:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13945108#M8337</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2025-12-15T08:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Plug In Ribbon tab name</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13949108#M8349</link>
      <description>&lt;P&gt;I tried following this tutorial however I can't build the dll because of errors from my xaml file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nicolLSPDR_0-1766001290157.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1605669i3C2F0A1BFD9F1E62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nicolLSPDR_0-1766001290157.png" alt="nicolLSPDR_0-1766001290157.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 19:54:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13949108#M8349</guid>
      <dc:creator>nicolLSPDR</dc:creator>
      <dc:date>2025-12-17T19:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Plug In Ribbon tab name</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13949151#M8350</link>
      <description>&lt;P&gt;This ended up being super helpful. I also used this video from youtube to help but they are essentially the same material. Along with a few typos I found my problem was I was referencing old dlls instead of the new names so now the ribbon tab works. However, the test command I built crashes the program. I'm hoping it's just the quick test I built but I will update if nothing changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the xaml text used for those also struggling:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;BR /&gt;&amp;lt;RibbonControl&lt;BR /&gt;x:Uid="AddinRibbon" xmlns="clr-namespace:Autodesk.Windows;assembly=AdWindows"&lt;BR /&gt;xmlns:wpf="&lt;A href="http://schemas.microsoft.com/winfx/2006/xaml/presentation" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml/presentation&lt;/A&gt;"&lt;BR /&gt;xmlns:adwi="clr-namespace:Autodesk.Internal.Windows;assembly=AdWindows"&lt;BR /&gt;xmlns:system="clr-namespace:System;assembly=mscorlib"&lt;BR /&gt;xmlns:x="&lt;A href="http://schemas.microsoft.com/winfx/2006/xaml" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml&lt;/A&gt;"&lt;BR /&gt;xmlns:local="clr-namespace:Autodesk.Navisworks.Gui.Roamer.AIRLook;assembly=navisworks.gui.roamer"&amp;gt;&lt;BR /&gt;&amp;lt;RibbonTab Id="ID_CustomTab_1" KeyTip="T1"&amp;gt;&lt;BR /&gt;&amp;lt;RibbonPanel x:Uid="RibbonPanel1"&amp;gt;&lt;BR /&gt;&amp;lt;RibbonPanelSource x:Uid="RibbonPanelSource_RibbonPanel_1" KeyTip="C1" Title="Tools"&amp;gt;&lt;BR /&gt;&amp;lt;local:NWRibbonButton x:Uid="Button_1" Id="ID_Button_1"&lt;BR /&gt;Size="Large"&lt;BR /&gt;KeyTip="B1"&lt;BR /&gt;ShowText="True"&lt;BR /&gt;Text="Button_1"&lt;BR /&gt;Orientation="Vertical"/&amp;gt;&lt;BR /&gt;&amp;lt;/RibbonPanelSource&amp;gt;&lt;BR /&gt;&amp;lt;/RibbonPanel&amp;gt;&lt;BR /&gt;&amp;lt;/RibbonTab&amp;gt;&lt;BR /&gt;&amp;lt;/RibbonControl&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 20:35:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13949151#M8350</guid>
      <dc:creator>nicolLSPDR</dc:creator>
      <dc:date>2025-12-17T20:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Plug In Ribbon tab name</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13949154#M8351</link>
      <description>&lt;P&gt;Youtube video for reference.&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=fbMz7roQptU" target="_blank"&gt;https://www.youtube.com/watch?v=fbMz7roQptU&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The post build portion did not work for me so I added the dll and xaml to the plug ins folder by hand myself (don't forget to add en-US folder and place the xaml in it there as&amp;nbsp; well).&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 20:37:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/plug-in-ribbon-tab-name/m-p/13949154#M8351</guid>
      <dc:creator>nicolLSPDR</dc:creator>
      <dc:date>2025-12-17T20:37:39Z</dc:date>
    </item>
  </channel>
</rss>

