Thread: GUI *blocking*
View Single Post
  #5  
Old 06-20-2006, 12:12 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
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.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote