<?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: ComboBox in a custom Ribbon in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8937869#M3223</link>
    <description>&lt;P&gt;Hello, Mr.&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/823624"&gt;@xiaodong_liang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for your kind reply. Unfortunately, that's exactly what i guessed. I hope that more elements are supported in future versions of Navisworks API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, for those who are interested, there are other elements that i found in the Official Ribbon.xaml that worked well using Navisworks API (which were not mentioned in the CustomRibbon example code), such as :&amp;nbsp;NWRibbonLabel,&amp;nbsp;NWRibbonStaticLabel and&amp;nbsp;NWRibbonTextBox. (other elements are there, but i didn't test if they work).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 09:12:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-30T09:12:35Z</dc:date>
    <item>
      <title>ComboBox in a custom Ribbon</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8922569#M3220</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to implement a ComboBox in a custom Ribbon Pannel for Navisworks, but i didn't find any examples or documentation for the subject.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't use a split button because i need to be able to modify the Items List using some code in the plugin (which is not possible in the case of a split button).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to use a ComboBox&amp;nbsp; in a custom ribbon ?&amp;nbsp; if yes, any example codes are available ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 11:02:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8922569#M3220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-22T11:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: ComboBox in a custom Ribbon</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8928128#M3221</link>
      <description>&lt;P&gt;I found the following peace of code used to define the default Navisworks Ribbons (in the Ribbon.xaml file located in the Navisworks Manage directory ), it defines a&amp;nbsp;TreeCombo element ( or a combobox) :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;local:NWRibbonTreeCombo Width="65" MinWidth="65" Id="SelectionSetsTreeCombo.Navisworks" Image="pack://siteOfOrigin:,,,/Images/Ribbon_SelectionSets_16.ico" IsSynchronizedWithCurrentItem="False" Text="Jeux" UseCommandDisplayTextWhenClosed="False" x:Uid="local:NWRibbonTreeCombo_Sets"&amp;gt;
	&amp;lt;local:NWRibbonTreeCombo.MenuItems&amp;gt;
		&amp;lt;local:NWRibbonMenuItem Id="SelectionSetsManageCommand.Navisworks" Text="Gérer les jeux..." x:Uid="local:NWRibbonMenuItem_ManageSets"/&amp;gt;
	&amp;lt;/local:NWRibbonTreeCombo.MenuItems&amp;gt;
&amp;lt;/local:NWRibbonTreeCombo&amp;gt;&lt;/PRE&gt;&lt;P&gt;i tried to implement it in my xaml code but Navisworks always crashes and i can't debug it (the autodesk.navisworks.api.pdb symbols file is not found). Besides, i didn't define it in the C# code (i don't know if it is possible).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if this is availble only in the native code of Navisworks or is it possible to define such an object using the Navisworks API ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help please ? thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 14:29:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8928128#M3221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T14:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: ComboBox in a custom Ribbon</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8937853#M3222</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After a lot of tests, I have to say sorry I did not figure out. And after double checking with engineer team, I got to know there might be some ribbon items a plugin just cannot create. The ones in the sample (CustomRibbon) are the only ones we supported at the time. We apologize for the inconvenience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I logged a wish #NW-54970 to ask for Ribbon API supports more types of UI elements.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 08:57:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8937853#M3222</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2019-07-30T08:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: ComboBox in a custom Ribbon</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8937869#M3223</link>
      <description>&lt;P&gt;Hello, Mr.&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/823624"&gt;@xiaodong_liang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for your kind reply. Unfortunately, that's exactly what i guessed. I hope that more elements are supported in future versions of Navisworks API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, for those who are interested, there are other elements that i found in the Official Ribbon.xaml that worked well using Navisworks API (which were not mentioned in the CustomRibbon example code), such as :&amp;nbsp;NWRibbonLabel,&amp;nbsp;NWRibbonStaticLabel and&amp;nbsp;NWRibbonTextBox. (other elements are there, but i didn't test if they work).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 09:12:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/combobox-in-a-custom-ribbon/m-p/8937869#M3223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-30T09:12:35Z</dc:date>
    </item>
  </channel>
</rss>

