Thread Tools Display Modes
Prev Previous Post   Next Post Next
04/04/14, 01:04 PM   #1
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
XML movable controls

I have my top level control (and just in case I set my my label control to movable) in my xml file. Yet I cannot get them to move. When I defined the label control inside my lua file it worked fine, but I had to move it back outside for scoping reasons.

Code:
<TopLevelControl name="MyStatusWindow" movable="true">
     <Controls>
          <Label name="toolText" font="MyStatWinFont3" color="FFFFFF" movable="true">
               <AnchorFill />
          </Label>
     </Controls>
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » XML movable controls


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