View Single Post
  #6  
Old 08-18-2010, 10:08 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
FYI you can probably do this a lot easier with...

PHP Code:
temp.bar = new TStaticVar();

bar.whatever "yea";
bar.join("statusbar"); 
then in class 'statusbar':

PHP Code:
function onCreated() {
  
// whatever
}

public function 
setDrawi(i) {
  
this.drawi i;
}
// etc 
__________________
Reply With Quote