Hi,

Im having issues getting the mail archive to load currently so  
apologies if this has been mentioned before. I'm using qooxdoo 8.0.3  
and have a form that I have based on a Grid. Theres a number of layout  
reasons for this, but I won't go into that now. My problem is that  
when I try to add a 10th row to the grid, I get the following error:

code:

    this.add(mirrorFreqGb, {row: 10, column: 1});

Result:

Error: The layout properties 'row' and 'column' must be defined!
Source File: 
http://localhost/request/qooxdoo-0.8.3-sdk/framework/source/class/qx/ui/layout/Grid.js
Line: 223

But if I use {row: 9, column: 1} it works fine, or at least it  
complains the cell already has a widget. What am I doing wrong? Is  
there really a hard limit of 9 Grid rows?

thanks in advance


Glyn


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to