View Single Post
  #3  
Unread 09-05-2010, 08:33 PM
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

This is what I am working with (the VolumePage tags have code inside them but i didnt show it due to the massive space thats needed). In all essence what I am doing is taking the default "effects" window and adding a solid graphical background to it. Now I need to also connect this graphical background to the opacity slider.

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="Effects_Background">
                <ImageFrame Name="Effects_Background" Source="images/effects_background.dds" SourceRect="0,0,142,1930" />
            </ImageStyle>
            <RectangleStyle Center="Effects_Background" CenterShrinkH="true" CenterShrinkV="true" Name="Effects_Background" />
            <VolumePage AbsorbsInput="false" CellCount="32,2" CellPadding="10,10" CellSelectable="false" CellSize="29,29" MinimumScrollExtent="1258,88" Name="Volume" PackSize="absolute,absolute" ScrollExtent="1280,100" Size="1280,100" UserScrollable="false">
           </VolumePage>
            <Page Name="WindowFrame">
                <Page Name="Bkg" RStyleDefault="Effects_background" />
            </Page>
        </Page>
Now I cant get it show up at all this way, but if i just use an image (like the click border graphic, the graphic shows up. I am not sure what I am missing here.

Thanks,
Draven
Reply With Quote