WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-10-2013, 05:50 AM
javadi javadi is offline
Member
 
Join Date: Mar 2013
Location: London
Posts: 33
Unexpected Change of Window Size

Dear all

I have two problems with window size that might be related to each other. First of all, the window size is not what I define. I define the window size as

Code:
viz.window.setSize([WindowWidth, WindowHeigh])
viz.go()
When I run only these two lines Vizard opens a window with correct size, but when I run the whole code, it creates a window with wrong size. I also tried to open a full screen window using the following code but was not successful.

Code:
viz.go(viz.FULLSCREEN)
The 2nd problem is unexpected change in window size. After a few seconds of running the presentation, the size of the window changes to a narrower window (smaller height). It causes misalignment of some of the textures in the screen.

I run the code on Vizard 4.08. I should add that I have absolutely no problem with the same code on a different machine with Vizard 4.05.

What could be causing these problems? Very many thanks.

Greetings
Amir
Reply With Quote
  #2  
Old 07-10-2013, 09:26 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Do you have a trial or lite license of Vizard? If so, they only support fullscreen mode for 10 seconds and will automatically resize afterwards.
Reply With Quote
  #3  
Old 07-10-2013, 09:50 AM
javadi javadi is offline
Member
 
Join Date: Mar 2013
Location: London
Posts: 33
Hi,

Thanks for your reply. We have lite license. We normally don't use full screen anyway. I used it once to check whether it works or not, after facing those problems.

Cheers
Amir
Reply With Quote
  #4  
Old 07-19-2013, 03:53 AM
javadi javadi is offline
Member
 
Join Date: Mar 2013
Location: London
Posts: 33
Quote:
Originally Posted by javadi View Post
Hi,

Thanks for your reply. We have lite license. We normally don't use full screen anyway. I used it once to check whether it works or not, after facing those problems.

Cheers
Amir
Hi farshizzo and all

May I remind about this post? Still, I've not found out how to deal with this unexpected resizing issue. Very many thanks.

Greetings
Amir
Reply With Quote
  #5  
Old 07-19-2013, 10:41 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
That is the expected behavior for the Lite license. It supports fullscreen mode for 10 seconds and then will automatically resize.
Reply With Quote
  #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
  #7  
Old 07-23-2013, 10:40 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The lite license will limit the window size to 3/4 the resolution of the screen.
Reply With Quote
  #8  
Old 07-23-2013, 02:56 PM
javadi javadi is offline
Member
 
Join Date: Mar 2013
Location: London
Posts: 33
Hi,

Thanks for your reply.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Main window size larger than monitor dpamplona Vizard 2 01-25-2012 01:55 PM
Can I change the text size of slider object? jincheker Vizard 1 08-26-2011 11:20 AM
Possible to change size of a vizshape.addBox object? Renato Lima Vizard 1 10-18-2010 09:51 AM
How to change the size of different parts of an avatar? llqqff Vizard 3 02-23-2010 04:16 PM
Randomly and Continuously Change Avatar's Face Texture Karla Vizard 4 08-22-2008 12:14 PM


All times are GMT -7. The time now is 08:50 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC