guitexteditctrl functions??
by Gagan · in Torque Developer Network · 07/28/2009 (1:32 pm) · 1 replies
suppose i want to use onkeydown function along with the guitexteditctrl...i have done this:
void GuiControl::onMouseDown(const GuiEvent &event)
{
nameText.text="some text here";
}
but application gets hung...do i need to add some header files or what??
please help!
void GuiControl::onMouseDown(const GuiEvent &event)
{
nameText.text="some text here";
}
but application gets hung...do i need to add some header files or what??
please help!
Torque 3D Owner Ted Southard