Thread: html
View Single Post
  #3  
Old 06-23-2003, 11:53 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Here's a quick command reference for displaying html files:

viz.displayHTML(filename) will display the specified html file
viz.hideHTML() will hide the html window

The F1 key will toggle displaying 'vizhelp.html' in the script directory. The idea behind this is that you can put a file 'vizhelp.html' in the directory of any script and the user can press F1 to display information about the current program.

-- Farshid
Reply With Quote