Thread Tools Display Modes
Prev Previous Post   Next Post Next
05/02/14, 11:21 AM   #1
Nabren
Join Date: Feb 2014
Posts: 7
EditBox control

I seem to be having problems getting an EditBox control to show up when defined in XML. Has anyone successfully done this? Everything else in the control is visible and usable.

EDIT:

Here is how I am trying to define it atm:

Code:
<EditBox name="$(parent)Text" editEnabled="true" font="ZoFontWindowSubtitle" color="CFDCBD" textType="TEXT_TYPE_ALL" multiLine="false" newLineEnabled="false" maxInputCharacters="20000">
    <Anchor point="BOTTOMLEFT" relativeTo="$(parent)Info" />
    <Dimensions x="400" y="90" />
</EditBox>

Last edited by Nabren : 05/02/14 at 12:05 PM.
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » EditBox control


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