Re: [qooxdoo-devel] Endless-Loop in Widget.flushGlobalJobQueue

2007-07-29 Thread dperez
I think I remember this happen to me when I added a column with a zero width in a GridLayout. Search the forum archives for further information. Stephanus Mueller wrote: > > Hi there > > I'm a newbie to qooxdoo 0.7.1 and detected an endless-loop > on entering the Widget.flushGlobalJobQueue-fun

Re: [qooxdoo-devel] Endless-Loop in Widget.flushGlobalJobQueue

2007-07-29 Thread Dietrich Streifert
Hi Sebastian, maybe this is related to bug #529 with GridLayout: http://bugzilla.qooxdoo.org/show_bug.cgi?id=529 where I had some problems with endless loops? Sebastian Werner schrieb: Hi Stephanus, welcome to qooxdoo. I have not seen such an behavior yet. So please create a small (I me

Re: [qooxdoo-devel] Endless-Loop in Widget.flushGlobalJobQueue

2007-07-27 Thread Sebastian Werner
Hi Stephanus, welcome to qooxdoo. I have not seen such an behavior yet. So please create a small (I mean as small as possible to reproduce) example and create a new bugreport at bugzilla.qooxdoo.org. Thank you for your feedback. Sebastian Am 27.07.2007 um 09:47 schrieb Stephanus Mueller:

[qooxdoo-devel] Endless-Loop in Widget.flushGlobalJobQueue

2007-07-27 Thread Stephanus Mueller
Hi there I'm a newbie to qooxdoo 0.7.1 and detected an endless-loop on entering the Widget.flushGlobalJobQueue-function. Maybe it's an application-error maybe it's an implementation problem. I instantiated a Gridlayout with 2 widgets, a label and a textfield. During startup the Widget.flushGlo

Re: [qooxdoo-devel] endless loop in Widget.flushGlobalJobQueue()

2007-01-16 Thread Sebastian Werner
Hi Markus, I think this is currently not supported. Maybe you can solve your problem with a set of box layouts instead of a GridLayout. They are far more stable and should allow you to hide or setHeight(0) them. Regards, Sebastian Markus Bäurle schrieb: > Hi, > > I get an endless loop after

[qooxdoo-devel] endless loop in Widget.flushGlobalJobQueue()

2007-01-10 Thread Markus Bäurle
Hi, I get an endless loop after calling GridLayout.setRowHeight(0, 0). Changing the height to 1 works. I try to hide a row in a GridLayout. Is there another way? Regards, Markus -- View this message in context: http://www.nabble.com/endless-loop-in-Widget.flushGlobalJobQueue%28%29-tf2952873.h