Christian, Thank you for your example, it clear for me now and looks wow! But what about more complex example?
In my current app I do widget like OpenLayers Map - so I have a Map (a Composite with Images as children) in ScrollPane and I want to add a canvas to ScrollPane to draw vectors over my Map. Now I hack ScrollPane.add method to do this, but maybe more idiomatic way exists? (Sorry I can't do playground example now - I'm at home). Sergey On Thu, Aug 5, 2010 at 6:40 PM, Christian Hagendorn <[email protected]> wrote: > What I meant was, that you can use a decorator as background. So a > multi scroll pane is not needed: > http://tinyurl.com/37rlsaa > > Am 05.08.2010 10:38, schrieb sergey miryanov: >> Hmm, maybe I something not understand but I mean this - >> http://tinyurl.com/32vgtxp >> >> Sergey >> >> On Thu, Aug 5, 2010 at 2:31 PM, Christian Hagendorn >> <[email protected]> wrote: >>> Hi Sergey, >>> >>> when I understood it correct, than you can do this by setting a >>> decorator to the canvas widget. Here my example: >>> http://tinyurl.com/38ykrzt >>> >>> Cheers, >>> Chris >>> >>> Am 05.08.2010 09:49, schrieb sergey miryanov: >>>> Hi Qooxdoo Team, >>>> >>>> What do you think about multiple children in >>>> qx.ui.core.scroll.ScrollPane? >>>> >>>> For example, if this will be able I can add first child (Image) for >>>> background image and second child (canvas) for drawing on the image. >>>> >>>> Regards, >>>> Sergey >>>> >>>> ------------------------------------------------------------------------------ >>>> The Palm PDK Hot Apps Program offers developers who use the >>>> Plug-In Development Kit to bring their C/C++ apps to Palm for a share >>>> of $1 Million in cash or HP Products. Visit us here for more details: >>>> http://p.sf.net/sfu/dev2dev-palm >>>> _______________________________________________ >>>> qooxdoo-devel mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >>> ------------------------------------------------------------------------------ >>> The Palm PDK Hot Apps Program offers developers who use the >>> Plug-In Development Kit to bring their C/C++ apps to Palm for a share >>> of $1 Million in cash or HP Products. Visit us here for more details: >>> http://p.sf.net/sfu/dev2dev-palm >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >> ------------------------------------------------------------------------------ >> The Palm PDK Hot Apps Program offers developers who use the >> Plug-In Development Kit to bring their C/C++ apps to Palm for a share >> of $1 Million in cash or HP Products. Visit us here for more details: >> http://p.sf.net/sfu/dev2dev-palm >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
