View Single Post
  #1  
Unread 03-01-2005, 12:28 PM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default

How can I include the same framestyle as the 'startbutton"


Code:
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="WC_Frame" PackLocation="top,left" PackLocationProp="0000/0001,0000/0001" PackSize="absolute,absolute" PackSizeProp="-004/0001,-003/0001" RStyleDefault="/FrameStyles.win_gold_plain" ScrollExtent="62,59" Size="62,59"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="1,1" Name="WC_Backdrop" PackLocation="top,left" PackLocationProp="0001/0001,0001/0001" PackSize="absolute,absolute" PackSizeProp="0004/0001,0004/0001" ScrollExtent="54,52" Size="54,52"/>
Putting this code at the bottom of the eq2ui_mainhud_performancepanel.xml

Gives me the correct functionality of the windows settings.
With a background. But the gold frame does not show.


The gold frame does show in the UI Builder, but doesn't show in-game.

I'm assuming it's not inheiriting the FrameStyle properly.
I was not having much luck trying to set my own FrameStyle as I did with the
CheckBox styles, but it was getting late, and I was getting sleepy.

The FrameStyles were really throwing me off. They appear to work the same way, I just couldn't get a stinking frame to show for anything.

Edit:
I did edit the appropriate sizes' The code above is pasted from the 'startbutton' xml. Not the sizes i was using.
Reply With Quote