View Single Post
  #1  
Unread 04-27-2008, 05:30 AM
Aseekia's Avatar
Aseekia Aseekia is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Apr 2006
Server: Innothule
Posts: 9
Default Graphic in Graphic it dosn't work need hlp

Hi all ..

I worked on a group window with programmable spell buttons .. all works great but one problem i have...
i make a button with graphical background and now i like to overlay another graphic to the first graphic.. because i don't like to modd 5 new pictures for this grp_member_window

Code:
<Image AbsorbsInput="false" Location="0,0" Name="buttonBkg1" ScrollExtent="22,21" Size="22,21" Stretch="false" Style="buttonBkg"/></Image>
		<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>
with this code i'am only see the first graphic.. the icon graphic don't show..

anybody have an idea for this prob..

thx all

Mfg
Reply With Quote