Message 1 of 2
ATTDIA Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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