#1
|
|||
|
|||
Main window size larger than monitor
Hi!
I would like to set the Main window size larger that the monitor resolution in full screen (like a virtual desktop). For that, I thought I should use the command: viz.window.getFullscreenRectangle([x,y, w,h]) However when I write: -------------------------------- import viz,math viz.window.setFullscreenRectangle([0, 0, 2024, 2024]) (...) ----------------------------------------------------- I got the attribute Error: AttributeError: '_WindowInterface' object has no attribute 'setFullscreenRectangle' However if I type: ---------------------------------------------------- import viz,math if viz.window.getFullscreen(): print 'fullscreen' else: print 'window ------------------------------------------------------- it gives the correct output 'fullscreen' This is wired, because both of them are part of the same module viz:window. Can anybody explain to me what is going on? What should I correct? And even more, is setFullScreenRectangle the command that I should use? |
Tags |
monitor resolution, setfullscreenrectangle, window size |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D stereo on a secondary monitor (projected wall) | michaelrepucci | Vizard | 1 | 07-29-2008 12:25 PM |
Monitor Modes & Vizard (problems...) | tmcw | Vizard | 1 | 10-03-2007 08:29 AM |
Viewpoints outside the main window | sjroorda | Vizard | 7 | 11-03-2005 07:11 AM |