Hello Piotr,
> What would be the best solution to keep the model and view synchronized and
> has anything changed in this regard ?
Sure there has a lot changed since the original post about a year ago. I have
introduced the reverse binding for the list controller [1] and added a demo [2]
which
Ups, sorry there is a mistake in my event listener example. Here the
right one:
flashObj.addListener("appear", function(e) {
var movie = flashObj.getFlashElement();
movie .Print();
movie .GotoFrame(2);
}, this);
Am 02.08.2010 08:46, schrieb Christian Hagendorn:
Hi Stefan,
the rendering
Hi Stefan,
the rendering process is done asynchronously. So you can't not directly
access the flash movie in your example, because it is not rendered when
you try to access the flash method.
Please do this for example in the "apper" event:
flashObj.addListener("appear", function(e) {
fla
Hi Stefan,
no that's not a bug. The source can be changed so long as the flash
element is not added to the DOM. After this a source setting is not
possible.
Cheers,
Chris
Am 31.07.2010 14:45, schrieb Stefan Andersson:
This line:
var flash = new qx.ui.embed.Flash();
or
var flash = new qx.u
Hello Stefan,
If you have a SelectBox with the following data:
alt 1
alt 2
-
alt3
and you don't want "-" to be selected, there is no implementation such as
setSelectable(boolean) or getSelectable() for the data in widgets. This can be
easily solved instead of checking it in the listene
Hello Stefan,
I think there should be set a standard tooltip, as there is already localized
text, in all the widgets of qx.ui.control to be more complete. This would
conform better with a complete widget and in most cases it would not be
necessary to add or change the text in the tooltip.
Why
Hey,
> I'm wondering if it's possible and how to use native scrollbars with
> qx.ui.container.Scroll? Please let me know. :)
You can use a setting named qx.nativeScrollBars to get native scrollbars in the
whole application. Take a look at these documentations to get more info:
http://qooxdoo.or
If you have a SelectBox with the following data:
alt 1
alt 2
-
alt3
and you don't want "-" to be selected, there is no implementation such as
setSelectable(boolean) or getSelectable() for the data in widgets. This can be
easily solved instead of checking it in the listener! Because the