![]() |
|
#1
|
|||
|
|||
Hi Frank
Thanks for your response. It could be a solution indeed. But, I cannot use this method, as I adjust some measurements based on the screen size at the beginning of the program. Change of the screen size destroys all my adjustments. Any other solution you might think of? Thanks again. Greetings :-) Amir |
#2
|
|||
|
|||
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 |
|
|