Thread Tools Display Modes
Prev Previous Post   Next Post Next
09/20/14, 03:01 PM   #1
w33zl
 
w33zl's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 13
Problem right-aligning text

Hi, I seem to have a problem right-aligning text. Has anybody else experienced something similar? I really can't figure out what I've missed (probably some stupid minor detail I gues ). See example below (simplified):

Code:
<Label name="MyLabel" width="100" horizontalAlignment="RIGHT" text="My text" ... >

The text gets rendered but always left-aligned (even if I also run the code below).

Code:
MyLabel::SetHorizontalAlignment(RIGHT)
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » Problem right-aligning text


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