View Single Post
  #17  
Old 06-03-2006, 02:26 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Skyld
PHP Code:
function onCreated()
{
  new 
GuiButtonCtrl("foo")
  {
    
// this. == button object
    
thiso.catchevent(this"onAction""onFoo");
  }
}

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

name was used in replace of this for the RC stuff tho.

*Edit* Alright, now how can I find out which is the category before the selected node? *Edit*

Last edited by KuJi; 06-03-2006 at 02:46 AM..
Reply With Quote