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
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
Torque Owner Jeremiah Fulbright
It uses GuiModelessDialogProfile, I think which is more along the lines of what you want probably