Textbox moves to right when text entered

Whenever i type in a textbox the whole widget moves all the way to the right.

is there any way to prevent that?

It seems like you didn’t set the textbox to be centered. If you select the Box you can select in the details panel if you’d like the box text to be left, middle or right sided.

Hope this helps you

Lexyth

I have centered it, but it keeps happening

In this case, the only thing I can do is guess. Could you list the hierarchy used for this widget, because if you set the Text box to be in top or above the visual design of you widget. it would tell the rest of the widget to move according to it. Try to set it as last(or way down) in the hierarchy. This could fix it.

If it doesn’t, post a picture of the hierarchy and the Detailspanel of the Textbox. Also does it do so at runtime or in the Editor?

in both

in both

104566-textboxhierachy.png

Try to set the Verticl and horizontal alignment to centered in the vertical box.( centered is the second one, not the last).
The last is aligned to the sides, not the center (dont know how its called).

If that does’nt fix it, try to find the element that is actually moving. (If its the second Vertical box, the first one or the border and send a picture of its detail panel.

Also, did you solve the character select problem?