Border around textbox
by WDDG · in Torque Game Builder · 03/20/2006 (6:55 pm) · 3 replies
Hey dudes, i'm trying to get rid of a 1pixel border I have around my textfields.
Here's my guicode:
Here's my guicode:
new GuiMLTextCtrl(scoreText) {
border = false;
canSaveDynamicFields = "0";
Profile = "GuiMLTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "26 12";
Extent = "126 44";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
internalName = "scoreText";
hovertime = "1000";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
};About the author
Torque 3D Owner Luke D
Default Studio Name