Thread Tools Display Modes
Prev Previous Post   Next Post Next
03-01-06, 10:55 PM   #1
oreth
A Murloc Raider
Join Date: Mar 2006
Posts: 6
A Question about Simple Buttons

I've been attempting UI Design for WoW for about a week now. I've figured out how to react to events using text and what not, but I have yet to successfully create a button.

I'm using this code inside a Frame header (in the xml file)

Code:
	<Button name="TestButton" text="Go!" hidden="false" parent="TestFrame"> 
		<Size>
			<AbsDimension x="60" y="30"/>
		</Size>
		<Anchors>
			<Anchor point="CENTER"/>
		</Anchors>
	</Button>
The script does not error out as I have outputs for when the script loads, yet I can't get my button to show up on the screen. What am I possibly doing wrong?
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » A Question about Simple Buttons


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