Sebastian Werner wrote:
> Hi!
>
> Somehow the current version of the generator produces some interesting output:
>
>   - ! Unknown class referenced: style (unify.control.Progress:143)
>   - ! Unknown class referenced: style.opacity (unify.control.Progress:144)
>   - ! Unknown class referenced: style.display (unify.control.Progress:145)
>
> These are the affected lines:
>
>       style = this._getElement("root").style;
>       if (style.opacity == 0) {
>         style.display = "none";
>       }
>
> Not sure how the generator comes to the idea that I instantiate classes here.
>   

You are right, the warning message is misleading. I've changed it to 
"Unknown global symbol referenced", because that's what it actually 
means. Thanks.

T.

> Cheers,
> Sebastian
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to