View Single Post
  #9  
Old 04-19-2010, 05:09 PM
TarkaDahl TarkaDahl is offline
Member
 
Join Date: Mar 2010
Posts: 59
Hi all.

i dont know if this is what you mean but im working on some code to do a similar thing.

i have viz program that starts on moniter one.

this program uses some code found at http://code.activestate.com/recipes/460509/ to get moniter info.

the main program loads up multiple exe files that fullscreens on moniter 2 and 3 using

Code:
viz.setOption('viz.fullscreen.monitor',2)
viz.go(viz.FULLSCREEN)
im currently trying to get the communicating between programs to work properly.

im only dispalying 1 or 2 models and im not bothered if screen 2 and 3 are slightly behind the moniter 1
Reply With Quote