WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Newbie: Frame woun't show (https://www.wowinterface.com/forums/showthread.php?t=7780)

tatsudoshi 01-01-07 02:59 PM

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.

ravagernl 01-01-07 03:57 PM

There is nothing to show :) An empty frame without a backdrop is transparent

tatsudoshi 01-01-07 04:03 PM

Ooh hehe, doh! Well that explains alot :rolleyes:

Thanks for saving me more headake!


All times are GMT -6. The time now is 09:57 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI