Re: Select multiple rows in a Jewel DataGrid/VirtualDataGrid

2023-05-16 Thread Yishay Weiss
As far as I know, that does not exist out of the box. In Basic, at least, you do have MultiSelectionList. So I would try playing with the beads of DataGridColumnList to make them more like MultiSelectionList, and then adding the necessary top level component methods, such as "get

Select multiple rows in a Jewel DataGrid/VirtualDataGrid

2023-05-16 Thread Hugo Ferreira
Hi, Does anyone know how to select multiple records simultaneously in a Jewel DataGrid/VirtualDataGrid? The purpose is to select and be able to eliminate several in a row. Thanks, Hugo.

Re: My Apache Royale Web Application now as a PWA Mobile App on Google Play

2023-05-16 Thread Hugo Ferreira
Thank you. Alina Kazi escreveu no dia terça, 16/05/2023 à(s) 18:54: > Great Hugo. Keep up the good work :) > > -Alina Kazi > > On Tue, 16 May 2023, 9:46 pm Maria Jose Esteve, wrote: > > > It looks very good Hugo, I like it. > > Congratulations. > > > > Hiedra > > > > -Mensaje original-

RE: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Maria Jose Esteve
Hahahahaha, thanks Yishay, those 40 minutes were ETERNAL  Ok, now when I get back from dinner I will try it. Hiedra -Mensaje original- De: Yishay Weiss Enviado el: martes, 16 de mayo de 2023 21:00 Para: dev@royale.apache.org Asunto: Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Yishay Weiss
First, to debug this you don't need to wait 40 minutes for the whole ant script to run before it fails. You can simply specify the offending target like so: ant -f ApproveRoyale.xml build_maven -Drelease.version=0.9.10 One thing you can try is to set vmlauncher [1] to false in line 810

RE: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Maria Jose Esteve
Nothing, still with error [1] - I have compiled with the call ant -v -e -f ApproveRoyale.xml -Drelease.version=0.9.10 -Drc=4 instruction. - I modified the ApproveRoyale.xml file in two ways: * Putting blank space between the "-P" and the options. * By adding the -e -X parameters to the

Re: My Apache Royale Web Application now as a PWA Mobile App on Google Play

2023-05-16 Thread Alina Kazi
Great Hugo. Keep up the good work :) -Alina Kazi On Tue, 16 May 2023, 9:46 pm Maria Jose Esteve, wrote: > It looks very good Hugo, I like it. > Congratulations. > > Hiedra > > -Mensaje original- > De: Hugo Ferreira > Enviado el: martes, 16 de mayo de 2023 17:15 > Para: Apache Royale

RE: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Maria Jose Esteve
No, this was not... (I removed the -v ☹ option, I try again). Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: martes, 16 de mayo de 2023 18:08 Para: dev@royale.apache.org Asunto: RE: [DISCUSS] Release Apache Royale 0.9.10 RC4 I ran ant with -v, as suggested by Yishay, and

RE: My Apache Royale Web Application now as a PWA Mobile App on Google Play

2023-05-16 Thread Maria Jose Esteve
It looks very good Hugo, I like it. Congratulations. Hiedra -Mensaje original- De: Hugo Ferreira Enviado el: martes, 16 de mayo de 2023 17:15 Para: Apache Royale Development Asunto: My Apache Royale Web Application now as a PWA Mobile App on Google Play Hi, First it was a Word-Add

RE: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Maria Jose Esteve
I ran ant with -v, as suggested by Yishay, and it gave me the error detail: Current OS is Windows 10 Using input "Yes" Executing 'mvn.cmd' with arguments: 'clean' '-Poption-with-swf' 'install' The ' characters around the executable and

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Josh Tynjala
You could try adding -e or -X to the mvn command args. That should make Maven display more details about errors. -- Josh Tynjala Bowler Hat LLC On Mon, May 15, 2023 at 7:16 PM Maria Jose Esteve wrote: > I don't have mvn.exe in the /bin directory

My Apache Royale Web Application now as a PWA Mobile App on Google Play

2023-05-16 Thread Hugo Ferreira
Hi, First it was a Word-Add in made with Royale, then a SPA application on my server and now a PWA from this SPA application approved at first on Google Play: https://play.google.com/store/apps/details?id=pt.gcsoftware.backoffice Next will be Windows Store and Apple Store (this one will be a

RE: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Maria Jose Esteve
>Can you say whether you are using mvn or mvn.cmd in normal mvn builds (you can >check by running where mvn in cmd). Yes, I did, and everywhere I found it specified "mvn.cmd" and I have no problem, it is with this script, and I don't know why. > You can also set ant -v for verbose mode and

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Piotr Zarzycki
Josh, Thank you so much for such detailed analysis of my issue. I will look into potential solution. I agree it is not a blocker. Piotr pon., 15 maj 2023 o 23:05 Josh Tynjala napisał(a): > Based on some further investigation, it looks like the Royale compiler > knows how to implement the JS

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Yishay Weiss
Can you say whether you are using mvn or mvn.cmd in normal mvn builds (you can check by running where mvn in cmd). If it's mvn then you can try to simply remove lines 72-74 altogether. On my machine both mvn.cmd and mvn seem to work, although it's a windows machine and supposedly mvn isn't