Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-14 Thread Tobias Oberrauch
Hi Peter, Thank you very much for your feedback and the effort that you made to create this video. For us it is absolutely helpful to get feedback from people like you :) Have a nice Weekend Cheers Tobias Am 12.02.2014 15:17, schrieb Peter Caffin: > Hi all. > > On Wed, 12 Feb 2014, Peter Caffin

Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-12 Thread Peter Caffin
Hi all. On Wed, 12 Feb 2014, Peter Caffin wrote: > I've resolved the issue though, so all's well, and I'll write it up for > posting here shortly. Essentially, as we can't directly "grid forget" a la Tk, the next best option is to re-assign the containers to another location. In this case, a mi

Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-12 Thread Peter Caffin
Hi Tobias, I tried that method very early on, but it didn't really meet my needs (as the child widgets didn't appear to be able to be stretched to the size of the stack frame). I've resolved the issue though, so all's well, and I'll write it up for posting here shortly. Kind regards. On 11/

Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-11 Thread Tobias Oberrauch
Hi Peter, I tried a couple of solutions and come to the conclusion that qx.ui.container.Stack[1] would fit best to your requirements: The stack container puts its child widgets on top of each other and only the topmost widget is visible. Here is a little example that shows you the mechanism

Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-06 Thread Peter Caffin
On Thu, 6 Feb 2014, Tobias Oberrauch wrote: > No problem Peter. > I'll try to help you without the playground. > Therefore I need some further information. > > - I need to know what page3 exactly is. (qx.ui.container.Composite?) page3 = new qx.ui.tabview.Page("Descriptions", null); page3.setLayo

Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-06 Thread Tobias Oberrauch
, 6. Februar 2014 14:11 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid Hi Tobias, Unfortunately, if I could provide you with a working playground example, I wouldn't need to write here asking how it's done... What I&

Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-06 Thread Peter Caffin
Hi Tobias, Unfortunately, if I could provide you with a working playground example, I wouldn't need to write here asking how it's done... What I'm after is a "container.forget" equivalent of container.add, which doesn't destroy its children when "forgetting" so they can be added again later, i

Re: [qooxdoo-devel] Add, remove, re-add children from qx.ui.layout.Grid

2014-02-06 Thread Tobias Oberrauch
Hi Peter, Could you please provide a playground example based on the version you're using. For example: http://demo.qooxdoo.org/3.5/playground/ This makes us easier to fully understand your use case. Cheers Tobias -- Man

[qooxdoo-devel] Add,remove,re-add children from qx.ui.layout.Grid

2014-02-05 Thread Peter Caffin
Hi guys, I have three widgets in a grid: ++---+ | box3_0 | box3_1[lang] | ++---+ || box3_2[lang] | ++---+ What I'd like to be able to do is, say: (0) Add box3_1[English] and box3_2[English]. (1) Type some stuff into child wi