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.component.Editform]'
> when calling method: [nsIDOMEventListener::handleEvent]"  nsresult:
> "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)"  location: "<unknown>"  data:
> no]
>
> And this message doesn't help me in any way to fix the problem...
>
>   Christian
>   
Hello Christian,

just two guesses:

1. Does "pim.ui.component.Editform" inherits from "qx.core.Widget"? 
(mentioned by Sebastian)
2. Do you call the constructor of the super class in your class?

Best Fabian

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to