Modular system with Apache Royale

2017-10-25 Thread Carlos Cruz
Hi; Trying to convert a Flex app to Royale, my first challenge how to simulate modules, any advice regarding simulating the concept of "modules" since I don't think FlexJS/Royale has a module component ? Thx! Carlos

compiler errors

2017-10-27 Thread Carlos Cruz
Before I started the task of building Royale sources since I couldn't find the binaries, I thought I would try latest version of FlexJS, but I'm having some issues I was wondering if anyone had experienced similar problems. Installed Apache FlexJS 0.8.0 with the installer Using flash builder 4.7

RE: compiler errors

2017-10-27 Thread Carlos Cruz
/github.com/prominic/Moonshine-IDE/issues/16 Piotr On Fri, Oct 27, 2017, 16:25 Carlos Cruz mailto:car...@nbtbizcapital.com> > wrote: Before I started the task of building Royale sources since I couldn’t find the binaries, I thought I would try latest version of FlexJS, but I’m having s

royale build error

2017-10-27 Thread Carlos Cruz
When I try to build royale I get the following error: BUILD FAILED C:\flex-sdk\build.xml:157: The following error occurred while executing this line: C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line: C:\flex-sdk\frameworks\downloads.xml:105: The follo

FlexJS SDK

2017-10-28 Thread Carlos Cruz
In case the developers want to know. I get compiler error in Flash Builder 4.7 64 bit on Windows 10 and Flash Builder 4.6 32 bit on Windows 7 64 bit. This is what I'm doing: 1. With the Windows installer I install FlexJS SDK 2. add the SDK to Flash Builder 3. Import he launch

RE: FlexJS SDK

2017-10-29 Thread Carlos Cruz
1:40 AM To: users@royale.apache.org Subject: Re: FlexJS SDK Hi Carlos. What version of FlexJS or Royale did you install, and what error(s) are you getting? Thanks, -Alex From: Carlos Cruz mailto:car...@nbtbizcapital.com> > Reply-To: "users@royale.apache.org <mailto

RE: FlexJS SDK

2017-10-29 Thread Carlos Cruz
Thanks for the input, but the Flex compiler does not have an option “target” (I don’t think so anyways) although I don’t think this is the problem I did try changing the JRE compliance 1.6 and 1.7, FB does not seem to recognize JRE 1.8 (Windows -> preferences -> Java -> compilers -> JDK complian

RE: FlexJS SDK

2017-10-29 Thread Carlos Cruz
unning-adobe-flash-builder-on-mac-with-java-78.html Someday we'll get this information ported over to Royale. Thanks -Alex From: Carlos Cruz mailto:car...@nbtbizcapital.com> > Reply-To: "users@royale.apache.org <mailto:users@royale.apache.org> " mailto:users@

RE: compiler errors

2017-11-01 Thread Carlos Cruz
y I didn't have this "Select Template Type". Let me know if it helps. Thanks for trying Moonshine! Piotr 2017-10-30 18:31 GMT+01:00 Carlos Cruz mailto:car...@nbtbizcapital.com> >: Hi Piotr; I just did it as you described below (not defining an SDK, perso

FlexJS/Royale

2017-11-04 Thread Carlos Cruz
I'm still interested in testing Royale, but in the meantime to get familiar with converting Flex code to FlexJS I started with FlexJS 0.8, I was looking for the API documentation here: http://apacheflexbuild.cloudapp.net:8080/job/FlexJS_ASDoc_Example/lastSucces sfulBuild/artifact/examples/flexjs/A

converting components.

2017-11-13 Thread Carlos Cruz
Hi, I have a few hundred custom components (i.e. a city selector) to convert from Flex to Royale I was wondering if I could get some input or confirmation my approach will be OK. All the components I want to convert are made up of a custom base component using the Flex UIComponent Class th

RE: converting components.

2017-11-14 Thread Carlos Cruz
MXML, we might need to create a new base class for you. HTH, -Alex From: Carlos Cruz mailto:car...@nbtbizcapital.com> > Reply-To: "users@royale.apache.org <mailto:users@royale.apache.org> " mailto:users@royale.apache.org> > Date: Monday, November 13

RE: converting components.

2017-11-14 Thread Carlos Cruz
e's former name) Wiki. You may need to discount older articles. We are planning a migration of current articles. Just remember to replace "flexjs" with "royale" wherever you see it. Regards, Peter Ent Adobe Systems/Apache Royale Project From: Carlos Cru

RemoteObject

2017-11-15 Thread Carlos Cruz
Hi I use RemoteObject extensively to interface with a Java backend, can anyone tell me if RemoteObject is supported in royale ? I tried looking for the example, RemoteObjectAmfTest, mentioned in the emails and forum but I couldn't find it and I couldn't find anything on API resource either.

RE: RemoteObject

2017-11-16 Thread Carlos Cruz
Thanks Carlos and Doug for the information I will try to get it going and share some preliminary results hopefully by early next week. Another question that pops into my head regarding my project; currently I use “SharedObject” for synchronous communications with Red5 server for our telephon

build fails

2017-11-16 Thread Carlos Cruz
Hi I'm trying to build apache-royale-0.9.0-bin and I get this message: BUILD FAILED c:\apache-royale-0.9.0-bin\build.xml:547: The following error occurred while executing this line: c:\apache-royale-0.9.0-bin\frameworks\build.xml:117: The following error occurred while executing this line:

RE: build fails

2017-11-17 Thread Carlos Cruz
/lastSuccessfulBuild/artifact/out/ Also, you shouldn't need to build the –bin packages, they are already built. If you are using SWF and JS, you will need to run the InstallAdobeSDKs.xml script: ant –f InstallAdobeSDKs.xml HTH, -Alex From: Carlos Cruz mailto:car...@nbtbizcapital.com>

building Royale

2017-11-19 Thread Carlos Cruz
I'm wondering if the name Royale was not named after the whisky Crown Royale, because surely Apache Royale is going to drive some users to drinking (maybe me) J ... just to share my results. When I try to build with ant it fails because it can't find AdobeAIRSDK.zip even though it's in the download

RE: building Royale

2017-11-20 Thread Carlos Cruz
I wanted to reply yesterday but I got busy. In trying to follow the instruction from : https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven the maven build fails on step #6 Build the Framework (royale-asjs) using "ant" I think the default task is "all" it fails with the pr

RE: building Royale

2017-11-21 Thread Carlos Cruz
s event this mvn clean install -DskipTests should work for you. Alex is Working on renaming and fix the tests is included in that work Thanks 2017-11-21 3:28 GMT+01:00 Carlos Cruz mailto:car...@nbtbizcapital.com> >: I wanted to reply yesterday but I got busy. In t

RE: building Royale

2017-11-22 Thread Carlos Cruz
ce how to use it cause it os not yet officially support Royale. In case of Moonshine there is an instruction here [1] [1] https://github.com/apache/royale-asjs/wiki/Moonshine-IDE Thanks, Piotr On Wed, Nov 22, 2017, 04:11 Carlos Cruz mailto:car...@nbtbizcapital.com> > wrote: Hi; Today I

RE: Royale Documentation

2018-01-04 Thread Carlos Cruz
It’s things like this that might discourage potentials users (btw including me). If it’s because of bandwidth and you need somewhere to host any documentation I have some older systems (dell 1950 / hp g5) on vSphere on line not doing anything I can set up a VM for your use as long as concurrent

RE: Royale Documentation

2018-01-05 Thread Carlos Cruz
Olaf; I wasn't complaining, I was stating a fact based on my own personal search and asking if the issue was hosting, if it was I was offering a free option. Carlos -Original Message- From: Olaf Krueger [mailto:m...@olafkrueger.net] Sent: Friday, January 5, 2018 1:42 AM To: users@roya

RE: Apache Royale (old Apache FlexJS) website is released

2018-01-10 Thread Carlos Cruz
It looks very nice! Carlos Cruz From: carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] On Behalf Of Carlos Rovira Sent: Wednesday, January 10, 2018 5:27 PM To: users@royale.apache.org Subject: Fwd: Apache Royale (old Apache FlexJS) website is released Hi, just want to let

