You don't add objects to an image, it's not a container. You can add buttons and labels to the image parent container. If you add them after you add the image then they should be on top. If they are not, set the ZIndex of them to something like 10.
Jim On Fri, Jan 21, 2011 at 4:04 PM, [email protected] <[email protected]> wrote: > Hello, > > how can i add some buttons above an image? > > i cant find any add method. > > my actual code is > > var logo = new > qx.ui.basic.Image("makebiz/icon/16/info/logo.png").set({ > width: 600, > height: 500 > }); > > i want to add a labe and a button above this image > > Thank you. > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
