Jump to content

Setting Tool Palettes File Locations and Authoring Palatte File Locations


ColinHolloway

Recommended Posts

Hi All,

 

Using LISP I can set the Tool Palettes File Locations using vla-put-ToolPalettePath but I cannot find a way (without putting the value directly into the Registry) to set the Authoring Palatte File Locations. Is there a way to do this without accessing the registry directly (using vl-registry-write)?

 

Thanks in advance,

Colin

Link to comment
Share on other sites

A lot of the config stuff is about knowing variable name did you try Authortoolpalettepath ? as a guess its hard to find sometimes

 

Try this

;(vlax-dump-object (vla-get-files (vla-get-preferences (vlax-get-Acad-object))) T)

Link to comment
Share on other sites

Hi BIGAL,

 

That path variable isn't listed in the object dump. I guess I'll have to explore the registry option.

 

Thanks,

Colin

 

A lot of the config stuff is about knowing variable name did you try Authortoolpalettepath ? as a guess its hard to find sometimes

 

Try this

;(vlax-dump-object (vla-get-files (vla-get-preferences (vlax-get-Acad-object))) T)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...