Game Development Community

GUI Question - Modal/Modeless

by William Todd Scott · in Torque Game Engine Advanced · 11/18/2006 (10:08 pm) · 2 replies

Hi all,

I have a gui window that pops up for editing purposes. I would like to make this dialog modal (e.g. you should be able to interact with other gui items even when this gui window is open).

My window is in a separate GUI and I am using canvas.pushdialog() to bring it up.

Is there a way to make it modal? The modal field doesn't seem to be doing anything.

Thanks
Todd

#1
11/19/2006 (3:44 am)
I would check the implementation of the Light Editor currently...

It uses GuiModelessDialogProfile, I think which is more along the lines of what you want probably
#2
12/20/2006 (8:38 am)
Jeremiah,

Thanks for the suggestion...that did the trick.

Todd