Thread: GUI *blocking*
View Single Post
  #7  
Old 06-20-2006, 05:44 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by xXziroXx
Got it to work:

PHP Code:
new GuiWindowCtrl("guiname") {
  
// stuff
}
guiname.makefirstresponder(false); 
And Yen, you are wrong with bringtofront()! bringtofront brings a GUI on top of all other GUIs, and vice versa with pushtoback().
Hence the reason he suggested to use bringtofront() with the GraalControl.
__________________


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