TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: dubb on June 04, 2019, 03:48:30 PM

Title: command rejected in dcl action_tile
Post by: dubb on June 04, 2019, 03:48:30 PM
The following code will not work. I want to make a button to show me "dwgprops"
Code: [Select]
(action_tile "viewlog" "(command \"._dwgprops\")")
Error:
Code: [Select]
error: AutoCAD command rejected: "._dwgprops"
Title: Re: command rejected in dcl action_tile
Post by: VovKa on June 04, 2019, 04:03:18 PM
https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-AutoLISP/files/GUID-A9E2C14E-1352-4C7B-89F0-C86D3A86B19D-htm.html
read the Note
Title: Re: command rejected in dcl action_tile
Post by: dubb on June 04, 2019, 07:34:01 PM
Ah...I will to have to work around this then.

https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-AutoLISP/files/GUID-A9E2C14E-1352-4C7B-89F0-C86D3A86B19D-htm.html
read the Note