Thread: GUI *blocking*
View Single Post
  #6  
Old 06-20-2006, 04:38 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
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().
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote