![]() |
|
#1
|
|||
|
|||
Hi Amir,
I don't really get your problem, perhaps some example code could explain your problem better. There are several options for a window: - either use standard height & width (800 x 600) - set your own height & width for the window Code:
#Set these options before viz.go() viz.setOption('viz.window.width','1280') viz.setOption('viz.window.height','1024') viz.go() If you want to get the resolution of the current screen you're running your application in (size of your fullscreen program with full license), you can use: Code:
viz.getOption('viz.monitor.width') viz.getOption('viz.monitor.height') |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|