<?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: Toolbar Button Fails to Invoke Script in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434783#M270127</link>
    <description>&lt;P&gt;HI&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I would do on my own system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a folder for my custom LISP routines. Name it something like MYLSIP&lt;/LI&gt;
&lt;LI&gt;Open AutoCAD and add MYLISP to the Trusted Locations list as I showed in post 7&lt;/LI&gt;
&lt;LI&gt;Move my copy of SHLM.lsp to that folder.&lt;/LI&gt;
&lt;LI&gt;In AutoCAD, start CUI&lt;/LI&gt;
&lt;LI&gt;Navigate to the button that will call your routine.&lt;/LI&gt;
&lt;LI&gt;For the command I suggest: &amp;nbsp;^c^c(if (null c:shlm)(load "SHLM"));^PSHLM;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Close the CUI and try the button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808000"&gt;Please select the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jul 2016 21:03:05 GMT</pubDate>
    <dc:creator>john.vellek</dc:creator>
    <dc:date>2016-07-13T21:03:05Z</dc:date>
    <item>
      <title>Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6431649#M270116</link>
      <description>&lt;P&gt;(repeated because I lost it once)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a toolbar. I am trying to have it invoke a script. I click on the toolbar, and it fails to bring up the script. Everything looks right to me, but it doesn't call the script. Can someone guide me to how I find out what I did wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:30:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6431649#M270116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-12T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6431662#M270117</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you attach the command that you are trying to run?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I look forward to helping you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:34:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6431662#M270117</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-12T15:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6431965#M270118</link>
      <description>&lt;P&gt;did you check in the CUI to make sure the script as it should be?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 17:33:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6431965#M270118</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2016-07-12T17:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6431975#M270119</link>
      <description>Yes. I can't detect anything all by myself that is standing out as being&lt;BR /&gt;incorrect from&lt;BR /&gt;what I know.&lt;BR /&gt;&lt;BR /&gt;I must be missing a detail that I don't understand.</description>
      <pubDate>Tue, 12 Jul 2016 17:36:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6431975#M270119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-12T17:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6432054#M270120</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as mentioned: please show the syntax of the command you use behind your cui-button.&lt;/P&gt;
