How to center number in textbox with spinner

Hi,

Just noticed something odd, if a convert a textbox to number and show a spinner I can align the value to be centered which will work within a tablecontrol where the spinner only shows up when the field has the focus.

image description

However this does not seem to work if the box is freestanding ie not part of a tablecontrol

image description

Anyone knows a work around for this ? Or is it a bug

Thanks

WIN10 LO 6.4.7.2 HSQL2.51

Bug - Remove spinner & data is centered. Add it in and it is left justified. With spinner = Yes, data is always being left justified regardless of the setting.

Thank you @ Ratslinger, what a bummer

If you really want to get something to work you can write a macro and use separate controls for incrementing and decrementing and remove the spin from the numeric control. Done in this post for a time control but can be applied to others → How to set spin button increment on time field?

Very interesting, will give it a shot after I am done with my current little project- Thanks for that.