View Full Version : Tool Palette Link?
dburt.37238
2008-05-21, 12:23 AM
Can a link to an external file (such as a DWF, PDF or DOC) be added to a tool palette?
jpaulsen
2008-05-21, 02:38 PM
You can create a CUI command and add it to the palette.
There are probably several ways to create the CUI Command with lisp, VBA, etc. I added the following line to the acad.pgp:
JRCM, START WINWORD "Z:\JR CAD STANDARDS\JR CAD STANDARDS.DOC", 8,,
I then ceated a CUI command with the following macro:
^C^C_jrcm
dburt.37238
2008-05-21, 03:46 PM
You can create a CUI command and add it to the palette.
There are probably several ways to create the CUI Command with lisp, VBA, etc. I added the following line to the acad.pgp:
JRCM, START WINWORD "Z:\JR CAD STANDARDS\JR CAD STANDARDS.DOC", 8,,
I then ceated a CUI command with the following macro:
^C^C_jrcm
Thank you, this helped.
robert.1.hall72202
2008-06-17, 07:29 PM
This macro works:
^C^C(command"shell" "p:/tools/AcadSetup/standards.pdf");
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.