Jump to content

Simple printing script


Recommended Posts

I have a simple printing script that I was using in VectorWorks 11 and am trying to get to work in VectorWorks Architect 12 - with no modifications to the workspace. I have been over the script a number of times and it all looks good to me but the "Page Setup" bit fails. Any ideas? A bug maybe? Anybody else using the "Page Setup" command in VectorWorks Architect 12 with success?

SetPref(16,FALSE);

SetPref(10,TRUE);

DoMenuTextByName('Guides',4);

DoMenuTextByName('Page Setup',0);

DrwSize(1,1);

DoMenuTextByName('Print',0);

DoMenuTextByName('Guides',3);

SetPref(10,FALSE);

SetPref(16,TRUE);

I have looked at using "PrintUsingPrintDialog" but I can't seem to get it working. Here is my script.

Thanks

Jason

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