Game Development Community

Transparent color behind gui

by Nir Ziso · in Torque Game Builder · 09/27/2006 (12:05 am) · 2 replies

I use a GuiChunkedBitmapCtrl with GuiDefaultProfile I get a Transparent color
Behind the picture. How can I delete this transparent color behind the picture?

#1
09/27/2006 (10:34 am)
I'm sorry, but I have no idea what you're asking. Do you want to add a fill color to the background or get rid of the border... or something else? Either way, the answer to what I think you're asking is: change the profile to one that has the attributes you desire. Check common/gui/profiles.cs to see the attributes of the existing profiles, or create a custom profile for your gui. If you go the custom profile route, make sure the profile gets executed before the gui file does, otherwise the profile will not be defined yet and will not be assigned to the gui control.
#2
09/27/2006 (11:10 pm)
I want to get rid of the border