Thread Tools Display Modes
10/03/18, 06:15 AM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
[outdated] EditBox text alignment

I would like to be able to select how the text in an edit box is aligned. Right now it is always automatically aligned to the left and will jump if it becomes longer than the width of the input field. For numeric inputs it would be nice to have a way to align it to the right so it doesn't have to jump.
An option to turn off this jump would also be nice. It can be quite confusing when the input width is small and suddenly most of the text disappears. e.g. you type "1000", enter an extra "0" and suddenly you only see "0" because the other 4 characters are no longer visible, but you also have no indication that they are still there.
 
10/05/18, 01:49 PM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
I somehow managed to make a right-aligned input box via some ugly hacks, but would still like to see a proper text alignment option in the future, since it's likely not the most performance and memory efficient way to do it by re-anchoring the text box on the fly.
 

ESOUI » Developer Discussions » Wish List » [outdated] EditBox text alignment

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off