Uncaught TypeError: Cannot convert [object Object] to IBead (Resolved)

2021-08-10 Thread romanisi...@yahoo.com
I have resolved the issue. I added an element that is not a bead to the beads element tag.The element I added was ""This was a mistake. It is supposed to be here Regards, 

Uncaught TypeError: Cannot convert [object Object] to IBead

2021-08-10 Thread romanisi...@yahoo.com
Hi Everyone, I am developing my first crux based royale app.  I am getting the following errorwhen running the application Uncaught TypeError: Cannot convert [object Object] to IBead at FrontEnd.org.apache.royale.core.ElementWrapper.addBead (ElementWrapper.as:268)    at FrontEnd.org.apache.roya

Re: users Digest 9 Aug 2021 07:13:30 -0000 Issue 1747

2021-08-10 Thread romanisi...@yahoo.com
tBinding". I don't know if this is the most correct way to do it but I think it could be a valid implementation for the double binding you propose.   Hiedra.   De: romanisi...@yahoo.com Enviado el: jueves, 5 de agosto de 2021 13:49 Para: users@royale.apache.org Asunto: Re:

RE: users Digest 5 Aug 2021 01:58:36 -0000 Issue 1739

2021-08-09 Thread romanisi...@yahoo.com
implementation for the double binding you propose.   Hiedra.   De: romanisi...@yahoo.com Enviado el: jueves, 5 de agosto de 2021 13:49 Para: users@royale.apache.org Asunto: Re: users Digest 5 Aug 2021 01:58:36 - Issue 1739   Unfortunately it does not work.   One clarifica

Re: users Digest 5 Aug 2021 01:58:36 -0000 Issue 1739

2021-08-05 Thread romanisi...@yahoo.com
Is there someone I can contact ? A mailing list administrator  ? Sent from Yahoo Mail on Android On Thu, 5 Aug 2021 at 14:15, Piotr Zarzycki wrote: I'm not sure what do you mean by that ?  czw., 5 sie 2021 o 15:01 romanisi...@yahoo.com napisał(a): Hi everyone, Is there an admi

Re: users Digest 5 Aug 2021 01:58:36 -0000 Issue 1739

2021-08-05 Thread romanisi...@yahoo.com
Hi everyone, Is there an admin for this mailing list ? I would appreciate if someone can share his or her mail address. Sent from Yahoo Mail on Android On Thu, 5 Aug 2021 at 13:49, romanisi...@yahoo.com wrote: I didn't know. Thanks for this. I will see if if I can use another

Re: users Digest 5 Aug 2021 01:58:36 -0000 Issue 1739

2021-08-05 Thread romanisi...@yahoo.com
e the case for others as well. Thanks,Piotr czw., 5 sie 2021 o 13:49 romanisi...@yahoo.com napisał(a): Unfortunately it does not work. One clarification from your earlier response. Where am I supposed to add the following " To activate the binding you must add the corresponding bead: , in cas

Re: users Digest 5 Aug 2021 01:58:36 -0000 Issue 1739

2021-08-05 Thread romanisi...@yahoo.com
thing like this:          I hope this helps. See you tomorrow.   Hiedra.   De: romanisi...@yahoo.com Enviado el: miércoles, 4 de agosto de 2021 21:55 Para: users@royale.apache.org Asunto: Access current State from other files?   Hi Everyone,   I have c

Access current State from other files?

2021-08-04 Thread romanisi...@yahoo.com
Hi Everyone, I have created a simple application with two views one for a login form and the other is main view that shows the application. To make the code readable I decided to put the view definition in separate files and call them from the Responsive View. I have defined the states of the ap

Re: Errors with Crux quick start

2021-07-01 Thread romanisi...@yahoo.com
Seen the issue.     It was wrong spelling of CruxConfig. It compiles now. On Thursday, July 1, 2021, 06:18:24 PM GMT+1, romanisi...@yahoo.com wrote: Hi, I am trying to create my own crux quick start application. I am following the crux example. I get the following errors when

Errors with Crux quick start

2021-07-01 Thread romanisi...@yahoo.com
Hi, I am trying to create my own crux quick start application. I am following the crux example. I get the following errors when compiling CruxQuickStart.mxml(47):col: 16 Error: Cannot parse a value of type 'org.apache.royale.crux.ICruxConfig' from ''.                 then CruxQuickStart.mxml(48)

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

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

2021-06-24 Thread romanisi...@yahoo.com
, asconfigc, mvn? Te faltará indicar la dependencia a MXRoyale.swc/MXRoyaleJS.swc     De: romanisi...@yahoo.com Enviado el: martes, 22 de junio de 2021 11:38 Para: users@royale.apache.org Asunto: Switching from js remoteObject to mx remoteObject     Hi everyone,   I am t

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

