Jump to content
Developer Wiki and Function Reference Links ×

Newbie question!


tdragoone

Recommended Posts

Ok, I must warn you I am extremely new to this, but very willing to learn.

A while back, when I first started using VW, I was having difficulty with plotting drawings. The problem was: when I wanted to change the doc prefs to b&w only....... some of the lines would disappear. The work around resulted in the following script:

{====== BEGIN SCRIPT =======}

Procedure Swap;

Procedure SwapBGFG(h:HANDLE);

BEGIN

SetLS(h,2);

END;

BEGIN

ForEachObject(SwapBGFG,ALL);

END;

RUN(Swap);

{====== END SCRIPT =======}

I used the script to create a command that I would invoke prior to changing the doc prefs to B&W only. This has worked fine for months. The problem now is:

I would like to take it to the next level. I have been trying to figure out how to combine this script with the one that changes the doc prefs to B&W only.

I would then like to make it a command that i could invoke before plotting.

Any help / suggestions would be greatly appreciated.

Thanks,

Tom

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