Thread: User-Interface
View Single Post
  #3  
Old 02-08-2005, 12:31 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Hi,

Quote:
Originally posted by farshizzo

Try setting the draw order of the quad to -1.

Tried this before, but then the background-Image is behind the room, so this will not help.

Vizard doesn't have any menu bars, but you might want to take a look at the vizinfo class. Most of the examples that come with Vizard use this class to display a menu in the upper right corner of the screen. You can place text, buttons, sliders, and other gui items in this menu. The Vizard command reference has more information on how to use this class.

Yes, it helps. Is there a way to make these objects invisible (the *.visible did not work).

To be flexible I might also try tkinter or (as I found recommendation in the web) wxPython and boa constructor to built my user interface?!

What would you recommend?
Johannes
Reply With Quote