Hi,
opened the other bug report for the desktop block() method.
http://bugzilla.qooxdoo.org/show_bug.cgi?id=2175
Cheers,
Chris
Christian Schmidt schrieb:
> Hi Martin,
>
> I could reproduce your issues.
>
> Martin_GER schrieb:
>
>> yes it works, but it should be possible to use my version. Whe
Hi Martin,
I could reproduce your issues.
Martin_GER schrieb:
> yes it works, but it should be possible to use my version. Where is my
> mistake?
>
I think this is a bug. If you call this, only the desktop is blocked,
but not the window. (You can see it, if you set a color for the blocker)
I
yes it works, but it should be possible to use my version. Where is my mistake?
I must also say, that by using "this.getRoot().block();" the IE shows a
script-mistake, when I click at any place.
##
var button = new qx.ui.toolbar.Bu
try this.getRoot().block() instead, I've just tested in the playground
and that works OK.
Martin_GER wrote:
> you're right, here's a simple example:
> #
>
> qx.Class.define("testdesktop.Application",
> {
> extend : qx.application.Standalone,
> members :
>
you're right, here's a simple example:
#
qx.Class.define("testdesktop.Application",
{
extend : qx.application.Standalone,
members :
{
main : function()
{
this.base(arguments);
What was wrong with the block() fn? Did you get an error? If you could
provide a code snippet that would be good
There are also blockOpacity and blockColor properties IIRC, have tried
using these to give a visual indication of the widget being blocked?
Martin_GER wrote:
> hi,
>
> I have made a