Re: selectionChange of MX ADG is not implemented

2020-03-11 Thread Alex Harui
We discussed this on March 1. I wrote: “Pretty sure Spark DG “selectionChange” is just “change” for MX ADG”. Is that not the case? I have to stop work for tonight. I will check for your reply tomorrow. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Wednesday, March 11, 2

selectionChange of MX ADG is not implemented

2020-03-11 Thread Serkan Taş
Hi Alex, I migrated to AdvancedDataGrid. Need  selectionChange event to change the content of panel according to the selected line on grid. But I am getting exception for the selectionChange handler does not exist. Should I create a GH issue ? Thanks, Serkan

Refactor in Jewel for DataItemRendererFactoryForCollectionView

2020-03-11 Thread Carlos Rovira
Hi all, I removed Jewel DataItemRendererFactoryForCollectionView in favor of Basic one. Still there's two places where is used, but I removed from the rest of components (List, ButtonBar, Navigation,...). I as well fixed and issue I fixed in Dynamic beads for Jewel versions but was still present

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Serkan Taş
Ok Alex, I am going to prepare simpler test case and create GH issue. 11.03.2020 20:56 tarihinde Alex Harui yazdı: I can’t see the image.  Feel free to open a GH issue and include the image there. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Wednesday, March 11,

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Alex Harui
I can’t see the image. Feel free to open a GH issue and include the image there. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Wednesday, March 11, 2020 at 9:45 AM To: "users@royale.apache.org" Subject: Re: MXAdvancedDataGridItemRenderer XML parsing So to make it clear he

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Serkan Taş
So to make it clear here is the first call and call stack: Android için Outlook'u edinin Kimden: Alex Harui Gönderildi: 11 Mart 2020 Çarşamba 17:28 Kime: users@royale.apache.org Konu: Re: MXAdvancedDataGridItemRenderer XML parsing Isn’t it being called by the databinding system?  I

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Alex Harui
Isn’t it being called by the databinding system? If so, it shouldn’t be causing any problems. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Tuesday, March 10, 2020 at 11:32 PM To: "users@royale.apache.org" Subject: Re: MXAdvancedDataGridItemRenderer XML parsing It is simp

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

2020-03-11 Thread Carlos Rovira
Now for just MAVEN build: (first ensure no files from ANT are present with the previous mails ant wipes and super cleans commands: * ROYALE_COMPILER_HOME: - mvn clean install -DskipTests --quiet * ROYALE_TYPEDEFS_HOME - mvn clean install --quiet * ROYALE_ASJS_HOME: - mvn clean install -

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

2020-03-11 Thread Carlos Rovira
To complement what Alex said and for MAVEN+ANT build: * I run Maven first then ANT * ROYALE_COMPILER_HOME: - ant wipe-all - mvn clean install -DskipTests --quiet * ROYALE_TYPEDEFS_HOME - ant wipe - mvn clean install --quiet * ROYALE_ASJS_HOME: - ant super-clean - mvn clean inst