View Single Post
  #6  
Unread 11-14-2007, 12:02 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Ok, gm9 explained why the window even shows up at all. I would still change the branch from MainHUD to Custom to avoid confusion.

I think your background problem is in line 75 here:
<Image Location="15,28" Name="ZoneMap" NormalLocation="1,2" NormalSize="436,506" PackSize="a,a" PackSizeProp="0045/0001,0045/0001" ScrollExtent="255,380" Size="255,380" Style="Map.MapStyles.z_blank"/>

should be changed to

<Image Location="15,28" Name="ZoneMap" NormalLocation="1,2" NormalSize="436,506" PackSize="a,a" PackSizeProp="0045/0001,0045/0001" ScrollExtent="255,380" Size="255,380" Style="MainHUD.Map.MapStyles.z_blank"/>

Since you've moved out of the MainHUD branch to the Custom branch the Style property doesn't connect to the right image.
__________________

Visit Othesus World!
Reply With Quote