Thread: popup window
View Single Post
  #1  
Unread 01-16-2006, 03:02 PM
Savie Savie is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 229
Default popup window

I've been trying to update the file "eq2ui_popup_rewardpack.xml" in the UI I use so it's LU#18 compatible, but I'm running into one problem. I can't seem to have a visible frame and a background on this window, it's one or the other. I believe I've narowed it down to two lines because changing those two alternates which is showing. Could someone take a look and see if they can figure out what I may be doing wrong here? Thanks in advance!

This one shows the frame w/ no background:
Quote:
<Page BackgroundOpacity="1.000" Name="Frame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/Fetish.FrameStyles.fetish_bg" ScrollExtent="274,270" Size="274,270" />
</Page>
<Page BackgroundOpacity="1.000" Name="DialogFrame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/Fetish.FrameStyles.frame_plain" ScrollExtent="334,330" Size="334,330" />
</Page>
This one shows with a background, but no visible frame:
Quote:
<Page BackgroundOpacity="1.000" Name="Frame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/Fetish.FrameStyles.win_popup" ScrollExtent="274,270" Size="274,270" />
</Page>
<Page BackgroundOpacity="1.000" Name="DialogFrame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/Fetish.FrameStyles.fetish_bg" ScrollExtent="334,330" Size="334,330" />
</Page>
__________________
~ Savie
92 Warden, Nagafen.
Reply With Quote