View Single Post
  #2  
Unread 04-27-2008, 08:43 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Your Image1 image is behind your buttonBkg1 image. You need to reveres the zorder of your nodes.

Like so;

Code:
<Image AbsorbsInput="false" Location="4,3" Name="Image1" ScrollExtent="15,15" Size="15,15" SourceRect="130,40,170,80" SourceResource="/images/icons/icon_is6.dds" /></image>
<Image AbsorbsInput="false" Location="0,0" Name="buttonBkg1" ScrollExtent="22,21" Size="22,21" Stretch="false" Style="buttonBkg"/></Image>
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote