Just thought I'd make this a standalone topic to fit the new format of the forums. It has probably been answered in one of the 48-page threads below, but it'd be nice to have right here :)
Description
When first inviting people to party, no text at all shows up on the party frames (health, mana, name, etc). This is then fixed by just switching to an alternate layout and then back.
Version
ag_unitframes, 24689.
If there is no solution from the forums, I'll post this bug to andreasg's Google code space for ag_unitframes (don't want to bother him if there is an easy fix!)
Thank you and all apologies if this has been answered before
Yep, I had this problem too on all frames not so long ago after some significant changes were implemented. Solved by wiping SavedVariables. Hope this helps.
Description
When first inviting people to party, no text at all shows up on the party frames (health, mana, name, etc). This is then fixed by just switching to an alternate layout and then back.
Version
ag_unitframes, 24689.
If there is no solution from the forums, I'll post this bug to andreasg's Google code space for ag_unitframes (don't want to bother him if there is an easy fix!)
Thank you and all apologies if this has been answered before
If you can make it happen at that point, tell me what settings you're using. And if it happens everytime you login or do /reloadui.
It seems that if the HealthText = {} and ManaText = {} definitions contain :
Then things work as we expect them to (ie they have text), if this Type = is missing, then they dont.
This applies to all other text fields too it would appear.
Type = "string" Is only for elements that uses the watchdog tag system. So don't put this on other text... Maybe I should change it so it should be:
Type = "watchdog".