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,
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
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:
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
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
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
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
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
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
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
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)
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
, 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
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
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
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
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
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).
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
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
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
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
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
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
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
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
26 matches
Mail list logo