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