Quote:
|
Originally Posted by hermesdm
f1: member0 (player)
f2: member1 f3: member3
f4: member3 f5: member4
does not display f6: member 5.
|
I'm guessing f3=member 2. The group window has this lovely hardcoded page wrap thingy that loves to mess with modders. set UserResizable=true to the group window and try resizing it in game, maybe everything will pop into place if you size the window a bit bigger.
Other than that, i would say convert everything over to dynamicdata (you're using the hardcoded soe stuff right now) and move it off of the nasty "GroupMembers" page thats causing all the trouble. (which, two days ago would be impossible!)
ahh.. progress.
Oh.. and if you want an easy way to test a group window, i think setting visible=true on every groupmember# page will make everything pop up.