<?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: enable/disable toolbar icons in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/enable-disable-toolbar-icons/m-p/573097#M78200</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/41931"&gt;@Jonas_Rinne&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2022 05:53:49 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2022-11-24T05:53:49Z</dc:date>
    <item>
      <title>enable/disable toolbar icons</title>
      <link>https://community.jmp.com/t5/Discussions/enable-disable-toolbar-icons/m-p/570738#M78075</link>
      <description>&lt;P&gt;Toolbar icons appear gray if the window has the wrong type:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1668709808567.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47441i9121E3F402EDA798/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1668709808567.png" alt="hogi_0-1668709808567.png" /&gt;&lt;/span&gt;&amp;nbsp;vs.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1668709841587.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47442i4633890D227FA906/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1668709841587.png" alt="hogi_1-1668709841587.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I control this behavior for my own toolbars?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:02:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enable-disable-toolbar-icons/m-p/570738#M78075</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-09T16:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: enable/disable toolbar icons</title>
      <link>https://community.jmp.com/t5/Discussions/enable-disable-toolbar-icons/m-p/573097#M78200</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/41931"&gt;@Jonas_Rinne&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 05:53:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enable-disable-toolbar-icons/m-p/573097#M78200</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-11-24T05:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: enable/disable toolbar icons</title>
      <link>https://community.jmp.com/t5/Discussions/enable-disable-toolbar-icons/m-p/625061#M82390</link>
      <description>&lt;P&gt;If a Toolbar Icon is linked to a Built-In command, it automatically gets the enable/disable functionality related to the respective command.&lt;BR /&gt;... even if the user chooses his own icon:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-21_23-23-17.gif" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52233iB62182974F69B601/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-04-21_23-23-17.gif" alt="2023-04-21_23-23-17.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The easiest way to get a "dynamic" Icon into a user-defined &lt;STRONG&gt;toolbar&lt;/STRONG&gt;:&amp;nbsp;&lt;BR /&gt;Got to &lt;STRONG&gt;View/Cutomize/Menus and Toolbars&lt;/STRONG&gt;, and rightClick copy the original function and paste it into the user-defined Toolbar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get such Shortcut Icons into user-defined &lt;STRONG&gt;Add-Ins&lt;/STRONG&gt;, one has to follow&amp;nbsp;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Workflow-Builder-AddIns/idc-p/625031/highlight/true#M4198" target="_self"&gt;these steps&lt;/A&gt;&amp;nbsp;shared by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6878"&gt;@Jeff_Perkinson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, one can edit the addin.jmpcust file manually.&lt;BR /&gt;The syntax is&amp;nbsp;&lt;FONT face="courier new,courier"&gt;type="builtin"&lt;/FONT&gt;:&lt;/P&gt;&lt;PRE&gt;&amp;lt;jm:command&amp;gt;
 &amp;lt;jm:name&amp;gt;TEXT TO COLUMNS&amp;lt;/jm:name&amp;gt;
  &amp;lt;jm:caption&amp;gt;Text to Columns…&amp;lt;/jm:caption&amp;gt;
  &amp;lt;jm:action type="builtin"&amp;gt;COLS:UTILITIES:TEXT TO COLUMNS&amp;lt;/jm:action&amp;gt;
 &amp;lt;/jm:command&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Apr 2023 21:44:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enable-disable-toolbar-icons/m-p/625061#M82390</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-04-21T21:44:07Z</dc:date>
    </item>
  </channel>
</rss>

