Quote:
|
Originally Posted by KuJi
Maybe I am doing it wrong:
I call it through:
PHP Code:
thiso.catchevent(name, "onOpenMenu", "onTreeView");
|
I might be mistaken, but I thought catchevent requires an object?
PHP Code:
thiso.catchEvent(this, "onOpenMenu", "onTreeView");