&lt;P&gt;Another question: what happens when you start command &lt;STRONG&gt;&lt;FONT color="#000080"&gt;_SCRIPT&lt;/FONT&gt;&lt;/STRONG&gt; with your file manually?&lt;/P&gt;
&lt;P&gt;At least: look to the security options (like trusted paths in the &lt;STRONG&gt;&lt;FONT color="#000080"&gt;_OPTIONS&lt;/FONT&gt; &lt;/STRONG&gt;dialog as well as the setting of the sysvar &lt;STRONG&gt;&lt;FONT color="#000080"&gt;SECURELOAD&lt;/FONT&gt;&lt;/STRONG&gt;, maybe the script file is stored at a path not allowed to run an app from.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:07:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6432054#M270120</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-07-12T18:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6432550#M270121</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P class="email-notification-body"&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;as mentioned: please show the syntax of the command you use behind your cui-button.&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Another question: what happens when you start command _SCRIPT with your file manually?&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;At least: look to the security options (like trusted paths in the _OPTIONS dialog as well as the setting of the sysvar SECURELOAD, maybe the script file is stored at a path not allowed to run an app from.&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;This is the code behind the button:&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;^C^C(load "c:/structural/system/lsp/shlm.lsp");shlm;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;When I use (load "c:/structural/system/lsp/shlm.lsp");&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;It brings it up successfully,&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;and when I execute it, it starts the routine, (although it's not really functional at this state of development).&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;I need to research how to do what you are saying about the _OPTIONS dialog and SECURELOAD, (I have never heard of that issue before).&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;I am using random web articles to guide me, because even though I have a whole collection of Autocad books, there is no "system" to their organization to guide me.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:52:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6432550#M270121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T14:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6432566#M270122</link>
      <description>&lt;P&gt;HI&amp;nbsp;@Anonymous﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I put this&amp;nbsp;^C^C^p(load "c:/structural/system/lsp/shlm.lsp");shlm into the command line for a menu button it looks like it is working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TO add the Folder to the Trusted Locations, simply type Options and then select the File tab. You can then add your folder to the list of Trusted Locations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/254614i0092BD8F09784239/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808000"&gt;Please select the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:53:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6432566#M270122</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-13T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6433950#M270123</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I am checking back to see if my post helped you with your problem. Please add a post with your results so other Forum users can benefit.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#808000"&gt;Please hit the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:53:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6433950#M270123</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-13T14:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6433958#M270124</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;The problem still exists on my system. What you told me to do doesn't work to solve it.&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;I am completely lost as to what I should try next.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:53:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6433958#M270124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T14:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6433967#M270125</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please attach your LISP routine and I will duplicate your setup to see what might be the problem.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:53:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6433967#M270125</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-13T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434762#M270126</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;I personally like to think that the process of solving this issue is a methodical/analytical process.&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;Can you describe to me what it is that I have to do in the case of this bug to figure out where the issue is?&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;(Like with a sequence of steps)?&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:02:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434762#M270126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T21:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434783#M270127</link>
      <description>&lt;P&gt;HI&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I would do on my own system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a folder for my custom LISP routines. Name it something like MYLSIP&lt;/LI&gt;
&lt;LI&gt;Open AutoCAD and add MYLISP to the Trusted Locations list as I showed in post 7&lt;/LI&gt;
&lt;LI&gt;Move my copy of SHLM.lsp to that folder.&lt;/LI&gt;
&lt;LI&gt;In AutoCAD, start CUI&lt;/LI&gt;
&lt;LI&gt;Navigate to the button that will call your routine.&lt;/LI&gt;
&lt;LI&gt;For the command I suggest: &amp;nbsp;^c^c(if (null c:shlm)(load "SHLM"));^PSHLM;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Close the CUI and try the button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808000"&gt;Please select the Accept as Solution button if my post fully solves your issue or answers your question.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:03:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434783#M270127</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-13T21:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434795#M270128</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just to add to&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; Close the CUI and try the button.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;...and watch the command line, what it reports!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:03:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434795#M270128</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-07-13T21:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434813#M270129</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;When I place that code snippet into the button, (and even when I try variations on it), the script will not come up.&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;I placed "c:/structural/system/lsp/" which is where the code sample is into the "Trusted Locations".&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;When you click on the button, nothing at all happens.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:03:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434813#M270129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T21:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434816#M270130</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;The command line reports absolutely nothing.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:03:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434816#M270130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T21:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434829#M270131</link>
      <description>&lt;P&gt;Please attach the file so I can take a look at it.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:03:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434829#M270131</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-13T21:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434900#M270132</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;Meaning,&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;does it involve really sophisticated knowledge of either the hardware or of the design of Autocad?&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;if it is just something trivial that I overlooked, then I am willing to spend some time reading up on how&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;to figure it out.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:32:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434900#M270132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T21:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434906#M270133</link>
      <description>&lt;P&gt;HI&amp;nbsp;lgojer123,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The steps I outlined should work for you as they did on my system. Without looking at the file now I am at a loss on how else to direct you. If you attach it I can play with it a bit to see what might be causing the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, please don't keep changing the subject line of your posts. It is hard for those of us following the thread when it changes.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:33:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434906#M270133</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-13T21:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434908#M270134</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;The file must not be reaching you.&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:36:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434908#M270134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T21:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbar Button Fails to Invoke Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434913#M270135</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿, Are you attaching the file to your post? Try putting it in a ZIP file first and then attaching. if you check your posts you will be able to see if the attachments stuck&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some users complain that their firewalls block the attachments&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:37:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/toolbar-button-fails-to-invoke-script/m-p/6434913#M270135</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-07-13T21:37:56Z</dc:date>
    </item>
  </channel>
</rss>

