Hello all, First of all I'd like to say that I'm now writing my first program with qooxdoo and I'm finding the experience very pleasant! I really enjoy it and it allows me to do things really fast and really the way I would program a desktop application :)
My question is the following : I'm building a window that basically contains a form (I'm handling the posting through RPC but it's irrelevant). According to the value of a SelectBox, some fields show be displayed and some not. I'm planning to implement it currently using a Stack which changes panes according to the value of that select box but I have one problem - sometimes I need to use the same widget in two different panes. When I tried to do this it only showed the widget in the pane it was last added to so I conclude this is impossible. Another solution would have been to be able to simply hide rows from a grid layout and then only show the ones I need. Since there is no hide option for the rows themselves, I tried to implement it by removing all the widgets from a row, but then the grid didn't shrink to hide the place of that row. I also tried to change the height of a row to 0, but then the layout didn't shrink properly (it shrank too much). The way I will do it will be to add too many widgets to my form (twice for widgets I need in two different panes), but I can't help thinking that there should be a way simply to hide rows in grid layout... Anyway, I would be happy to hear other ideas / suggestions... Thanks, Omri -- View this message in context: http://qooxdoo.678.n2.nabble.com/Hiding-rows-in-a-grid-layout-Sharing-Widgets-across-composites-tp5653870p5653870.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
