View Single Post
  #6  
Old 07-19-2013, 03:45 PM
javadi javadi is offline
Member
 
Join Date: Mar 2013
Location: London
Posts: 33
Hi Jeff

Very many thanks for your reply. But we don't use full screen at all. We define the size of the screen explicitly as follows

Code:
viz.window.setSize([640, 480])
viz.go()
Vizard even doesn't open the screen with correct size. For instance the size of the opened window for the defined size of 320 x 240 is quite the same as the size 640 x 480.

Thanks for your time and attention. We highly appreciate your help.

Greetings
Amir
Reply With Quote