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