Action recorder, not accepting pause for input.

Action recorder, not accepting pause for input.

Designer_1E
Enthusiast Enthusiast
1,621 Views
14 Replies
Message 1 of 15

Action recorder, not accepting pause for input.

Designer_1E
Enthusiast
Enthusiast

Hello,

 

I've have been trying to record an action where I do these steps:

 

1- select a block

2- edit the block

3- select the attributes inside

4- justify the attributes

5- move the attributes to 0,0 and then to another point

6- save the block and exit

 

My big problem is once I am inside the block it will not let me select the attributes, even though I pause for user input.  I just cancels the whole actions.  I can get everything to work before and after step 3 separately.  How do I select the attributes without causing a failure?

 

0 Likes
Accepted solutions (3)
1,622 Views
14 Replies
Replies (14)
Message 2 of 15

pendean
Community Legend
Community Legend
0 Likes
Message 3 of 15

Designer_1E
Enthusiast
Enthusiast

Yes, I set the 'pickfirst' as pause for user input

0 Likes
Message 4 of 15

cadffm
Consultant
Consultant

Not pickfirst (this is recorded),

you need to change it to "Pause for User Input"

Sebastian

0 Likes
Message 5 of 15

pendean
Community Legend
Community Legend

@Designer_1E wrote:

Yes, I set the 'pickfirst' as pause for user input


pendean_0-1711676607020.png

 

0 Likes
Message 6 of 15

Designer_1E
Enthusiast
Enthusiast

I have set it as pause for user input.  It's not working. 

0 Likes
Message 7 of 15

pendean
Community Legend
Community Legend

@Designer_1E wrote:

I have set it as pause for user input.  It's not working. 


Sadly, that's not enough information or remote help like this.

 

Here is how to open a support case with Autodesk if you are on subscription to seek out Autodesk Support's help:
https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-find-my-sup...

0 Likes
Message 8 of 15

Designer_1E
Enthusiast
Enthusiast

@cadffmattached is the test file.

0 Likes
Message 9 of 15

cadffm
Consultant
Consultant
Accepted solution

Hi,

 

your action macro works like expected (is matching your recorded/edited workflow),

 

1- select a block (you can use the object selection method SINGLE) to safe one click which confirm/end your object selection)

2- edit the block

3- select the attributes inside just some, these three of them?, okay

4- justify the attributes okay

5- move the attributes to 0,0 and then to another point okay

6- save the block and exit okay

 

Your action macro works excactly this way.

 

 

>>"My big problem is once I am inside the block it will not let me select the attributes"

It does on my side. Please share a Screencast! Take your shared .dwg ans .acm and record your steps.

(make sure we can see your drawing windows and your action recorder)

cadffm_0-1712242024689.png

 

 

My short Screencast:

 

Sebastian

0 Likes
Message 10 of 15

Designer_1E
Enthusiast
Enthusiast

@cadffmOh man, mine is not doing that at all.  😞 

Yours worked perfectly!  I don't have screen cast see the attached video.

0 Likes
Message 11 of 15

cadffm
Consultant
Consultant
Accepted solution

Is your 2024 up to date (2024.1.3)? My 2024 test runs on 2024.1.2 (but my video was a test on 2021)

 

You are running some not-Standard Menus/Settings/Tools,

What is menu 2020 Office? Ribbon Arsenal ..

try a new Start in SAFEMODE

https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-8E54B6EC-5B52-4F62-B7FC-0D4E1EDF093A

 

or something like DOCK your commandline (currently is floating)

try another profile

close your properties palette

Turn off your hardware acceleration (graphicsconfig)

turn GFXDX12 off(0)

 

Perhaps you have to repair your windows .NetFramework

 

I don't know, sorry.

 

Sebastian

Message 12 of 15

Designer_1E
Enthusiast
Enthusiast

I am running 2024.1.3.

 

Well, at least I now know it's not a user error.  I guess my CAD is broken.  Thanks for your help @cadffm 

0 Likes
Message 13 of 15

pendean
Community Legend
Community Legend

@Designer_1E Here is how to open a support case with Autodesk if you are on subscription to seek out Autodesk Support's help:
https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-find-my-sup...

HTH

0 Likes
Message 14 of 15

Designer_1E
Enthusiast
Enthusiast
Ok, it works now. I updated the .NetFramework, and also reinstalled the AutoCAD. I also installed the VBA extension that might not have been there before.

Thanks again for these suggestions!
0 Likes
Message 15 of 15

Designer_1E
Enthusiast
Enthusiast
Accepted solution

UPDATE:

I'm adding this note for anyone that finds this thread in the future.  For a little while my macros where working after this thread.  Then this week they stopped working again.  I finally figured out the that if my XREF pallet is OFF the macro will fail when it opens the block editor, but if is is ON then the macro works perfectly.  I can toggle the failure back and forth with whether the XREF pallet is on/off.  It's ridiculous, 🙄, but at least I know what is wrong.

0 Likes