Royale framework and Adobe Air

2022-04-06 Thread Spiros Aggelopoulos
Hi, 

 

I was already used  Royale with  Jewel  for a few projects and I am very
happy from the results.

 

As a question does anybody uses the framework to output an Adobe Air
application ( desktop or mobile) ? And if the answer is yes is it possible
to share some thoughts.  

 

 

Spiros

 

 

 

 



RE: Royale framework and Adobe Air

2022-04-06 Thread Yishay Weiss
I don’t know if it should being done, but it is possible. You can see an 
example here

royale-asjs/examples/royale/MapSearch at develop · apache/royale-asjs 
(github.com)

From: Spiros Aggelopoulos
Sent: Wednesday, April 6, 2022 11:22 AM
To: dev@royale.apache.org
Subject: Royale framework and Adobe Air

Hi,



I was already used  Royale with  Jewel  for a few projects and I am very
happy from the results.



As a question does anybody uses the framework to output an Adobe Air
application ( desktop or mobile) ? And if the answer is yes is it possible
to share some thoughts.





Spiros











RE: Royale framework and Adobe Air

2022-04-06 Thread Yishay Weiss
> should being done
* is being done

From: Yishay Weiss
Sent: Wednesday, April 6, 2022 1:19 PM
To: dev@royale.apache.org
Subject: RE: Royale framework and Adobe Air

I don’t know if it should being done, but it is possible. You can see an 
example here

royale-asjs/examples/royale/MapSearch at develop · apache/royale-asjs 
(github.com)

From: Spiros Aggelopoulos
Sent: Wednesday, April 6, 2022 11:22 AM
To: dev@royale.apache.org
Subject: Royale framework and Adobe Air

Hi,



I was already used  Royale with  Jewel  for a few projects and I am very
happy from the results.



As a question does anybody uses the framework to output an Adobe Air
application ( desktop or mobile) ? And if the answer is yes is it possible
to share some thoughts.





Spiros











apache/apache-website-template

2022-04-06 Thread Maria Jose Esteve
I have started receiving notifications from "apache/apache-website-template", 
is this normal?

Hiedra



Entity Changed handler

2022-04-06 Thread Hugo Ferreira
Hi,

With Flex, all my VO extends from Entity (a class of my framework) and I
have the following in Entity:

ChangeWatcher.watch(this, fieldName, entityChanged);

So, everytime a field was changed, it runs automatically entityChanged a
change a flag to changed so the backend knows that this VO it to update.
This have being working flawless for years.

I tryed to replicate the same with Royale but seems that all my attenps
around ChangeWatcher failed.
The isRunning property is always false.

ChangeWatcher is not ready and should I go thru another route ?