Hi Christoph!

Christoph Brill ha scritto:
> after Upgrading from ULC 6.0.4 to 6.1 my Windowlisteners are no longer
> working. Simple exaple:

> Is there something that changed? Is it a bug? Is there a known
> workaround?

It's a ULCDialog bug that i already discovered some week ago. I fixed it
by implementing this into my ULCDialogFixed:

@Override
public void setVisible(boolean arg0) {
        if (!isUploaded())
                upload();
        super.setVisible(arg0);
}

Try searching the ML for setModal+bug.

Best regards,
Paolo Scaffardi
GFP Lab s.r.l.
http://www.gfplab.com
fax 178 2258454
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to