<?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: Add button to existing ribbon panel in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4989534#M76981</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Arnošt,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I can find a supported method of adding a button to an existing ribbon in the API, then I will use that method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But untill now, I have not found a solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You have clearly made your point that the suggested workarounds are unsupported and possibly dangerous, but you have not provided us with a hint or example code which DOES show how I can add a button to an existing ribbon (the Architecture --&amp;gt; Build panel to be more precise).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you could get an Autodesk Revit Developer to join this discussion, that would be highly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2014 08:58:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-25T08:58:37Z</dc:date>
    <item>
      <title>Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4981498#M76965</link>
      <description>&lt;P&gt;I have followed this post by Jeremy Tammik on how to add a button to an existing ribbon panel, but I am facing the same problem: the button is added but it's disabled. Not much use for a button when you can't click on it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://thebuildingcoder.typepad.com/blog/2013/02/adding-a-button-to-existing-ribbon-panel.html"&gt;http://thebuildingcoder.typepad.com/blog/2013/02/adding-a-button-to-existing-ribbon-panel.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, I am creating my own ribbon, adding panels to it and adding two buttons. But I don't want to create a whole new ribbon for just two buttons. I would like to add my buttons to the "Architecture" ribbon (which is called "build_rac" internally). The way I have implemented my Addin right now it's using the "&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;commandData &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; Autodesk.Revit.UI.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;ExternalCommandData&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;" to communicate with Revit. With the example by Jeremy, there's no "&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;commandData &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; Autodesk.Revit.UI.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;ExternalCommandData&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;", so even if I do get my button enabled, I can't interact with Revit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stunned why accessing the ribbon is this difficult!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 06:19:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4981498#M76965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4981990#M76966</link>
      <description>&lt;P&gt;During OnStartUp you could register an event handler for UIApplication.Idling within a class that has a static bool property that can be set true when your button is clicked and its UIElementActivated event is triggered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the idling event is called the switch should be checked and if false, return immediately. If set true then whatever API code you wanted to run can be called using the supplied UIApplication object. Don't forget to switch the property back to false before returning though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idling event is called quite often and I don't think there will be much perceptable latency. I use a similar technique to run API commands from a modeless dialogue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've not actually tried adding a button to a factory supplied ribbon though, so my above suggestion assumes that you have succeeded in this and can click the button to receive the&amp;nbsp;UIElementActivated event as shown in Jeremy's example code.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 09:20:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4981990#M76966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T09:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4982012#M76967</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for pointing towards the UIApplication.Idling, it sounds exactly what I need to interact with Revit &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But first I have to fix the "disabled button&amp;nbsp;state" issue. The button is added to the correct ribbon panel, but I can't click on it! And if I can't click on the button, I can't test anything on the UIApplication.Idling &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could have sworn that somebody had posted a comment on Jeremy's blog, but all comments from Jeremy's blog have fanished (at least, I cant see any comments at all)!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 09:33:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4982012#M76967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T09:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4982070#M76968</link>
      <description>&lt;P&gt;I just took a look at Jeremy's sample code (&lt;A target="_blank" href="http://thebuildingcoder.typepad.com/files/addbutton.zip)."&gt;http://thebuildingcoder.typepad.com/files/addbutton.zip).&lt;/A&gt; I compiled it for Revit 2014 and it runs fine for me and is not disabled. I also got it to throw up a message box with a test message from the event handler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Autodesk.Windows.RibbonButton class has an IsEnabled property, check that you have that set. Otherwise maybe check through the sample code and see what you maye be doing differently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 09:55:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4982070#M76968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4982604#M76969</link>
      <description>&lt;P&gt;Here's something funny...(sort of)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I activate the "Architecture" ribbon, I can see that my button is enabled...but it's being disabled very quickly. I have managed to click on the Architecture tab and&amp;nbsp;quickly click on my button. The message box I designed is being displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So something within Revit is checking if the button should be enabled (for example, the "Room" and "Area Boundry" are also being disabled as soon as I select the Architecture tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will poke around some more...&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 12:07:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4982604#M76969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4983238#M76970</link>
      <description>&lt;P&gt;The "IsEnabled" is set at true...heck, I wrote this code which reacts at the UIApplication.Idling event, but the value is always "true" (but the button is never enabled &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Private Sub OnIdling(sender As Object, e As Autodesk.Revit.UI.Events.IdlingEventArgs)
        Dim oRibbon As adWin.RibbonControl = adWin.ComponentManager.Ribbon
        For Each oTab As adWin.RibbonTab In oRibbon.Tabs
            If oTab.Id = "Architecture" Then
                For Each oPanel As adWin.RibbonPanel In oTab.Panels
                    If oPanel.Source.Id.ToUpper = "BUILD_RAC" Then
                        For i As Integer = 0 To oPanel.Source.Items.Count - 1
                            Dim oRibbonItem As adWin.RibbonItem = oPanel.Source.Items.Item(i)
                            If TypeOf oRibbonItem Is adWin.RibbonButton Then
                                Dim oRibbonButton As adWin.RibbonButton = TryCast(oRibbonItem, adWin.RibbonButton)
                                If oRibbonButton.Name = "cmbJAZO" Then
                                    oRibbonButton.IsEnabled = True
                                    Exit Sub
                                End If
                            End If
                        Next i
                    End If
                Next
            End If
        Next
    End Sub&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:10:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4983238#M76970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T15:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4983624#M76971</link>
      <description>&lt;P&gt;In Revit 2014 and earlier, custom ribbon buttons can be disabled by Revit based on what kind of view is currently selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you switch to a floor plan view, does your button become enabled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 17:15:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4983624#M76971</guid>
      <dc:creator>CoderBoy</dc:creator>
      <dc:date>2014-04-23T17:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4984912#M76972</link>
      <description>&lt;P&gt;The button is (being) disabled in all views (Floor Plans, Ceiling Plans, 3D Views, Elevations, Sections)&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 05:29:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4984912#M76972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T05:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4985364#M76973</link>
      <description>&lt;P&gt;There is a RibbonButton property called IsCheckable that will disable the button if set to false, check that out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also check out the IsEnabledOverride and IsCheckableOverride properties to see what they do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.2;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 10:22:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4985364#M76973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T10:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4985870#M76974</link>
      <description>&lt;DIV&gt;I want to add a few points here:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;First of all, using the idling mechanism is not the way to go in this&amp;nbsp;scenario and I’d like to discourage using it. Please keep in mind that the Idling mechanism was introduced certain and particular patterns mostly around communication between&amp;nbsp;external modeless dialogs and the Revit API. Using Idling outside of this is always tricky and often controversial, plus may be unstable. One think to realize is that Idling means that Revit UI is at rest at the moment. Thus manipulating Revit’s UI (such as adding buttons) goes against that assumption and may lead into unexpected results.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Second, I think Teum_Ham should spend some time investigating why it is that certain buttons on the Architecture tab are disabled. I do not mean his newly added button; I mean other, existing buttons. Teum_Ham stated that “&lt;FONT color="#FF00FF"&gt;&lt;EM&gt;...&lt;SPAN&gt;for example, the "Room" and "Area Boundry" are also being disabled as soon as I select the Architecture tab.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;” That is suspicious and lead me to think that maybe Teum_Ham has Revit at state at which certain buttons simply need to be disabled. &amp;nbsp;Teum_Ham wondered: “&lt;SPAN&gt;&lt;FONT color="#FF00FF"&gt;&lt;EM&gt;something within Revit is checking if the button should be enabled...&lt;/EM&gt;&lt;/FONT&gt;” to which I say: Of course! Most menus in Revit are context sensitive and will not have enabled buttons that&amp;nbsp;have no business being enabled at a particular time and context.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;This second aspect is what I would start my investigation with. To give more&amp;nbsp;meaningful advice, we need to know what is the&amp;nbsp;state of Revit and the&amp;nbsp;currently active Document in Revit at the time&amp;nbsp;of clicking and&amp;nbsp;switching to the Architectural tab. Is any command already running? Is there even an active document open? (Because if there is not, it would make perfect sense&amp;nbsp;for the Room button to be disabled!)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;After that is resolved and understood, I’d try to add the&amp;nbsp;button&amp;nbsp;from the regular&amp;nbsp;OnStart call-back, or during ApplicationInitialized event. Those are the two places from which this kind of customization is supposed to be done.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Arnošt Löbel&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Sr. Principal Engineer&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Autodesk, Revit R&amp;amp;D&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Apr 2014 12:31:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4985870#M76974</guid>
      <dc:creator>arnostlobel</dc:creator>
      <dc:date>2014-04-24T12:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4986132#M76975</link>
      <description>&lt;P&gt;I did a little playing and I think I have a nice solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you add your command button&amp;nbsp;using standard API methods&amp;nbsp;to its own ribbon panel on either your own tab or the built in add-ins tab, you can then find the panel using the above methods and insert it into any of the system tabs (using &lt;STRONG&gt;&lt;EM&gt;Autodesk.Windows.RibbonTab.Panels.Add()&lt;/EM&gt;&lt;/STRONG&gt;)&amp;nbsp;. The button will then behave in the same way as it would on the original tab and the API doesn't seem to notice (well to the extent of my brief testing anyway).&amp;nbsp;&lt;SPAN style="line-height: 1.2;"&gt;You can then remove the panel from the addins tab if desired and the panel will remain happily in its new home.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 13:14:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4986132#M76975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T13:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4986226#M76976</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Arnošt&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See my reactions below:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/809730"&gt;@arnostlobel&lt;/a&gt; wrote:&lt;BR /&gt;&lt;DIV&gt;I want to add a few points here:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;First of all, using the idling mechanism is not the way to go in this&amp;nbsp;scenario and I’d like to discourage using it. Please keep in mind that the Idling mechanism was introduced certain and particular patterns mostly around communication between&amp;nbsp;external modeless dialogs and the Revit API. Using Idling outside of this is always tricky and often controversial, plus may be unstable. One think to realize is that Idling means that Revit UI is at rest at the moment. Thus manipulating Revit’s UI (such as adding buttons) goes against that assumption and may lead into unexpected results.&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I used the Idling mechanism only to see if I can "enable" my button, but I have removed that code from the Addin (because it didn't change the behaviour)&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/809730"&gt;@arnostlobel&lt;/a&gt; wrote:&lt;DIV&gt;Second, I think Teum_Ham should spend some time investigating why it is that certain buttons on the Architecture tab are disabled. I do not mean his newly added button; I mean other, existing buttons. Teum_Ham stated that “&lt;FONT color="#ff00ff"&gt;&lt;EM&gt;...&lt;SPAN&gt;for example, the "Room" and "Area Boundry" are also being disabled as soon as I select the Architecture tab.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;” That is suspicious and lead me to think that maybe Teum_Ham has Revit at state at which certain buttons simply need to be disabled. &amp;nbsp;Teum_Ham wondered: “&lt;SPAN&gt;&lt;FONT color="#ff00ff"&gt;&lt;EM&gt;something within Revit is checking if the button should be enabled...&lt;/EM&gt;&lt;/FONT&gt;” to which I say: Of course! Most menus in Revit are context sensitive and will not have enabled buttons that&amp;nbsp;have no business being enabled at a particular time and context.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This second aspect is what I would start my investigation with. To give more&amp;nbsp;meaningful advice, we need to know what is the&amp;nbsp;state of Revit and the&amp;nbsp;currently active Document in Revit at the time&amp;nbsp;of clicking and&amp;nbsp;switching to the Architectural tab. Is any command already running? Is there even an active document open? (Because if there is not, it would make perfect sense&amp;nbsp;for the Room button to be disabled!)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I understand that certain buttons are unavailable because Revit is "context sensitive". Like the "Room" button is unavailable when there's no room defined in the project.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But to answer your questions:&lt;/P&gt;&lt;P&gt;- No, there is no other command running&lt;/P&gt;&lt;P&gt;- Yes, I have an active document (a project with just&amp;nbsp;two walls)&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/809730"&gt;@arnostlobel&lt;/a&gt; wrote:&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;After that is resolved and understood, I’d try to add the&amp;nbsp;button&amp;nbsp;from the regular&amp;nbsp;OnStart call-back, or during ApplicationInitialized event. Those are the two places from which this kind of customization is supposed to be done.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;I am using&lt;/STRONG&gt; the "&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;Public&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;Function&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; OnStartup(application &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; Autodesk.Revit.UI.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;UIControlledApplication&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;) &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; Autodesk.Revit.UI.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;Result&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;&lt;FONT size="2" color="#0000ff" face="Consolas"&gt;Implements&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; Autodesk.Revit.UI.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;&lt;FONT size="2" color="#2b91af" face="Consolas"&gt;IExternalApplication&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;.OnStartup&lt;/FONT&gt;&lt;/FONT&gt;" to create the button on the Architecture ribbon panel.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I also use this function to create my own ribbon with two buttons. These buttons work as expected. But like I said in my previous post, I don't want to create a complete new ribbon for just two buttons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you need any more info?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 13:27:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4986226#M76976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T13:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4986304#M76977</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;I did a little playing and I think I have a nice solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you add your command button&amp;nbsp;using standard API methods&amp;nbsp;to its own ribbon panel on either your own tab or the built in add-ins tab, you can then find the panel using the above methods and insert it into any of the system tabs (using &lt;STRONG&gt;&lt;EM&gt;Autodesk.Windows.RibbonTab.Panels.Add()&lt;/EM&gt;&lt;/STRONG&gt;)&amp;nbsp;. The button will then behave in the same way as it would on the original tab and the API doesn't seem to notice (well to the extent of my brief testing anyway).&amp;nbsp;&lt;SPAN style="line-height: 1.2;"&gt;You can then remove the panel from the addins tab if desired and the panel will remain happily in its new home.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That sounds like a nice solution, but the "regular" revit panels I am creating are "Autodesk.Revit.UI.RibbonPanel" and the only way I can see to access the ribbon is, like you are suggesting, with the "Autodesk.Windows.RibbonTab".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So VisualStudio is throwing an error to me: Value of type 'Autodek.Revit.UI.RibbonPanel' cannot be converted to 'Autodesk.Windows.RibbonPanel'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        Dim oRibbon As adWin.RibbonControl = adWin.ComponentManager.Ribbon
        For Each oTab As adWin.RibbonTab In oRibbon.Tabs
            If oTab.Id = "Architecture" Then
                oTab.Panels.Add(oJAZODoorPanel)
            End If
        Next&lt;/PRE&gt;&lt;P&gt;Maybe it's time to mention that I am working with the Revit 2013 API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 13:43:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4986304#M76977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T13:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4986770#M76978</link>
      <description>&lt;P&gt;You need to find the &lt;SPAN&gt;Autodesk.Windows.RibbonPanel version of&amp;nbsp;&lt;/SPAN&gt;panel you created in the same way that you would find any of the other panels. The Id's of the API created panels are quite different from the system panels, you will need to do some parsing to get the one you are after reliably. The format is something like "CustomCtrl_%&lt;STRONG&gt;&lt;EM&gt;Tab Name&lt;/EM&gt;&lt;/STRONG&gt;%&lt;STRONG&gt;&lt;EM&gt;Panel Name&lt;/EM&gt;&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There may be a trick with the timing though.&amp;nbsp;I did my testing using a command button to execute the tab switching after everything was loaded so&amp;nbsp;I am unsure whether the new panel can be found in the ribbon immediately after creation while still within the OnStartup method. You might have to subscribe to an event that is called later in order to search the ribbon and do the shuffling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:19:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4986770#M76978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-24T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4987654#M76979</link>
      <description>&lt;P&gt;I would also like to point out that using reflection and standard Windows API in order to inject custom buttons to Revit ribbons is neither supported nor recommended a technique by Autodesk (&lt;EM&gt;Please keep in mind that Jeremy’s blog, no matter how awesome, does not always reflect Autodesk’s point of view&lt;/EM&gt;). Although I do not want to be the judge of what users can or not cannot do with their software, they should realize that working around the supported API may not only yield unexpected or undesirable results, but in most cases it also represents extra work. For this particular case, if a button is injected to the ribbon without using the Revit API, Revit will not know about it, thus will not know how to handle it properly (custom buttons are normally handled in a very specific way). So, in order to actually use such a button the programmer must rely on Idling events or External events (not available in R2013 yet). That is certainly an inconvenience and possible burden for the end user, and that is beside the fact that access to the API from an Idling event is limited – the programmer should not use any UI functionality (with a few exceptions).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Arnošt Löbel&lt;/P&gt;
&lt;P&gt;Sr. Principal Engineer&lt;/P&gt;
&lt;P&gt;Autodesk, Revit R&amp;amp;D&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 19:07:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4987654#M76979</guid>
      <dc:creator>arnostlobel</dc:creator>
      <dc:date>2014-04-24T19:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4989534#M76981</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Arnošt,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I can find a supported method of adding a button to an existing ribbon in the API, then I will use that method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But untill now, I have not found a solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You have clearly made your point that the suggested workarounds are unsupported and possibly dangerous, but you have not provided us with a hint or example code which DOES show how I can add a button to an existing ribbon (the Architecture --&amp;gt; Build panel to be more precise).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you could get an Autodesk Revit Developer to join this discussion, that would be highly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 08:58:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4989534#M76981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4989760#M76982</link>
      <description>&lt;P&gt;Hi Teum et al,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did anyone mention the availability class name property yet in this discussion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use a command availability class to enable and disable a command whenever you want:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2011/02/enable-ribbon-items-in-zero-document-state.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2011/02/enable-ribbon-items-in-zero-document-state.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 10:21:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4989760#M76982</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2014-04-25T10:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4989964#M76983</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Looking at this piece of&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt; c&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;ode...&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000" face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;oMyRibbonPanel = application.CreateRibbonPanel(Autodesk.Revit.UI.Tab.Analyze, "My Ribbon Panel Name")&lt;/PRE&gt;&lt;P&gt;&lt;FONT size="2" color="#000000" face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif"&gt;The&lt;/FONT&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif"&gt; "&lt;/FONT&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif"&gt;Autodesk.Revit.UI.&lt;/FONT&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif"&gt;Tab"&lt;/FONT&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif"&gt; has only two "members": (1) AddIns and (2) Analyze. Where's the rest?&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000" face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#2b91af"&gt;&lt;FONT color="#2b91af"&gt;&lt;FONT color="#2b91af"&gt;&lt;FONT color="#000000"&gt;If ALL ribbons would be available, that would solve my problem instantly...&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 11:04:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4989964#M76983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4990188#M76984</link>
      <description>&lt;DIV&gt;Teaum_Ham,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I am a developer on the Revit team. I thought it was apparent.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;You are correct&amp;nbsp;– I did not provide your with a supported solution because there is not one available currently.&amp;nbsp;You may find it strange and inconvenient with respect&amp;nbsp;to your particular application, but it had been decided in the past that allowing external applications to add custom buttons to standard Revit ribbons is not in the best interest of our end users. Please understand that we did not make that decision out of whim&amp;nbsp;– we have a team of experienced UX designers who regularly survey end users to get their take on Revit features. Based on the research it was determined that the&amp;nbsp;pros of completely&amp;nbsp;customizing ribbons do not balance the cons of such an approach. Naturally, that may change in the future. You may rest&amp;nbsp;assured that the moment the majority of our users speaks up requesting&amp;nbsp;Revit&amp;nbsp;with fully customizable ribbons we will make our best&amp;nbsp;to make it available via the API as soon as possible.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Respectfully&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Arnošt Löbel&lt;/DIV&gt;
&lt;DIV&gt;Sr. Principal Engineer&lt;/DIV&gt;
&lt;DIV&gt;Revit Core, Revit API&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Apr 2014 12:20:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4990188#M76984</guid>
      <dc:creator>arnostlobel</dc:creator>
      <dc:date>2014-04-25T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add button to existing ribbon panel</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4990388#M76985</link>
      <description>&lt;P&gt;Wow...I am a bit stunned...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could have save me a couple of hours of my time if you had told me directly that adding buttons is not supported&amp;nbsp;&lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://forums.autodesk.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the API and your explaination are contradicting eachother:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You say that "&lt;SPAN&gt;it had been decided in the past&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;that allowing external applications to add custom buttons to standard Revit ribbons is not in the best interest of our end users", but yet the API is giving me the option to add a panel to the Analyze Ribbon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A bit strange, isn't it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:27:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/add-button-to-existing-ribbon-panel/m-p/4990388#M76985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T13:27:55Z</dc:date>
    </item>
  </channel>
</rss>

