In the following handler, the ‘this’ is undefined. The other handlers in my script have access to ‘this’.
curr_item.onRelease = function(){
//Actions"gotoURL";
Actionsthis.action;
CloseSubmenus();
};
Thanks in advance to anyone who might have some idea why.
rcbailey
:ponder: