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.