Hi,

when I compile TDJ I can see not a problem in release (but not I debug) for
jewel alert component.

I think is a magnification problem for dialogPolyfill. I think Royale is
changing method name in release mode for method "registerDialog"
This was not happening before

[Error] TypeError: dialogPolyfill.DH is not a function. (In
'dialogPolyfill.DH(a.Vi)', 'dialogPolyfill.DH' is undefined)
IJ (App.js:1506:197)
showModal (App.js:1507)
cG (App.js:1506:439)
L (App.js:1262)
(función anónima)
nx (App.js:91:245)
Jx (App.js:110:262)
fH (App.js:965:906)
ix (App.js:93)
(función anónima) (App.js:89)

the class is this:

package
{
    /**
     * @externs
     */
    public class dialogPolyfill
    {
        COMPILE::JS
        public static function registerDialog(dialog:Element):void {}
    }
}

Someone knows what of the latest changes in compiler could be causing this
problem?

thanks

-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to