View Single Post
  #12  
Unread 10-23-2005, 04:48 AM
ACiDXiAN ACiDXiAN is offline
A Sea Turtle
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 31
Default

Was just playing around and thought of something that may just work but not sure how to implement it.

OKay if the Icons are beign defined as per the [IMAGE] that the Raid uses, woudl it not be the case to make the Archetype==Warrior then show Warrior.icon not Archtype.icon?

Attached is the idea I have not sure if its correct or the implmentation is proper. Just in the process of testing now.

MemberInfoPage OnShow
Warrior.Visible="gamedata.group.group_1.Archetype=='Warrior'?True:False"

Parent.Parent I have the images listed as Warrior, Mage, Priest, Scout as I use the modified colored Images that match the HOs.

Then the ArchetypeIcon in MemberInfoPage is:
Dynamic Data = /GameData.Group.Group_1.Archetype
Style = Scout



The second thign I was thinking was is there a way to push what the style is to the actual image (terms may be off)
Reply With Quote