Thread: Gui Scripting
View Single Post
  #10  
Old 08-22-2006, 12:51 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
What is it with you people being unable to indent correctly?

Also, Twinny. You don't need to add the control to GraalControl again, and check that your window exists before destroying it or you will just create F2 console errors.
PHP Code:
function onCreated()
{
  if (
myWindow != NULL)
  {
    
myWindow.destroy();
  }

Reply With Quote