View Single Post
  #16  
Old 06-03-2006, 02:12 AM
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
Quote:
Originally Posted by KuJi
Uhh.. you don't use this.. or Stefan didn't use this in the RC. They used name which is the name of the object... so
PHP Code:
function onCreated()
{
  new 
GuiButtonCtrl("foo")
  {
    
// this. == button object
    
thiso.catchevent(this"onAction""onFoo");
  }
}

function 
foo(obj)
{
  
// obj. == button object

__________________
Skyld
Reply With Quote