Thanks, I tried with try-catch, but nothing happens. Actually I am curious about adding public modifier to the classes. Can you give me some info how to do this? That might help to try it on the test case. Regards
2010/7/19 Henry Minsky <[email protected]>: > One thing you can do in non-debug mode is use an explicit try-catch to see > an error > > try { > parent.soChat.send("write", "this is the test"); > } catch (e) { > canvas.notification.addMessage("error","calling > send"+e); > } > > Maybe that could narrow down which call is failing and with what error? > > >
