CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE
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 CAD tip # 2838:

Question

CAD 
 %  platform  category 
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
100% *CAD
12.2.2003    12131×  

See also:
Tip 14238:How to combine fractions and subscripts/superscripts in MText?
Tip 14209:Optimized stacking of boxes into a container of a given size - 3D nesting.
Tip 13622:Bulk import pages from a multi-page PDF into AutoCAD.
Tip 8640:Text formatting codes in MText objects.
Tip 7503:Autodesk 3ds Max keyboard shortcuts.


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  



Featuring:
Increase your productivity with our set of BIM add-on functions for Autodesk Revit
CADstudio Revit Tools More info


Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist