Re: [qooxdoo-devel] slidebar question

2013-04-11 Thread Andreas Parusel
Hi Michael, If you have a look at the implementation of qx.ui.container.SlideBar, you will see that it contains a childControl named "content" which is a Composite-container. Instead of replacing your Composite with a SlideBar, dumping your stuff into its "content" childControl should work as

[qooxdoo-devel] slidebar question

2013-04-11 Thread Michael
Hi, I have a composite in my gui which is a drop target. Now I replaced it with a slidebar, which works quite good,...mostly :-) The drag and drop doesn't work anymore as expected, since for example the slidebar has no addChildWidget or removeChildWidget event and it doesn't react to the dragove