View Single Post
  #6  
Unread 07-29-2009, 04:30 PM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

It would seem so. I'm guessing that putting that code in Target.v0 and Target.v1 will be enough. Assuming you like the indicator at that location.
Code:
        <ImageStyle Filter="true" Name="AAExpAvailable">
            <ImageFrame Name="image" Source="images/icons/aa_active_icons.dds" SourceRect="40,39,62,62" />
        </ImageStyle>
        <Image AbsorbsInput="false" BackgroundColor="#00FFFF" Location="110,-2" Name="AAExpIndicator" ScrollExtent="12,12" Size="12,12" Style="AAExpAvailable" />
Reply With Quote