Thread: EditBox control
View Single Post
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