<?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: Action Record not working in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12637001#M16460</link>
    <description>&lt;P&gt;Could be because the action recorded just repeated the same command on the same layout. I’d use lisp to cycle through each layout and run the zoom command like this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(foreach Layout (layoutlist)(setvar "ctab" Layout)(command "_.Zoom" "_E"))&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 13 Mar 2024 06:58:36 GMT</pubDate>
    <dc:creator>paullimapa</dc:creator>
    <dc:date>2024-03-13T06:58:36Z</dc:date>
    <item>
      <title>Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12636901#M16459</link>
      <description>&lt;P&gt;I want to switch my to next layout and Zoom extend.&lt;/P&gt;&lt;P&gt;I was doing this manually for all 100 Layouts then I tried to record action and switched one layout and did zoom extend after stop recording I saved action.&amp;nbsp;&lt;BR /&gt;And playing that action but not happening anything.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is it right way to use that action recoding option?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 06:07:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12636901#M16459</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-03-13T06:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12637001#M16460</link>
      <description>&lt;P&gt;Could be because the action recorded just repeated the same command on the same layout. I’d use lisp to cycle through each layout and run the zoom command like this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(foreach Layout (layoutlist)(setvar "ctab" Layout)(command "_.Zoom" "_E"))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 13 Mar 2024 06:58:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12637001#M16460</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-13T06:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12637456#M16461</link>
      <description>This will switch to next layout automatic?</description>
      <pubDate>Wed, 13 Mar 2024 11:05:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12637456#M16461</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-03-13T11:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12637702#M16462</link>
      <description>&lt;P&gt;Yes This will automatically switch to all your layouts and do a zoom extents. Try it on a dwg with a couple of layouts first just to see how it works&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 12:58:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12637702#M16462</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-13T12:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12639321#M16463</link>
      <description>&lt;P&gt;Unfortunately you have to go to each layout to do a Zoom E, but its surprisingly fast, had a dwg with 88 layouts, don't watch it blinks to much.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a last step decide (setvar 'ctab "Model") or a layout you want. Else will stop at last layout.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 01:01:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12639321#M16463</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-03-14T01:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12644608#M16464</link>
      <description>I am recording macros for Some properties modify of particular Object in all layouts.&lt;BR /&gt;how can I add switch to next layout in recording.</description>
      <pubDate>Sat, 16 Mar 2024 06:51:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12644608#M16464</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-03-16T06:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12644610#M16465</link>
      <description>&lt;P&gt;Don't think action recorder works that way. What you can do is record the action you want for a typical layout.&lt;/P&gt;&lt;P&gt;Then you have to manually select a layout and then run that action again.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2024 06:53:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12644610#M16465</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-16T06:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12644635#M16466</link>
      <description>Yes Trying same now.. I understood.&lt;BR /&gt;You know if I record macros action then convert it into Script and adjust script as per required?</description>
      <pubDate>Sat, 16 Mar 2024 07:34:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12644635#M16466</guid>
      <dc:creator>Amriya_Exe</dc:creator>
      <dc:date>2024-03-16T07:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12644648#M16467</link>
      <description>&lt;P&gt;Unfortunately there’s no tool that can convert action recorder to script&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2024 07:54:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12644648#M16467</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-03-16T07:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Action Record not working</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12646832#M16468</link>
      <description>&lt;P&gt;Like paullimapa give up on action recorder, bit of a waste of time who ever at Autodesk thought it would be a great tool needs to look at it again, interesting though another Cad package its action recorder writes VBA code which is very useful and can be edited. Look at&amp;nbsp; Excel macro's vba code, the probable reason is that Autodesk announced VBA will be discontinued, yeah let me think was it 5 years ago, its still in 2024 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re doing things in multi layouts, some examples&lt;/P&gt;&lt;P&gt;Zoom All&lt;/P&gt;&lt;P&gt;Move extents to 0,0&lt;/P&gt;&lt;P&gt;Update sheet numbers&lt;/P&gt;&lt;P&gt;Update multi titles across all layouts&lt;/P&gt;&lt;P&gt;Plot layouts by range&lt;/P&gt;&lt;P&gt;Goto layout see attached&lt;/P&gt;&lt;P&gt;Can find a few more if I look&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Others will have lots of other handy functions used every day, so ask what do you want to do across your layouts.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 00:38:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/action-record-not-working/m-p/12646832#M16468</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-03-18T00:38:49Z</dc:date>
    </item>
  </channel>
</rss>

