Problems in GUI textEdit fields
by Jari · in Torque Game Engine · 03/30/2006 (9:59 am) · 1 replies
Hi,
here's one bug which I discovered (I hope that I am able to explain this well):
If you select a control in a GUI editor and you go changing it's name (for example) and start holding down left arrow key in order to move the input cursor is the textEditCtrl, what happens is that the input cursor moves left only once and the control starts to move to the left. So in other words the GUI editor takes the input from the textEditCtrls.
I hope that makes sense.
Jari.
here's one bug which I discovered (I hope that I am able to explain this well):
If you select a control in a GUI editor and you go changing it's name (for example) and start holding down left arrow key in order to move the input cursor is the textEditCtrl, what happens is that the input cursor moves left only once and the control starts to move to the left. So in other words the GUI editor takes the input from the textEditCtrls.
I hope that makes sense.
Jari.
Torque Owner Jari
I know you can move them by dragging them with mouse or by typing the coords but moving them with arrows would also be useful.