2021-06-24 Thread romanisi...@yahoo.com
out. Regards, On Thursday, June 24, 2021, 06:45:59 PM GMT+1, romanisi...@yahoo.com wrote: 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 optio

Blaze ds does not serialize typed java arrayList to as3 arrayList correctly

2021-06-22 Thread romanisi...@yahoo.com
Hi everyone, I have the following classes server side  public class ShortType {   private List values;      // values has getter and setter }   public class StringType {   private List values;      // values has getter and setter }   With their corresponding as3 classes   import org.apache.roya

Switching from js remoteObject to mx remoteObject

2021-06-22 Thread romanisi...@yahoo.com
Hi everyone, I am trying to switch from using js:RemoteObject to mx:RemoteObject.I have studied the code in the "remote object amf test" project. I am using jewel for the application. After registering the mx namespacein the relevant places xmlns:mx="library://ns.apache.org/royale/mx" During com

Re: users Digest 15 Jun 2021 21:06:12 -0000 Issue 1717

2021-06-15 Thread romanisi...@yahoo.com
source was helpful. https://github.com/apache/royale-asjs/blob/develop/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml Thanks everyone. On Tuesday, June 15, 2021, 12:17:11 PM GMT+1, romanisi...@yahoo.com wrote: I am trying to call my blazeds service from royale.Trying to fo

Support for GenericDTO

2021-06-15 Thread romanisi...@yahoo.com
Hi everyone, >From previous royale (flex) docs. I can see that it is possible to bind ui >forms to action script objects (DTO's). i.e actionscirpt classes with public >getter and setter methods. The ORM we are using accepts and returns data as custom generic data transfer objects (GenericDTO).

Re: Error using js:remoteObject

2021-06-15 Thread romanisi...@yahoo.com
y, June 15, 2021, 12:17:11 PM GMT+1, romanisi...@yahoo.com wrote: I am trying to call my blazeds service from royale.Trying to follow the guidelines specified here https://apache.github.io/royale-docs/features/loading-external-data/remoteobject I get the following error

Error using js:remoteObject

2021-06-15 Thread romanisi...@yahoo.com
I am trying to call my blazeds service from royale.Trying to follow the guidelines specified here https://apache.github.io/royale-docs/features/loading-external-data/remoteobject I get the following error: [onFault]  AbstractMessage.readExternalLanguage.as:254 ReferenceError: Error #1056: Cannot

Re: BlazeDS serialization error

2021-06-15 Thread romanisi...@yahoo.com
1, 10:42:18 AM GMT+1, romanisi...@yahoo.com wrote: Just to provide further information. I am testing the end point using the java amf client library as follows AMFConnection amfConnection = new AMFConnection(); List contacts = null; try {   String url = "http://127.0.0.1:8080/me

Re: BlazeDS serialization error

2021-06-11 Thread romanisi...@yahoo.com
Contacts -- ");      logger.info(" contact size: " + contacts.size());        return contacts;   } } Any ideas ? On Friday, June 11, 2021, 09:23:07 AM GMT+1, romanisi...@yahoo.com wrote: Thanks for your response. But that is what I did for the class "com.demo.hellobl

Re: BlazeDS serialization error

2021-06-11 Thread romanisi...@yahoo.com
021-06-10 23:44 romanisi...@yahoo.com ha scritto: Hi, I just set up my own spring boot blazeds project. I tried to follow the example "SampleAmfWebApp"project. I wrote a java client to connect to my amf end point. http://127.0.0.1:8080/messagebroker/websocket-amf   I get the following er

BlazeDS serialization error

2021-06-10 Thread romanisi...@yahoo.com
Hi, I just set up my own spring boot blazeds project. I tried to follow the example "SampleAmfWebApp"project. I wrote a java client to connect to my amf end point. http://127.0.0.1:8080/messagebroker/websocket-amf I get the following error when running the test class. attempt to connect via am

How to create Modules with MoonShine IDE

2021-06-01 Thread romanisi...@yahoo.com
Hi, I have switched to using moonshine to learn royale. I have been creating projects using moonshine (no maven). My currently challenge is how to create a module in Moonshine.I have read the following link https://royale.apache.org/dividing-an-apache-royale-application-with-modules/ The above l

support for the "presentation model" in crux

2021-05-21 Thread romanisi...@yahoo.com
Hi Everyone, I am new to apache royale. Currently learning it by working on the examples mentioned in the site. (helloWorld, commit log  examples e.t.c). I intend to after completing some of the examples to proceed to port a module of an existing app I have developed in ZK framework using the pr