RE: [EXTERNAL] Re: users Digest 23 Jun 2021 15:46:41 -0000 Issue 1724

2021-06-24 Thread Brian Raymes
The register class alias below needs to be modified to the following. This will treat ArrayCollections as ArrayLists from BlazeDS. // Treat ArrayCollection locally as Royale ArrayList registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList); Brian From: romanisi...@yahoo.com Sent:

RE: Select multiple items in jewel dropdown list

2021-06-24 Thread Maria Jose Esteve
DropDownList with multiple selection? As far as I know, not in Jewel. Hiedra De: romanisi...@yahoo.com Enviado el: jueves, 24 de junio de 2021 20:03 Para: users@royale.apache.org Asunto: Select multiple items in jewel dropdown list I was going through sample code and royale documentation for je

Re: users Digest 23 Jun 2021 15:46:41 -0000 Issue 1724

2021-06-24 Thread romanisi...@yahoo.com
Good Day, Thanks for your response. I have resolved the issues I was having. I have been able to do test with mx royale remote object. I discovered that I had to use the maven compilation option "option-with-swf". Then added some more dependencies. I looked up the dependencies from the parent

Re: users Digest 24 Jun 2021 17:47:56 -0000 Issue 1725

2021-06-24 Thread romanisi...@yahoo.com
David thanks for your mail. For this example, I am using vs code with maven to compile the project. I intend to try out moonshine again. I had an issue with the maven plug in when using moonshine. But I was told it has been fixed with the lastest moonshine update. I have fixed the mx remote ob

Select multiple items in jewel dropdown list

2021-06-24 Thread romanisi...@yahoo.com
I was going through sample code and royale documentation for jewel DropDownList. I noticed that it does not seem to support the ability to select more than one item at the sametime.This is needed for fields that are multi valued.  Is there another royale ui jcontrol that allows selection of mult