Is there a multi-line text edit GuiControl ?
by Orion Elenzil · in Torque Game Engine · 10/01/2006 (1:02 pm) · 4 replies
GuiTextEditCtrl is pretty nice, but only single-line;
GuiMLTextEditCtrl is multi-line but like sucks for cut-n-paste,
GuiConsoleEditCtrl is .. i'm not sure what it is.
basically i want something like a primitive Notepad editor.
i'm in TGE 1.3, is there maybe one in TGE 1.4 ?
tia,
orion
GuiMLTextEditCtrl is multi-line but like sucks for cut-n-paste,
GuiConsoleEditCtrl is .. i'm not sure what it is.
basically i want something like a primitive Notepad editor.
i'm in TGE 1.3, is there maybe one in TGE 1.4 ?
tia,
orion
About the author
#2
10/02/2006 (1:22 pm)
Thanks James, i'll look around.
#3
10/02/2006 (7:28 pm)
If the GuiMLTextEditCtrl has problems then subclass and fix it. Or copy class and fix it. You could spend all day looking. I used that one for editing text inside the engine to run as script and I do not remember having problems with cut and paste.
Torque Owner Skylar Kelty
SkylarK
I think there are script editor resources, they must have something.
Might wanna check them out.
Good luck