![]() |
|
#1
|
|||
|
|||
Hi farshizzo,
That worked. Thanks TarkaDahl |
#2
|
|||
|
|||
Hi
Here is just a slight problem. Code:
import viz viz.go(viz.FULLSCREEN) viz.window.displayHTML( 'www.worldviz.com' ) However in version4 i can not click on the html page without it disapearing and the only way i can get it back is by pressing the start menu button. This only happens in fullscreen mode. Thanks TarkaDahl |
#3
|
|||
|
|||
Are you running under Windows Vista or 7? There is an issue with some OpenGL drivers under Vista and above where fullscreen mode causes issues like the one you are describing.
Try adding the following line before you call viz.go(): Code:
viz.setOption('viz.display.swap_copy',1) viz.go() |
#4
|
|||
|
|||
Hi farshizzo
I have just checked that i appears to work. I will check properly on next time im in work. Thanks |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
problems with makepy applications | Darkmax | Vizard | 0 | 10-12-2010 09:47 AM |
problems nagivating around | ruby21 | Vizard | 2 | 05-18-2010 03:22 PM |
Problems loading WRL file | DrunkenBrit | Vizard | 2 | 01-29-2009 12:58 AM |
Problems with spawn point. | just alex | Vizard | 1 | 11-24-2008 09:51 AM |
Problems with lighting in 2.0 | murm | Vizard | 6 | 04-21-2004 09:59 AM |