Hi,

this error is thrown by the Grid layout. You need to specify the grid 
position where you want your image to be added:

this.__container.add(logo, {row: 0, column: 0});

See the APIdoc for details:
http://demo.qooxdoo.org/1.0.x/apiviewer/#qx.ui.layout.Grid


Regards,
Daniel

[email protected] schrieb:
> Hello,
> 
>   i try to add a image
> 
>                  var logo = new 
> qx.ui.basic.Image("makebiz/icon/16/actions/home.png");
>                  this.__container.add(logo);
> 
> but i alwys get an error:
> 
> Error: The layout properties 'row' and 'column' of the child widget 
> 'qx.ui.basic.Image[eg]' must be defined!
> 
> 
> but in the documentation  of the image  element i dont fidn a option to 
> set a row or someting like that
> 
> ------------------------------------------------------------------------------
> 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