WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 07-16-2008, 12:03 PM
Veleno Veleno is offline
WorldViz Team Member
 
Join Date: Sep 2005
Posts: 148
Hi timbo,

To set the default fullscreen monitor for all scripts, create a text file called vizcore.cfg in the vizard bin directory, and place in it the following code:
viz.fullscreen.monitor = 1
Where "1" is the number of your monitor, as seen in Window's display preferences. Setting it to 0 keeps it at the default of going fullscreen across all monitors.

If you want it to be the default for all scripts in a directory, place vizcore.cfg in that folder instead. If you have a vizcore.cfg in both in the same directory as your script, and one in the vizard bin directory, the one with your script will take precedence.

If you want it to be for a single script, add that line of code inside the script before viz.go() as:
viz.setOption('viz.fullscreen.monitor',1)


For a full list of initialization commands, check the Vizard Documentation under Reference.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Monitor Modes & Vizard (problems...) tmcw Vizard 1 10-03-2007 07:29 AM
3D stereo: problem with depth perception asimbh Vizard 5 04-27-2007 05:53 AM
Dual monitor and Dual camera vanier Vizard 4 03-30-2006 05:26 AM
problems with see real 3d monitor bailenson Vizard 2 03-23-2006 04:00 PM


All times are GMT -7. The time now is 11:16 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC