Thread: Dynamic Data
View Single Post
  #3  
Unread 12-02-2008, 08:19 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

Another problem your going to run into using gamedata is that the gamedata information is populated after the ui piece is drawn. Which means that when you call some gamedata it doesn't appear in the ui piece. Now a lot of ui creators have several techniques to get around this particular problem. Mostly this consists of using HoverIn to call the gamedata, although OnShow works sometimes to.
Reply With Quote