TOOLPALETTEPATH: Checking for a certain palette

TOOLPALETTEPATH: Checking for a certain palette

Anonymous
Not applicable
781 Views
2 Replies
Message 1 of 3

TOOLPALETTEPATH: Checking for a certain palette

Anonymous
Not applicable

I need to run a check to see if a certain tool palette group is loaded, with LISP.

 

I can retrieve the loaded tool palettes with the below code:

(setq CurrentToolPalettes (getvar "*_toolpalettepath"))

 

The issue i'm having is, how to step thru the list to check for a certain palette group.

 

0 Likes
782 Views
2 Replies
Replies (2)
Message 2 of 3

SeeMSixty7
Advisor
Advisor

I feel like you aren't getting a whole lot of assistance on this one. I've looked a little but have not had an opportunity to dig into this yet. Just letting you know someone is thinking about it, even if I haven't looked into it enough yet to provide any feedback. I saw your last post as well and all the feedback(lack of) you got on that one.

 

Glad to see you got to another step.

 

Good luck,

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thanks for the response.  I'm also still digging deep on this one, but so far have not figured it out.

I can retrieve the tool palette paths with (getvar "*_toolpalettepath"), but can't figure out how to look for a certain group path from the list.

 

0 Likes