Thread: GUI onClose?
View Single Post
  #16  
Old 02-23-2006, 03:35 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Skyld
I thought it was something like this?
PHP Code:
function onClose(obj)
{
  
// obj is the GUI window in question
  
obj.destroy();

I thought so too, but he said it didn't work for him
Also, I don't think you have to call obj.destroy() in onClose.

Quote:
Originally Posted by Stefan
Need to add all events and description to the wiki.graal.net I think
I agree
__________________


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