C.Bieser schrieb:
> Is there no way to print helpful error messages?
>
> I just want to load a self defined class called "pim.ui.component.Editform"
> within an event listener. But the following error message is the only thing
> I get.
>
> [Exception... "'Error: Invalid Widget: [object pim.ui.comp
> [Exception... "'Error: Invalid Widget: [object
> pim.ui.component.Editform]'
> when calling method: [nsIDOMEventListener::handleEvent]" nsresult:
> "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location:
> "" data:
> no]
>
> And this message doesn't help me in any way to fix the problem...
You seem to use your EditForm class, which is not a widget (do not
inherit from Widget as it seems) in some widget specific functionality.
Hope this helps.
Sebastian
C.Bieser schrieb:
> Is there no way to print helpful error messages?
>
> I just want to load a self defined class called "pim.
Is there no way to print helpful error messages?
I just want to load a self defined class called "pim.ui.component.Editform"
within an event listener. But the following error message is the only thing
I get.
[Exception... "'Error: Invalid Widget: [object pim.ui.component.Editform]'
when calling