WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-01-2006, 12:08 PM
enkeli enkeli is offline
Member
 
Join Date: Mar 2006
Location: Isla Vista
Posts: 24
Question vizinfo in HMD mode

I am using the vizinfo to get input from the user. It works fine when I'm testing, but is unable to recieve input when in HMD mode. (for example: textbox fields cannot be selected to type in, radio buttons do not get clicked) Any suggetions?

Code:
if TESTING:
	viz.go()
else:
	viz.displaymode(1280, 480, 16, 60)
	viz.go(viz.TRACKER|viz.HMD|viz.STEREO)
Code:
info = vizinfo.add('User Input', 1)
inputBox = info.add( viz.TEXTBOX, "blah" )
inputRadio1 = info.add( viz.RADIO, 1, "blah:     1" )
inputRadio2 = info.add( viz.RADIO, 1, "2" )
Reply With Quote
 


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


All times are GMT -7. The time now is 09:48 AM.


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