![]() |
Like I had posted somewhere else by mistake:
Quote:
|
Attributes cannot be assigned a variable value
I believe the reason that none of these attempts work is the following. Some attributes cannot be assigned a variable value. This includes both 'style' and 'visible'.
For example, the following attribute assignments do not work. Code:
<Image Name="Icon1" ScrollExtent="40,40" Size="40,40" Style="(Var)" Var="MyStyle"/>It would be nice to have a list of attributes that cannot be assigned a variable. It would be nicer to have this fixed :-) |
I can get the archetype stuff to display properly, once you mouse over it updates the to correct icon pic. In text mode, the archetype always aupdates no problem when a new member or different member takes up a slot. The archetype will change as it should, but the picture (icon) won't until I mouse over forcing the icon to update. Same thing Hirebrand got to in his mod.
I thought I had it working however, icon update without mouse over, but in all my excitement, I did not save the file and it is gone forever. NO, unfortunately I do not remember what I did, as I was trying like over 100 ways to get this to work. My brain hurts still from that night. It seems so simple though, if the text version of the archetype will update easily, why can't we get the icon to do the same? I really wish RJ would respond to Hirebrand and get us the correct/needed syntax for the enabled conditionals. |
I havn't tried this but it should work.
Code:
<Page name="MemberInfoPage" Onshow=" |
Quote:
|
Hmm that basically how I get my raid info window to show up. The loading screen reads teh zoen name and turns on a page insaid the memorrized window. Maybe it only works on pages and you have to puth each icon in its own window /shrug.
|
Quote:
|
All of my attempts at getting a page to become visible based on a variable value have failed. Can you give an example or link to an interface where you have this working Landlin?
|
<Page Name="MemberInfoPage" Mage="Mage" Fighter="Fighter" Preist="Preist" Scout="Scout" Onshow="
IconScout.Visible=(Class.Text==Scout) IcontMage.Visible=(Class.Text==Mage) ..."> <Text Name="Class" DynamicDate="/gamedata.group.class">temp</Text> <Page Name=IconScout"> ... </Page> </Page> This is just basic, and wrote it from memory as I am at work and don't have the code in front of me. But its verry close. |
Landiin, can you post the full code to the above post? Not from memory, I would like to test your theory.
|
| All times are GMT -5. The time now is 01:56 PM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI