Re: [qooxdoo-devel] Still getting "widgetTarget is null" runtime error

2009-08-25 Thread Matthew Gregory
Done http://bugzilla.qooxdoo.org/show_bug.cgi?id=2713 Larry, I tried to add you as a CC for the bug but it looks like you haven't signed up yet, might be worth while doing so as it will let you keep track of bug's process easily. Daniel Wagner wrote: > Hi Matthew, > > Fabian won't be in the of

Re: [qooxdoo-devel] Still getting "widgetTarget is null" runtime error

2009-08-24 Thread Daniel Wagner
Hi Matthew, Fabian won't be in the office until Wednesday. Could you please open a bug report for this issue and assign it to him? Regards, Daniel Matthew Gregory schrieb: > OK, > Normally when you block a widget, the widget becomes "anonymous" so it > doesn't recieve any events. The problem

Re: [qooxdoo-devel] Still getting "widgetTarget is null" runtime error

2009-08-24 Thread Matthew Gregory
OK, Normally when you block a widget, the widget becomes "anonymous" so it doesn't recieve any events. The problem here is caused because when a model window is foun qx.ui.core.MBlocker.blockForContent is called which doesn't set the widget to anonymous, I think this is a bug. For a temporary w

Re: [qooxdoo-devel] Still getting "widgetTarget is null" runtime error

2009-08-24 Thread Matthew Gregory
Hmm.. Still not sure on the "widgetTarget is null" error but I have just tried some stuff in the playground and this seems like a bug. I'll do some digging and keep you posted Matt larry blische wrote: > Thanks Matt but I just tried commenting out the open() and close() functions. > Without them

Re: [qooxdoo-devel] Still getting "widgetTarget is null" runtime error

2009-08-21 Thread larry blische
Thanks Matt but I just tried commenting out the open() and close() functions. Without them the mouseup event is not blocked, I get the alert in the mouseup listener when I click on the root window. So I guess setModal(true) doesn't block everything. I do not get the error when these functions ar

Re: [qooxdoo-devel] Still getting "widgetTarget is null" runtime error

2009-08-21 Thread Matthew Gregory
Just tried in the playground and if remove your open and close functions and all should be well. setModel(true) automatically blocks the root Not sure why it causes the error though. Larry K Blische wrote: > I think I replied with this problem to the 'solved' forum and it may have > been overloo

[qooxdoo-devel] Still getting "widgetTarget is null" runtime error

2009-08-21 Thread Larry K Blische
I think I replied with this problem to the 'solved' forum and it may have been overlooked so I am trying again. Below is an example of what my problem is. Here are two classes, an app class and my modal window class. I have several classes which extent the ModalWindow class. This is done to provi