ATTDIA Problem

ATTDIA Problem

clickinfo
Explorer Explorer
481 Views
1 Reply
Message 1 of 2

ATTDIA Problem

clickinfo
Explorer
Explorer
Hi.

I am using a function that makes the ATTEDIT dialog appear according to the ATTDIA value.

But, i have a problem in AutoCAD 2022.​
[Symptoms]​ 1. Depending on the value of ATTDIA, use the following command to add a Block. acedCommand(RTSTR, _T("_INSERT"), RTSTR, MakeDrawAreaBlockName(strDrawName), RT3DPOINT, ucsPt, RTREAL, 
m_nDrawScale, RTREAL, m_nDrawScale, RTREAL, ucsAngle  ,RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE,
RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, 
RTSTR,PAUSE,
RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE,
RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, 
RTSTR,PAUSE, RTSTR,PAUSE, RTSTR,PAUSE, RTNONE);

- If the ATTDIAA Value is 1, the ATTEDIT property window (screen capture) appears, and there is no problem.
- If the ATTDIA value is set to 0, the CAD hangs up. In my opinion, if the value is 0, the ATTEDIT property window should not appear. I used the same command, but there was no problem in the previous versions, but the problem occurred only in 2022,
so how to do something about it. Please let me know the solution to fix it.
thanks ​

 

0 Likes
482 Views
1 Reply
Reply (1)
Message 2 of 2

Scottu2
Advocate
Advocate

I have not upgraded to 2022.  You may have found a program bug.

 

Perhaps, try the Enhanced Attribute Editor.

Replace the ATTEDIT with EATTEDIT

 

0 Likes