Re: [qooxdoo-devel] Drivin crazy with error messages

2007-06-19 Thread Fabian Jakobs
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

Re: [qooxdoo-devel] Drivin crazy with error messages

2007-06-18 Thread Hugh Gibson
> [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...

Re: [qooxdoo-devel] Drivin crazy with error messages

2007-06-18 Thread Sebastian Werner
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.

[qooxdoo-devel] Drivin crazy with error messages

2007-06-18 Thread C.Bieser
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