Game Development Community

Beta 1.1. black boxes around gui controls.

by Sam M · in Torque Game Builder · 02/22/2006 (12:25 pm) · 3 replies

Hi, in the latest release of T2D (beta 1.1) for some reason whenever make any type of object or control in a gui a black box is surrounding the whole thing. This occurs in game too, is there some sort of debug mode that's on that i'm not aware of? Has anyone else had this problem? Thanks for any help.

#1
02/23/2006 (11:34 am)
Yes, I have too. It's been there for for 2 or 3 of the last alhpas/betas.
We must be missing something simple...
#2
02/23/2006 (12:31 pm)
I think it's just that the profiles are changed to draw a border. If you dont want borders go into common/gui/profiles.cs and set border = 0; for the approprate GuiProfile def'ns.
#3
02/23/2006 (3:22 pm)
That's it.
Line 26 does the trick.

Thanks very muchly!