RE: RemoteObject

2018-01-11 Thread Carlos Cruz
I may be blind (and or ignorant as I'm more familiar with Flex) but where are you sending an AMF request? I don't see any code that sends a request to a service and invokes method. -Original Message- From: coxfrederic [mailto:coxfrede...@gmail.com] Sent: Thursday, January 11, 2018 9:09 PM

RE: RemoteObject

2018-01-14 Thread Carlos Cruz
otected function amfTestService_resultHandler(event:ResultEvent):void { statusLabel.text = "result!"; } none of the events are triggered ..URL is http://winkelbeheer.cityfashion.be/amfphp/gateway.php On Fri, Jan 12, 2018 a

web app to mobile air conversion advise

2018-08-23 Thread Carlos Cruz
I have a small team converting some Flex web applications to AIR desktop and mobile (for now just Android) the central idea of how the web app works is 1 Application loads the other applications as modules (ie contact manager, calendar, etc.) dynamically adding the loaded modules to a custom menu,

RE: web app to mobile air conversion advise

2018-08-28 Thread Carlos Cruz
g. If you need to load a module over the network at runtime, ModuleLoader should still work. HTH, -Alex From: Carlos Cruz mailto:car...@nbtbizcapital.com> > Reply-To: "users@royale.apache.org <mailto:users@royale.apache.org> " mailto:users@royale.apache.org> > Dat

Royale Browser Project projects creating MXML

2019-01-16 Thread Carlos Cruz
Hi All, hope I'm asking my question on the right list. I recently started testing out Royale to create JS apps (Royale Browser Project). Is there any reason I'm not able to create MXML files, it's grayed out (about Moonshine output bellow)? Thanks any help! Carlos --- Thi

RE: Royale Browser Project projects creating MXML

2019-01-17 Thread Carlos Cruz
Sorry for the problems. Thanks for using Moonshine, Piotr On Wed, Jan 16, 2019, 11:04 PM Carlos Cruz mailto:car...@nbtbizcapital.com> > wrote: Hi All, hope I’m asking my question on the right list. I recently started testing out Royale to create JS apps (Royale Browser Project). Is