Jump to content

Right Click to turn off Classes


Recommended Posts

Why Doesn't Vector Works have a option to right click on a object/line/symbol and have the dialog box appear to have the class that the item that you clicked to turn off that class. The only way to turn off class is by the navigation box or the upper Class and Layer drop down menu boxes. This would solve the having to click the object to see what class it?s on and then go and find the class to deselect it from the drop down menu or Navigation box.

Anyone have a plug-in tool for this or Vector Script?

Blackjack

Link to comment

Very cool! To bad we are still on 12.5.3. I was looking for the Visibility tool on the new version to import to see if it will work put I can't find the plug-in at all in the plug-in folder called Visibility.

We have one copy of the new version so it doesn't do me any good since I'm on and older mac.

Thank you Kevin

Link to comment
  • 2 weeks later...

Attached is a plug-in "Class Invisible"

You can add this to your workspace and assign to context-click.

Here is the script:

{ maarten '08 }

PROCEDURE ClassInvisible;

VAR

h : HANDLE;

ClassName : STRING;

BEGIN

h:=LSActLayer;

ClassName:=GetClass(h);

HideClass(ClassName);

END;

RUN(ClassInvisible);

Link to comment

Sorry if I ask an elementary question, but how do you add this to a workspace?

I attempted to place this file in the application plug-ins folder, but when I launch VW (2008) and open the vector script plug-in editor it does not appear in the list.

Further to that, how do I assign the plug-in to the context menu?

thanks.

Link to comment

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
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...