View Single Post
  #11  
Unread 01-22-2008, 01:18 PM
RickF7666's Avatar
RickF7666 RickF7666 is offline
A Griffawn
Interface Author - Click to view interfaces
 
Join Date: Jun 2005
Server: Oasis
Posts: 70
Default 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.
Reply With Quote