View Single Post
  #5  
Old 02-17-2011, 08:00 AM
TarkaDahl TarkaDahl is offline
Member
 
Join Date: Mar 2010
Posts: 59
Hi

Here is just a slight problem.
Code:
import viz

viz.go(viz.FULLSCREEN)

viz.window.displayHTML( 'www.worldviz.com'  )
When i run this code in version 3 everything works as i would expect.

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
Reply With Quote