WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #13  
Old 05-05-2010, 12:17 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
What is the combined resolution of your top two monitors? The following code shows how to specify custom position/size of the fullscreen window:
Code:
import viz

viz.setOption('viz.fullscreen.x',0)
viz.setOption('viz.fullscreen.y',0)
viz.setOption('viz.fullscreen.width',2560)
viz.setOption('viz.fullscreen.height',1024)

viz.go(viz.FULLSCREEN)
This code assumes that your desktop origin (0,0) starts at the top left of monitor 1, and that the combined resolution of monitor 1 & 2 is 2560 x 1024. This probably won't work if monitor 1 & 2 are connected to different graphics cards.
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
output to multiple (two) sound devices GiudiceLab Vizard 1 08-05-2009 01:12 PM
removing multiple objects durf Vizard 7 08-05-2009 09:15 AM
multiple objects durf Vizard 1 04-10-2009 01:42 PM
Multiple Programs Running durf Vizard 1 03-24-2009 11:51 AM
Multiple labs Plymouth Vizard 1 03-05-2007 09:43 AM


All times are GMT -7. The time now is 11:26 PM.


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