Quote:
|
Originally Posted by xXziroXx
Didnt work.. Tried putting it IN "new control blah", tried putting it after - also tried in a timeout.
|
I think there's more to the syntax, I was just giving you the function name.
Try: GraalControl.makefirstresponder(true);
or if that doesn't work, NameOfYourWindow.makefirstresponder(false);
Quote:
|
Originally Posted by Yen
I don't remember off hand if you there's a 'focused' variable in the GUI controls.. Otherwise, just make it so that if the GUI window is clicked it brings GraalControl to the front.
|
ControlName.isfirstresponder(); will tell you if it's focused or not.