• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Mechanical

    Reply
    Active Member
    Posts: 7
    Registered: ‎06-19-2009
    Accepted Solution

    Turn off Annotation Scaling Message box.

    1152 Views, 5 Replies
    07-01-2010 10:46 PM

    Hi,

     

    When i open a drawing Annotation Scaling Message box appear. How to turn off this message 

    Permanently. Please Suggest. refer the screen dump

     

    Thanks in Advance.

     

     

     

    Regards,

    Sithick.

    Please use plain text.
    Employee
    Posts: 38
    Registered: ‎01-12-2010

    Re: Turn off Annotation Scaling Message box.

    07-04-2010 09:08 PM in reply to: sast

    You can set sysvar EXPERT to 5.

    Thanks

    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎06-19-2009

    Re: Turn off Annotation Scaling Message box.

    07-04-2010 10:15 PM in reply to: cheewec

    Hi,

     

    Works Great !!!

     

    Thanks a lot.

     

    Regards,

    Sithick.

    Please use plain text.
    Distinguished Contributor
    acwtzwegers
    Posts: 192
    Registered: ‎04-20-2011

    Re: Turn off Annotation Scaling Message box.

    06-15-2012 05:26 AM in reply to: sast

    Has anyone found a better solution to this yet? Who do we have to bribe/threaten/plea to to get annotation scaling finally supported in ACM 20 after it was introduced? Or at least get us a sysvar to switch just this message off (the expert 5 level doesn't work either.. )

    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎12-14-2012

    Re: Turn off Annotation Scaling Message box.

    12-14-2012 06:51 AM in reply to: sast

    Canceling out of the message can be done with Expert 5, however to get it to work consitently you need to embed it in a LSP routine and run it in the startup suite.

     

    ;;;LSP Routine

    (defun c:startup()

    (command "expert" "5")

    )

     

    (c:startup)

    ;;;;LSP Routine

     

    save above in a plain text file with extension .lsp in a support folder of autocad and then in load applications add in to the startup suite

    Please use plain text.
    Distinguished Contributor
    acwtzwegers
    Posts: 192
    Registered: ‎04-20-2011

    Re: Turn off Annotation Scaling Message box.

    12-18-2012 01:43 AM in reply to: kbjones02

    That is still no real option, as most users actually are not expert level 5 and need all the other alerts.

     

    Autodesk should actually do an actual update on AutoCAD Mechanical (instead of just sticking the Genius/Mechanical shell on a new AutoCAD version - regardless of the bugs - and taking the extra cash for ACM licenses w/o really giving anything back).

     

    Annotative objects have been in AutoCAD for over a decade now, about time to support them (and Truetype Fonts, and parametics, and dynamic blocks and _paperspace_ (!!!)... you know, stuff that should've been supported already for longer then some users' ages.)

     

    *grumbles some more*

    Please use plain text.