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
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
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
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/
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