Blockland Forums > Modification Help
Gui Ml Text Edit Profile, Tabbing?
infiniteLoop:
Hmm, it seems to not be working.
new GuiMLTextEditCtrl(igse_contents) {
profile = "GuiMLTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "1 1";
extent = "324 363";
minExtent = "8 2";
visible = "1";
command = "SpaceAsTab();";
accelerator = "TAB";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
maxBitmapHeight = "-1";
selectable = "1";
};
Nexus:
post function spaceastab()
infiniteLoop:
function spaceAsTab()
{
error("SPAT");
}
cucumberdude:
check your case
spaceAsTab()
SpaceAsTab()
I'm pretty sure TS is case-sensitive, but it's been awhile so don't hold me to it
Nexus:
--- Quote from: cucumberdude on September 16, 2011, 02:52:31 AM ---check your case
spaceAsTab()
SpaceAsTab()
I'm pretty sure TS is case-sensitive, but it's been awhile so don't hold me to it
--- End quote ---
It isn't, but occasionally you might find something that is case sensitive in torque, so I just like to do everyone with lowercase.