Ethan Posted June 13, 2008 Share Posted June 13, 2008 Hi, I am looking for a script or a set of scripts that will toggle the "Show Other Objects While In Groups" setting in displays. I am running Vectorworks Designer 2008 in Mac OS X. Any help would be appreciated. Thanks a lot! Ethan Quote Link to comment
Ray Libby Posted June 13, 2008 Share Posted June 13, 2008 Here is a script to toggle any preference. Text between the { } is not part of the script. Replace the numbers in the top line for your prefernce, presently it is set to toggle Zoom Line Thickness (9). SetPref(9, NOT GetPref(9)); {Set kPref below to the value from the fol- lowing list to toggle the stated preference: Click-Drag Mode = 0 Offset Duplicates = 1 Full Screen Cursor = 2 Show Screen Hints = 3 Floating Datum = 4 Snap To Loci = 5 Show Rulers = 6 Show Scroll Bars = 7 No Fill Behind Text = 8 Zoom Line Thickness = 9 Black and White Only = 10 Use Layer Colors = 11 Log Time in Program = 12 Adjust Flipped Text = 13 Show Other Objects While In Group = 14 Show 3D Axis Labels = 15 Use Black Background = 16 Use Eight Selection Handles = 17 Use Sound = 18 Issue Undo Warnings = 19 Opaque SmartCursor = 20 Stop VectorScript on Warnings = 21 Left Palette Margin = 22 Right Palette Margin = 23 Use Save Reminder = 24 Show Parametric Constraints = 25 Display Minor Alerts on Mode Bar = 27 Associate Dimensions = 28 Spell Check Capitalized Words = 29 Spell Check Words in ALL CAPS = 30 Spell Check Mixed Case Words = 31 Spell Check Words With Numbers = 32 Auto Join Walls = 33 Show Page Breaks = 34 Show Grid = 35 Print Grid = 36 Snap To Grid = 37 Snap To Object = 38 Save By Time = 39 Save Confirm = 40 Save To Backup = 41 Palette Docking = 43 Create Dimensions in Dimension Class = 44 Accelerated 2D Navigation = 45 Use Vector Caching = 46 Sketch Hidden Line = 47 Snap to Edge Points = 48 Show Page Boundary = 49 Display Default Content = 130} Quote Link to comment
Recommended Posts
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.