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.
|