Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-10 Thread Serkan Taş
It is simple Alex, static function is called before the data binding. Android için Outlook'u edinin On Wed, Mar 11, 2020 at 8:38 AM +0300, "Alex Harui" wrote: I have no idea what question/problem you have.  Please re-state it.   -Alex   From: Serkan Taş Reply-To

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-10 Thread Alex Harui
I have no idea what question/problem you have. Please re-state it. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Tuesday, March 10, 2020 at 10:28 PM To: "users@royale.apache.org" Subject: Fwd: MXAdvancedDataGridItemRenderer XML parsing Just to remind, may be lost during t

Fwd: MXAdvancedDataGridItemRenderer XML parsing

2020-03-10 Thread Serkan Taş
Just to remind, may be lost during thread 9.03.2020 22:15 tarihinde Serkan Taş yazdı: Forgot to add the note : No exception thrown anyway for the null data. 9.03.2020 22:12 tarihinde Serkan Taş yazdı:

Re: VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Alex Harui
Just look in the files referenced in the output like /mnt/c/dev/royale-asjs/target/rat.txt It should tell you what file it didn’t like. Sometimes an interrupted Maven build will leave an unexpected file. HTH, -Alex From: Brian Raymes Reply-To: "users@royale.apache.org" Date: Tuesday, March 1

RE: VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Brian Raymes
Ah, good to know. If that’s the case, then some git ignore must be hiding the differences that I wasn’t seeing. I’ll do more testing. Thank you. Brian From: Alex Harui Sent: Tuesday, March 10, 2020 5:09 PM To: users@royale.apache.org Subject: Re: VSCode + Royale SDK: Ant != Maven Distribution

Re: VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Alex Harui
It can be tricky to run both Maven after running Ant in a folder. Maven knows how to clean up its own stuff with the “clean” target but doesn’t know to clean up stuff from Ant and often that’s the reason for a RAT error. Running “ant super-clean” should remove all of the Ant stuff, but there m

RE: VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Brian Raymes
Now, strangely, in both Windows CMD or WSL, I see the same RAT error when trying to build with maven. I have verified that my git clone is the latest and clean. From: Brian Raymes Sent: Tuesday, March 10, 2020 4:25 PM To: users@royale.apache.org Subject: RE: VSCode + Royale SDK: Ant != Maven Di

RE: VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Brian Raymes
Currently building this on the Windows command line as it fails in WSL Debian (see below). Windows: Source location: c:\dev\royale-asjs Maven build (tried with and without the swf-option): mvn clean install -P with-examples,with-distribution,option-with-swf -DdistributionTargetFolder=c:\dev\ro

Re: VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Carlos Rovira
Hi Brian, Maven should give you code completion without problem. The only issue right now with Maven SDK is if you want to build using SDK in an IDE (in VSCode CMD+SHIFT+ENTER), instead to build with normal maven command (mvn install) using a pom.xml (as normal). Building with IDE was working som

VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Brian Raymes
Hi all, While testing Royale for a migration project, I started with building the latest SDK (update daily) with Ant. Linking the SDK to VSCode was all fine and well until I reported an issue was it was suggested I move to Maven. I now have a Maven project using the latest remote 0.9.7-SNAPSHOT