View Single Post
01-01-07, 02:59 PM   #1
tatsudoshi
A Deviate Faerie Dragon
 
tatsudoshi's Avatar
Join Date: Jan 2007
Posts: 15
Question Newbie: Frame woun't show

I am trying to learn scripting addons and taking things one at the time.
At this point I am doing frames and have this simple code:

Code:
<Frame name="GpsFrame" toplevel="true" enableMouse="true" movable="true" parent="UIParent">
	<Size>
		<AbsDimension x="110" y="25"/>
	</Size>
	<Anchors>
		<Anchor point="TOP"/>
	</Anchors>
</Frame>
The problem is that nothing shows up ingame, so what is missing or wrong?

EDIT:
I am following the beginners guide at mmhell.com and can't see the difference in the code.

Last edited by tatsudoshi : 01-01-07 at 03:07 PM.
  Reply With Quote