View Single Post
06-28-05, 01:42 PM   #1
Wing/
A Murloc Raider
Join Date: Jun 2005
Posts: 8
Learning XML help!

i wrote down this in a file ->


<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
<Script file="ReCast.lua"/>


<CheckButton name="ReCastButtonTemplate" inherits="ActionButtonTemplate" parent="ReCast" virtual="true">
<Size>
<AbsDimension x="32" y="32"/>
</Size>
<Anchors>
<Anchor point="CENTER" relativeTo="ReCastFrame" relativePoint="CENTER">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
</CheckButton>
</Ui>


but the checkbutton dosent show up )= why?
(i got a Frame called ReCastFrame in a other file that includes the file were that is in ^ )
  Reply With Quote