Over 1.096.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and variables.
CAD tip # 2838:
Question
A
If you have choosen "Don't show this dialog" in the Autostack properties dialog and now you want to re-enable it again - use the following routine in VisualLISP (you can save it to a .LSP file):
(vl-load-com) (setq regKey (strcat "HKEY_CURRENT_USER\\" (vlax-product-key) "\\MTEXT\\Discretionary Dialogs")) (vl-registry-delete regKey) (vl-registry-write regKey)You can also select the stacked text, right-click and in the properties disable the Auto-Stack feature.
ACAD2000ADTMDTMap


12.2.2003
12131×