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

[qooxdoo-devel] Appearance issues

2007-07-29 Thread Jim Hunter
I just migrated to 0.7.2-pre (r9171) and my appearances are generating errors when I try and run the app. I looked in the API viewer to see what the new structure is and it says: qx.theme.manager.Appearance.getAppearanceTheme () is the way to get the instance of the current theme but I get an err

[qooxdoo-devel] Gridlayout backgroundColor problem

2007-07-29 Thread Tobias Koller (GERMO GmbH)
Hi, I have a problem with the rendered-backgroundColor of my gridLayout. I set it to "#BFBFBF" but sometimes there are some white parts in my backgroundColor. It only appears when I set the grid's backgroundColor or the backgroundcolor of it's parent-widget. I added a screenshotstrang

Re: [qooxdoo-devel] resizer height

2007-07-29 Thread dperez
Hi, The height of the resizer itself isn't changed (equals always to auto), but the height of the contained element is updated. Here is a piece of the source code of Resizer: _changeHeight: function(value) { var child = this.getChildren()[0]; child && child.setHeight(value);

Re: [qooxdoo-devel] defineMain(function ... breaks with error

2007-07-29 Thread Tobias Koller (GERMO GmbH)
Hi Philipp, in qooxdoo 0.7.x you only need this in your index.html to start your application My Application Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Philipp Wabinski Gesendet: Samstag, 28. Juli 2007 12:45 An

[qooxdoo-devel] Trouble using embed.iframe, any other way?

2007-07-29 Thread johnl
Attached is an image of a module for a project I'm working on. This particular module is a 'shot' log. The fusion torus fires a 'shot' every few minutes, and for a given experiment, some number of people will be creating log entries. The top pane in the picture is where the user edits his or h

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-29 Thread bibliograph
Hi Carsten, I just saw the answers to Siarhei's post right now ... Carsten Harnisch schrieb: > Siarhei! > We had started to work with QxTransformer and picked the > "DataProvider"-stuff here as a starter for our own implementation. I just > summarize a few issues that we encountered here. Please

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-29 Thread bibliograph
Hello Siarhei, thank you for your work! I think it's a good basis to start - what needs to be elaborated in your documentation is the kind of response expected from the server - since the backends need to provide the necessary data. What I did in my first attempt at databinding is to require the b

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] Migration from 6.7 to 7.latest truncv version

2007-07-29 Thread Jim Hunter
Well, you will get this error if you have a slightly invalid path to the qooxdoo code. I used a relative path and it is compiling now. So I hope my aggravation helps at least one other, then it will be worth the pain. :-) Jim www.D4PHP.org www.D4PHP-Hosting.com On 7/28/07, Jim Hunter <[EMAIL PR