<?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 lisp routine to tool palette in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10113461#M84467</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9641894"&gt;@Waseem.MikhaelPLELV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AutoCAD gives us&amp;nbsp;&lt;SPAN&gt;numerous ways to load lisp files:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. you can use acad.lsp and (autoload) function or appload to autoload lisp files each dwg is opened.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. you can load the lisp just before you use it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;read about all these in the autolisp manual reference&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Moshe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 08:44:34 GMT</pubDate>
    <dc:creator>Moshe-A</dc:creator>
    <dc:date>2021-02-26T08:44:34Z</dc:date>
    <item>
      <title>add lisp routine to tool palette</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10108588#M84464</link>
      <description>&lt;P&gt;hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been searching almost everywhere but unfortunately I didn't get what I'm looking for. I hope I can get the answer here. However, I'm making my own custom Tool-Palette and I need to insert or add my lisp routine in there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched and all I got is to insert into too palette but I also need to app-load the lisp in order to run it.&lt;/P&gt;&lt;P&gt;I want to add the lisp file so once I click the Icon it runs the command without app-loading it each time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;this custom ToolPalette will be shared with my colleague at work as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if someone can help me with this I would really appreciate it, if there would be any tutorials or pdf file or screen video shows the correct way to have it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 16:06:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10108588#M84464</guid>
      <dc:creator>Waseem.MikhaelPLELV</dc:creator>
      <dc:date>2021-02-24T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: add lisp routine to tool palette</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10108704#M84465</link>
      <description>Have you seen this &lt;A href="https://autocadtips1.com/2012/05/30/adding-lisp-files-to-a-tool-palette/" target="_blank"&gt;https://autocadtips1.com/2012/05/30/adding-lisp-files-to-a-tool-palette/&lt;/A&gt;&lt;BR /&gt;and this &lt;A href="https://www.youtube.com/watch?v=9ZTNoUdPRso" target="_blank"&gt;https://www.youtube.com/watch?v=9ZTNoUdPRso&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then read this about sharing TPs with other users &lt;A href="https://forums.autodesk.com/t5/autocad-forum/sharing-tool-palettes-in-autocad-2017/m-p/6841839#M160909" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-forum/sharing-tool-palettes-in-autocad-2017/m-p/6841839#M160909&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 24 Feb 2021 16:23:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10108704#M84465</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2021-02-24T16:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: add lisp routine to tool palette</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10112914#M84466</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;thank you for the reply, I appreciate that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the link and youtube below for adding a lisp into tool-palette, these what I have followed before and I did added the lisp into my tool-palette but the problem I'm having it is that I have to appload the lisp each time, which I thought that I can run the lisp from tool-palette without apploading it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;looking for your advise.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 02:15:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10112914#M84466</guid>
      <dc:creator>Waseem.MikhaelPLELV</dc:creator>
      <dc:date>2021-02-26T02:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: add lisp routine to tool palette</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10113461#M84467</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9641894"&gt;@Waseem.MikhaelPLELV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AutoCAD gives us&amp;nbsp;&lt;SPAN&gt;numerous ways to load lisp files:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. you can use acad.lsp and (autoload) function or appload to autoload lisp files each dwg is opened.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. you can load the lisp just before you use it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;read about all these in the autolisp manual reference&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Moshe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 08:44:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10113461#M84467</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2021-02-26T08:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: add lisp routine to tool palette</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10121849#M84468</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/52747"&gt;@Moshe-A&lt;/a&gt;&amp;nbsp;what I'm looking for is to add the lisp into my Tool-Palette without applading the lisp each time&lt;/P&gt;&lt;P&gt;that mean I can run the lisp through the Tool-Palette.&lt;/P&gt;&lt;P&gt;is there a way of doing that?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 21:35:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10121849#M84468</guid>
      <dc:creator>Waseem.MikhaelPLELV</dc:creator>
      <dc:date>2021-03-01T21:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: add lisp routine to tool palette</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10123774#M84469</link>
      <description>&lt;P&gt;This is how to autoload LISPs for use all the time in all sessions, method #2 is what you want to do &lt;A href="http://www.lee-mac.com/runlisp.html" target="_blank" rel="noopener"&gt;http://www.lee-mac.com/runlisp.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 14:21:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10123774#M84469</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2021-03-02T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: add lisp routine to tool palette</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10124326#M84470</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9641894"&gt;@Waseem.MikhaelPLELV&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is suggest you explore acad.lsp and appload starup suite and understand their power. in tools palette macro you can call a lisp function and in that lisp function you can load a lisp file but more simple way is acad.lsp/appload&lt;/P&gt;&lt;P&gt;s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 17:37:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/add-lisp-routine-to-tool-palette/m-p/10124326#M84470</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2021-03-02T17:37:21Z</dc:date>
    </item>
  </channel>
</rss>

