View Single Post
  #17  
Unread 10-27-2005, 07:41 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Unhappy

This conditional statement thing is really getting to me.

I am trying everything I can think of.

It seems that I still do not have the correct syntax for the .xml to understand these ternary statements.

Has anyone had ANY luck?

I can get the actual archetype to display ie: Text and seeing what hirebrand did, he used just a "picture" font to show archetype graphic in the group window. Pretty smart idea actually, but I want to conquer this conditional statement. LU13 told us they were in place, yet noone has figured out the correct usage yet.

He are all my trials: (using the OnShow event of GroupMemberInfo Page)

Mage_Icon.Visible << ((archetype.localtext=Mage) ? "True" : "False")
Mage_Icon.Visible="Archetype.localtext=='Mage'?True:False"
Mage_Icon.Visible="Archetype.text=='Mage'?True:False"
Mage_Icon.Visible="/gamedata.group.group_1.archetype=='Mage'?True:False
Mage_Icon.Visible="parent.parent.parent.parent.mainhud.groupmembers.groupmember1 .memberinfopage.archetype.localtext=='Mage'?True:False

running out of ideas
Reply With Quote