Thread Tools Display Modes
Prev Previous Post   Next Post Next
09/21/23, 09:54 AM   #1
winslowe
Join Date: Feb 2023
Posts: 1
Simple XML file to Display a button on screen

Just started with Dev addons. I do best with examples.
I have tried a few things but they are not working.
Can someone give me a Simple XML file example of how to display a Click on button in the middle of the screen. From there I can learn how to move it where I want it.

I have this but it is not working.

<!-- MyButtonAddon.xml -->
<Controls>
<Button name="MyButton" inherits="ZO_DefaultButton" text="Click Me">
<Anchor point="CENTER" relativeTo="$(parent)" relativePoint="CENTER" offsetX="0" offsetY="0" />
</Button>
</Controls>
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Simple XML file to Display a button on screen


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