Thread: GUI Dropdown
View Single Post
  #2  
Old 04-30-2007, 01:42 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

A workaround would be to use the viz.choose(...) command. This will create a modal dialog box with a droplist. The downside to this is that it will halt execution of your script until the user makes a selection.
Reply With Quote