Game Development Community

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.

#1
03/30/2006 (10:04 am)
I also noticed that if you have control selected in the control placement area (on the left) you have to hold down the arrow keys in order to make them move, simply tapping doesnt do anything. This is unfortune because you cant move by steps.
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.