Re: Heads Up: was replaced with

2020-05-17 Thread Alex Harui
From: Yishay Weiss Reply-To: "users@royale.apache.org" Date: Saturday, May 16, 2020 at 4:04 AM To: "users@royale.apache.org" Subject: RE: Heads Up: was replaced with Ok, I’m seeing it now. It looks like there’s a race condition that only manifests in release mode because

Re: Heads Up: was replaced with

2020-05-17 Thread Carlos Rovira
ribió: > One last note to make it clear, if you use static initializers like that > you don’t need at all. > > > > *From: *Yishay Weiss > *Sent: *Saturday, May 16, 2020 2:47 PM > *To: *users@royale.apache.org > *Subject: *RE: Heads Up: was replaced with > > >

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
One last note to make it clear, if you use static initializers like that you don’t need at all. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Saturday, May 16, 2020 2:47 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: RE: Heads Up: was replaced w

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
Should be getJs():String{} and getCss():String{} From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Saturday, May 16, 2020 2:42 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: RE: Heads Up: was replaced with To avoid errors in the console and have more

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
s well, so I don’t think there will be functional implications unless your code calls these objects on initialization. From: Carlos Rovira Sent: Saturday, May 16, 2020 1:18:20 PM To: users@royale.apache.org Subject: Re: Heads Up: was replaced with Hi, I think the problems is only in release

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
implications unless your code calls these objects on initialization. From: Carlos Rovira Sent: Saturday, May 16, 2020 1:18:20 PM To: users@royale.apache.org Subject: Re: Heads Up: was replaced with Hi, I think the problems is only in release not in debug mode El sáb., 16 may. 2020 a las 12:17

Re: Heads Up: was replaced with

2020-05-16 Thread Carlos Rovira
dated both the compiler and asjs? I did test Alert. >> >> >> -- >> *From:* Carlos Rovira >> *Sent:* Saturday, May 16, 2020 12:50:43 PM >> *To:* users@royale.apache.org >> *Subject:* Re: Heads Up: was replaced w

Re: Heads Up: was replaced with

2020-05-16 Thread Carlos Rovira
12:50:43 PM > *To:* users@royale.apache.org > *Subject:* Re: Heads Up: was replaced with > > Hi Yishay, > > I'm seeing in TDJ this error when running: > > ReferenceError: dialogPolyfill is not defined > at > /Users/carlosrovira/Dev/Royale/Source/royale-asj

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
Are you sure you updated both the compiler and asjs? I did test Alert. From: Carlos Rovira Sent: Saturday, May 16, 2020 12:50:43 PM To: users@royale.apache.org Subject: Re: Heads Up: was replaced with Hi Yishay, I'm seeing in TDJ this error when ru

Re: Heads Up: was replaced with

2020-05-16 Thread Carlos Rovira
Hi Yishay, I'm seeing in TDJ this error when running: ReferenceError: dialogPolyfill is not defined at /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/jewel/TourDeJewel/target/javascript/bin/js-debug/App.js:10:1 Although Alert seems to work. Maybe dialogPolyfill is not needed anym