Game Development Community

TGEA 1.71 GuiBitmap control bitmap field caption problem

by Steven Chiu · in Torque Game Engine Advanced · 06/27/2008 (2:13 am) · 4 replies

The bitmap field caption "bitmap" does not show up. Any quick fix for this?

#1
06/27/2008 (1:39 pm)
We had this issue with some controls, but it was because the profile for that particular inspector field (file, in this case) was set to use a Border of 5... and it would make it all white.
#2
06/27/2008 (5:21 pm)
Not quit understand what you mean, so the possible solution is?

Edit: And I don't think that this error is acceptable for a quality product.
#3
06/27/2008 (6:26 pm)
Look in Scripts\Tools\gui\profiles.ed.cs

see what GuiInspectorTypeFileNameProfile has set for border.. if it is anything other than false, change it to false

There might be other cases too
#4
06/27/2008 (6:53 pm)
I set the border field to 1 and it fixes the problem. Thanks.