Stefan,

I think with study on the layouts in the API system, you'll discover that VBox 
does not allow any row value, which is what this error is telling me.  Objects 
are added vertically in the order of the add method calls.  Since you didn't 
show any code, I can only guess that you are adding something to a container 
that has a VBox layout and are adding a row value to the map in the "add" 
method.  I suspect you'll find it if you do some code searches in your project.

Also, any good error diagnosis will involve a debug tool like Firebug for 
Firefox.  If you're not using anything other than a plain browser, you're going 
to have a rough go of it.  Of course, if you are getting this error in the 
"build" version, maybe you need to do some testing in the "source" version to 
get more info.  Debugging in the build version is difficult, at best, if not 
completely impossible.

As others have told you, the information on these topics are out there for you 
to read.  I suspect the mailing list may stop answering you if they get the 
sense that you just do not want to lookup answers yourself!  To avoid this 
impression, it's helpful to include in your questions any confusing points you 
ran into in the docs to reinforce the notion that you really have tried to find 
the answer yourself.

Hope this helps, but choose your questions to the mailing list wisely and only 
*after* trying to find some answers yourself.  I also don't know if your 
English is bad or your typing is bad, but the list frowns on poorly written 
questions too.

   Gene

Stefan Meyer <[email protected]> wrote:

>I get  a javascript error
>
>Error: uncaught exception: The property 'row' is not supported by the 
>VBox layout!: Called assert with 'false'
>
>Thei isnt any  ink or  rownumer:(
>
>
>
>------------------------------------------------------------------------------
>The Planet: dedicated and managed hosting, cloud storage, colocation
>Stay online with enterprise data centers and the best network in the business
>Choose flexible plans and management services without long-term contracts
>Personal 24x7 support from experience hosting pros just a phone call away.
>http://p.sf.net/sfu/theplanet-com
>_______________________________________________
>qooxdoo-devel mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to