View Single Post
  #5  
Unread 09-06-2010, 12:17 AM
Draven_Caine's Avatar
Draven_Caine Draven_Caine is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Oct 2009
Server: Unrest
Posts: 155
Default

Code:
        <Page eq2usescomwndcontrols="true" MaximumSize="1280,100" MinimumSize="42,42" Name="Effects" PackLocation="right,bottom" ScrollExtent="1280,100" Size="1280,100" Tooltip=":420d9f72d322771c:Spell Effects" UserMovable="true" UserResizable="true" UserScrollable="false">
            <ImageStyle Name="EffectsBackgroundImageStyle">
                <ImageFrame Source="images/effects_background.dds" SourceRect="0,0,142,1930" />
            </ImageStyle>
            <RectangleStyle Name="EffectsBackgroundRectangleStyle" Center="EffectsBackgroundImageStyle" CenterStretchH="true" CenterStretchV="true" CenterShrinkH="true" CenterShrinkV="true" />
            <Page Name="WindowFrame" ScrollExtent="1280,100" Size="1280,100">
                <Page Name="Bkg" RStyleDefault="EffectsBackgroundRectangleStyle" ScrollExtent="1280,100" Size="1280,100" />
            </Page>
        </Page>
I locked into it again and fixed the mistakes you pointed out but still no dice. Any other idea?
Reply With Quote