View Single Post
  #4  
Old 12-07-2006, 04:50 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
PHP Code:
GraalControl.makeFirstResponder("false"); 
Put it after the new GuiWindowCtrl() code, for example

PHP Code:
new GuiWindowCtrl(Window) {
 
//other stuff;
}
GraalControl.makeFirstResponder("false"); 
Then you are all set.
Reply With Quote