Rooster
Active Member
Hi guys,
I'm having some issues with the EQ2UIpage functionality, was hoping someone might be able to give me a clue. I'm trying to iterate through several instances of a UI item, but I can't see how to do it.
I've gotten this far:
EQ2UIPage[Journals,JournalsQuest].Child[text,TabPages.Collection.CollectionTemplate.Name].Label
That should be the name of each different collection in my quest journal, but I can't figure out how to reference each different collection.
${EQ2UIPage[Journals,JournalsQuest].Child[text,TabPages.Collection.AllPage.ProgressText].Label} will tell me how many incomplete collections I have, so I can use that to iterate through all the collections... but how do I reference them?
I thought it would be another child perhaps, but it's not that... would love to hear any ideas on this one, I'm stumped!
Cheers!
I'm having some issues with the EQ2UIpage functionality, was hoping someone might be able to give me a clue. I'm trying to iterate through several instances of a UI item, but I can't see how to do it.
I've gotten this far:
EQ2UIPage[Journals,JournalsQuest].Child[text,TabPages.Collection.CollectionTemplate.Name].Label
That should be the name of each different collection in my quest journal, but I can't figure out how to reference each different collection.
${EQ2UIPage[Journals,JournalsQuest].Child[text,TabPages.Collection.AllPage.ProgressText].Label} will tell me how many incomplete collections I have, so I can use that to iterate through all the collections... but how do I reference them?
I thought it would be another child perhaps, but it's not that... would love to hear any ideas on this one, I'm stumped!
Cheers!