Posted: Thu Jan 08, 2009 2:08 am Post subject: GUI buttons don't work on new screen.
I am making an ISP and all the GUI BUTTOns are clickable except when I make a new window screen.
On the new window, i cant click on the GUI button.
How do i fix it?
Sponsor Sponsor
Tony
Posted: Thu Jan 08, 2009 2:42 am Post subject: RE:GUI buttons don\'t work on new screen.
you are likely not running GUI.ProcessEvent in a loop, at that point.
Posted: Thu Jan 08, 2009 2:44 am Post subject: Re: RE:GUI buttons don\'t work on new screen.
Tony @ Thu Jan 08, 2009 2:42 am wrote:
you are likely not running GUI.ProcessEvent in a loop, at that point.
oh.. so GUI.ProcessEvent only works for the first window screen?
Then.. how do i make another GUI.ProcessEvent..
Tony
Posted: Thu Jan 08, 2009 3:05 am Post subject: RE:GUI buttons don\'t work on new screen.
I don't know how you are implementing your "new window". Trace your code, and try to figure out what's happening at the moment when you click your mouse on the second screen.
Is this inside a loop? Does this loop call GUI.ProcessEvent?