Question about the PlayGui
by Jacob · in Torque Game Engine · 12/21/2004 (3:44 pm) · 6 replies
Does anyone know how to get rid of the overlay/box indicated by the arrow in the screen shot below?
img.photobucket.com/albums/v314/gloryiam/Torque%20Screenshots/ba307192.jpg
I've looked at PlayGui, which is where it shows up and there doesn't seem to be anything that points to it. Thanks in advance!
Jacob
img.photobucket.com/albums/v314/gloryiam/Torque%20Screenshots/ba307192.jpg
I've looked at PlayGui, which is where it shows up and there doesn't seem to be anything that points to it. Thanks in advance!
Jacob
About the author
#2
12/21/2004 (4:10 pm)
Thank you, I got it! :)
#3
04/05/2005 (2:31 pm)
Does that stop text appearing their too or just gets rid of the visible box?
#4
04/05/2005 (3:56 pm)
Any child control of a parent that is set to "visible = 0" will also not be visible. So, if the text control is within that, it will be invisible too. Of course this will not stop the script from sending text there...:)
#5
It was just the way Billy's post read I thought maybe it only effected the box:
"....If you not want it at all you must edit client/ui/chathud.gui and set the visible parameter to 0 on the outerchathud...."
Cheers for the reply!
Jason.
04/06/2005 (1:22 am)
Ahh thanks.It was just the way Billy's post read I thought maybe it only effected the box:
"....If you not want it at all you must edit client/ui/chathud.gui and set the visible parameter to 0 on the outerchathud...."
Cheers for the reply!
Jason.
#6
05/08/2005 (3:30 am)
I get the chatbox shown in the screen, but no text appears.. Just using the code from the 3dgpai1 book. Aneyone got any ideas?
Torque 3D Owner Billy L
Press F10 Choose MainChathud unmark visible on the outerchathud.
If you not want it at all you must edit client/ui/chathud.gui and set the visible parameter to 0 on the outerchathud.