Hi Claus, > I want to insert dynamically a row into a grid layout (without > resorting the whole grid). > > If I use the VBox layout composite.addAfter(wiget, widgetBefore) would be the > right choice. > But that doesn't work with grid. Here's a litte sample: > http://tinyurl.com/26z76ec > > Any ideas? Thanks in advance! You only can insert one widget into each cell and you need to set the column and the row when using the "add" method.
So if you want to add a widget to an existing widget in the grid I guess one solution might be to add "Composite" container with a defined Vbox layout to the grid. It should be possible to add widgets to the container within the grid dynamically. Does this advice help you further or did I mix up things here? cheers, Alex ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
