[qooxdoo-devel] Refreshing mobile NavigationPage's content?

2014-02-12 Thread Dragonheart
Hello! What is the best way of refreshing mobile NavigationPage's content? For example I have a page with clickable list where click on every item shows another page and transfers some array to it - I have two binded properties for that and debugging shows that the destination page gets all the

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] Locale - combination of multiple locales

2014-02-12 Thread Peter Schneider
Hello, one possible "solution" / work-around might be just to override the 'tr' method in that specific dialog. That overridden method will always use the "de" locale for example -- qx.Class.define("app.ui.FooDialog", { ext

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/

[qooxdoo-devel] Locale - combination of multiple locales

2014-02-12 Thread kirra5
Hi Is it possible to combine/use different locale information on two parts of the same application? *For example:* the whole application should have the locale "en", but a specific part (this can be, for example, a form) of the application should be using the locale "de". I was thinking about