Thread: User Input
View Single Post
  #2  
Old 11-16-2005, 03:22 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

The vizinput library doesn't contain any functions for making custom dialogs. There are plenty of 3rd party python modules that can do this though.

Tkinter comes with python, you might want to give that a try. Open the Python Help file under the Vizard Help menu. Search the help file for tkinter, it should provide some overview. You may need to install a couple additional files in order to get it working. Let me know if you need these files.
Reply With Quote