I think I have an idea
I think I might have an idea of what is going wrong with the Group Window. I think it has to do with when the Gamedata is loaded. Lets say that the sequence of events is:
1: person joins group
2: Load group window
3: populate gamedata
If this is true then when you do an OnShow in step 2. there is no gamedata loaded yet. So everything is blank. That would explain why OnShow doesn't work but OnHover does. Now all I have to do is figure a way around this particular hurdle.
|