View Single Post
  #2  
Old 12-22-2008, 08:15 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
I fixed it, by placing a sleep() after the triggerserver() in the showGUI() function. I think the problem was that the triggers didn't have enough time to grab the data I needed before the GUI was drawn.

Last edited by Codein; 12-22-2008 at 08:28 PM..
Reply With Quote