Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-03 Thread Alex Harui
ct off? Is it in a releasable state? On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala wrote: > I'm going to give this another shot in a couple of hours, unless there are > any objections. > > Thanks, > Om > > On Mon, Oct 1

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-03 Thread Alex Harui
Wed, Oct 3, 2018 at 12:41 AM Alex Harui wrote: > It was in a releasable state. TourDeFlex was running on it. > > I'm trying to track down the change that broke it. > > -Alex > > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" wrote:

Re: [royale-asjs] 01/01: Merge pull request #309 from pashminakazi/branch21

2018-10-03 Thread Alex Harui
Alina and Pashmina, Please make sure your code compiles before committing. -Alex On 10/2/18, 10:28 PM, "alinak...@apache.org" wrote: This is an automated email from the ASF dual-hosted git repository. alinakazi pushed a commit to branch develop in repository https://na01.saf

Re: Migrating Enterprise Flex Application

2018-10-03 Thread Alex Harui
Hi, Royale doesn't currently support resource bundles. It is on my list of things to investigate to see how hard it will be to support it. The main challenge is that resource bundles are pre-compiled ABC code and we really want the raw strings. Royale does have a different, lightweight sub-s

Re: [royale-asjs] annotated tag org.apache.royale.framework-0.9.4-rc1 updated (29713a0 -> 25c496e)

2018-10-03 Thread Alex Harui
Carlos, I would recommend that you contact SourceTree and find out what you can do to prevent this. -Alex On 10/3/18, 3:47 AM, "carlosrov...@apache.org" wrote: This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a change to annotated tag org.

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-03 Thread Alex Harui
ernet connection. I am wondering if we can > pass a -rf (resume from) option to the maven call from ant? Otherwise > doing all this from scratch everytime is a big pain. > > Thanks, > Om > > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui >

Re: Work on Emulation

2018-10-04 Thread Alex Harui
de serkan@likyateknoloji.com<mailto:serkan....@likyateknoloji.com> yazdı: Hi Alex, Here are my comments inline... Alinti Alex Harui <mailto:aha...@adobe.com> Hi Serkan, I would advise against using -include-libraries. There is no need to copy MXRoyale into AS3CoreLib and

Re: Getting An Emulation Component To Run

2018-10-04 Thread Alex Harui
The first thing to do is run the app in a debugger to see if you get exception indicating a point of failure. A fair number of components are working well enough for TourDeFlex to work. Many times it will be a simple fix to one of the components that already runs in TourDeFlex. If it is relat

Re: [royale-asjs] branch develop updated: Update CategoryAxis.as

2018-10-04 Thread Alex Harui
I don't think CategoryAxis should be a UIComponent. It doesn't look like it was in Flex. Check the Flex class inheritance when choosing a base class. You don't always have to use the same base class, but it should help you decide whether it should be a UIComponent or not. Thanks, -Alex On

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-04 Thread Alex Harui
that, but you will need reliable uploading to repository.a.o to be an RM without going crazy. -Alex On 10/3/18, 2:11 PM, "OmPrakash Muppirala" wrote: On Wed, Oct 3, 2018 at 2:02 PM Alex Harui wrote: > Hi Om, > > Does anything deploy, or is that the

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-04 Thread Alex Harui
> >> [exec] [INFO] [ERROR] [Help 1] > >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-04 Thread Alex Harui
HTH, -Alex On 10/4/18, 9:16 AM, "OmPrakash Muppirala" wrote: I am curious about why we are uploading example swcs to maven central. What is the usecase? Thanks, Om On Thu, Oct 4, 2018, 2:26 AM Alex Harui wrote: > We are using both Maven

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-04 Thread Alex Harui
ojoExecutionException&data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597410393&sdata=h7JvjV%2FfSuFmxtd4b9AltWlFmKnpq90N8XRuOGftycE%3D&reserved=0 > > > > [exec] [INFO] [ERROR] > > > > [exec] [INFO] [ERROR] After correctin

Re: Migrating Enterprise Flex Application

2018-10-04 Thread Alex Harui
AdvancedTableDataGrid is normally in a SWC? I wonder if the Royale compiler supports package paths instead of URIs for SWCs. Are package paths for SWC components working elsewhere?You might need to use the -js-source-path+=com/infogix/iitap/component/flexuiplatform/controls/datagrid optio

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-04 Thread Alex Harui
t in your local.properties: continueOption=-rf JewelExample You will probably need to use different names for each call to Maven so subsequent Maven calls don't pick up the same option. HTH, -Alex On 10/4/18, 11:58 AM, "OmPrakash Muppirala" wrote: On Thu, Oct 4, 2018 at 1:4

Re: [royale-asjs] branch develop updated: clean compile of 'full' Flex mx:RemoteObject

2018-10-04 Thread Alex Harui
ta=sHQ3FYHCJbXwLPCk6nPg3uq4HfYYyVBV89a2CRREMoE%3D&reserved=0 > > > The following commit(s) were added to refs/heads/develop by this push: > new 16e9336 clean compile of 'full' Flex mx:RemoteObject > 16e9336 is described below > > comm

Apache Royale Jenkins CI (was Re: [Discuss] Start release process 0.9.3)

2018-10-04 Thread Alex Harui
Hi, It turns out that the checkintest do not actually run on master. They must run on the agent. We've not been actually testing our code. The player does not launch and then the flashlog from the last test to run on the agent is reported on. I am in the process of moving the builds that ha

Re: Migrating Enterprise Flex Application

2018-10-04 Thread Alex Harui
Sorry, I thought we had a -js-source-path option. I think package paths in SWCs did work in Flex. I haven't tried it in Royale, so I'm wondering if you've seen it work and it isn't working in this one case. -Alex On 10/4/18, 10:13 PM, "chembali" wrote: I am trying the package paths fo

Re: Check is something is Class or instance in Royale

2018-10-05 Thread Alex Harui
Hi Carlos, Use of "is" is transpiled into a call to Language.is. I think Language.is should special case the test for Class. Try updating Language.is and see if that is what you need. -Alex On 10/5/18, 11:13 AM, "Carlos Rovira" wrote: Hi, in js, check if something is a class

Re: Reflection TypeDefinition API gives unexpected results

2018-10-06 Thread Alex Harui
Other than the missing static const, the rest looks correct to me. When you use [Bindable], the class is "re-based" on top of EventDispatcher if the base class isnnt' already an IEventDispatcher. [Bindable] requires the dispatching of change events. HTH, -Alex On 10/6/18, 11:33 AM, "Carlos

Re: Class that doesn't extend nothing reports extends EventDispatcher

2018-10-06 Thread Alex Harui
If you used [Bindable] on the class then it gets re-based on EventDispatcher. [Bindable] requires dispatching of events. HTH, -Alex On 10/6/18, 6:18 AM, "Carlos Rovira" wrote: Hi, I have a simple class public class UserController implements IController { ...

Re: Check is something is Class or instance in Royale

2018-10-06 Thread Alex Harui
> trace("is NOT Class"); // I expect to get this trace > > > > } > > > > > > > > but browser reports: > > > > > > > > [Error] ReferenceError: Can't find variable: Class is > (Language.js:147)

Re: [royale-compiler] 01/03: fix bracket access of XML/XMLList

2018-10-07 Thread Alex Harui
to be handled differently that strings and left hand of assignment should be different than right-hand. > > I hope this info is helpful… > > Harbs > >> On Oct 2, 2018, at 9:25 PM, Alex Harui mailto:aha...@adobe.com.INVALID>> wrote: >>

Re: Check is something is Class or instance in Royale

2018-10-07 Thread Alex Harui
that is used in the wild…) HTH, Harbs > On Oct 7, 2018, at 9:28 AM, Alex Harui wrote: > > Ah yes, Class is currently in missing.js in typedefs because so far nobody needed it at runtime. > > I kind of wish we could avoid creating a dummy Class a

Re: Reflection TypeDefinition API gives unexpected results

2018-10-07 Thread Alex Harui
I'm pretty sure I saw Metadata work in manualtests/ReflectionTest at one point in time. It could be broken now, or maybe you can follow that example in your code. HTH, -Alex On 10/7/18, 9:12 AM, "Carlos Rovira" wrote: Thanks Greg, Alex, I now understand that Bindable in a prope

Re: Proxy method calls with RemoteObject

2018-10-08 Thread Alex Harui
I believe I already said I am working on RemoteObject. The Flex compiler generates custom code for mx:RemoteObject. The Royale Compiler currently does not. I am working on it. Thanks, -Alex On 10/8/18, 3:13 AM, "Carlos Rovira" wrote: Hi, I was experimenting trying to get Remot

Re: Migrating Enterprise Flex Application

2018-10-08 Thread Alex Harui
If you create a simple test case, I will see what the Compiler is thinking. Thanks, -Alex On 10/8/18, 1:23 AM, "chembali" wrote: I always get the compile error, but many times it goes ahead and creates the js distribution and the component that I am trying to use works fine. But ma

Re: Retrieving a collection of data and reassign the collection to show in a component with Binding

2018-10-08 Thread Alex Harui
How can collectionOfVOs be a Constant when it is being assigned data off a network request? -Alex On 10/8/18, 11:19 AM, "Carlos Rovira" wrote: When I say this is not working, I mean, I have the data right in place, but the data provider is empty. El lun., 8 oct. 2018 a las 20

Re: Retrieving a collection of data and reassign the collection to show in a component with Binding

2018-10-08 Thread Alex Harui
un., 8 oct. 2018 a las 21:02, Piotr Zarzycki (< >> piotrzarzyck...@gmail.com>) escribió: >> >>> Hi Carlos, >>> >>> Maybe your ComboBox have to use IDataProviderItemRendererMapper ? It's >>> just &g

Re: Retrieving a collection of data and reassign the collection to show in a component with Binding

2018-10-08 Thread Alex Harui
Some kinds of nested binding do work. Others did not work in Flex either. Nested Arrays and Objects and other primitives don't dispatch change events. In Royale, because of PAYG, some basic implementations of ArrayList should not dispatch change events at all. Some other bead or a more expens

Re: Proxy method calls with RemoteObject

2018-10-08 Thread Alex Harui
en, > that's what I need to connect with MX RemoteObject in the same way we use > to do. > > I'll be waiting for your. progress there > > thanks > > Carlos > > > > > > > El lun., 8 o

Re: Migrating Enterprise Flex Application

2018-10-08 Thread Alex Harui
The zip file didn't work for me. I'm not sure how well MenuExample and AccordionExample were tested before the release. -Alex On 10/8/18, 8:40 PM, "chembali" wrote: Will get to this as soon as I can. Here is another issue that I am having. I am trying to take a look at some of the sa

Re: Migrating Enterprise Flex Application

2018-10-08 Thread Alex Harui
That error indicates that something is wrong with the set of beads specified for the class (PanelWithControlBar). I just tried MenuExample and AccordionExample in my local build and they seemed ok. You might want to try a nightly build. HTH, -Alex On 10/8/18, 10:01 PM, "chembali" wrote:

Re: Binding vs. direct assignment

2018-10-09 Thread Alex Harui
IMO, the whole point of any framework is to trade-off size and performance for the convenience of getting your app up and running faster. Any code that is reconfigurable/reusable carries overhead in some way. We use PAYG to reduce some of that overhead, but nothing will ever be as fast and sma

Re: Proxy method calls with RemoteObject

2018-10-09 Thread Alex Harui
oes not have sense to duplicate all the code but I think has sense > to > > see if some little changes can provide the minimal needs. > > > > thanks > > > > > > > > El mar., 9 oct. 2018 a las 0:25, Alex Harui () &g

Re: compc compiler error

2018-10-09 Thread Alex Harui
Hi Bhau, 1. You can look at the TourDeFlex example in examples/mxroyale/tourdeflexmodules. Last time I looked Panels in Modules were showing up correctly. 2. I would try to avoid mixing component sets. Use Basic+HTML or MXRoyale+SparkRoyale. 3. Make sure you are on the latest nightly build.

Re: [Discuss] Start release process 0.9.3

2018-10-10 Thread Alex Harui
(< > piotrzarzyck...@gmail.com>) escribió: > > > Hi Guys, > > > > I will try right now process from my PC. We will see how far I will go > with > > that. > > > > Piotr > > > > czw., 4 paź 2018 o

Re: Proxy method calls with RemoteObject

2018-10-10 Thread Alex Harui
retty much unchanged. -Alex On 10/10/18, 2:33 AM, "Carlos Rovira" wrote: Hi Alex El mar., 9 oct. 2018 a las 18:14, Alex Harui () escribió: > As long as Responders are PAYG and not baked into the basic RO > implementation, it is fine for other

Re: Proxy method calls with RemoteObject

2018-10-11 Thread Alex Harui
.. *SKIPPED* > > [*INFO*] Apache Royale: Framework: Libs: SparkRoyale *SKIPPED* > > I'm trying to build with the 2 commits of the latest failed release > reverted to build 0.9.4. (I think we should revert those since, I suppose >

Re: Getting An Emulation Component To Run

2018-10-11 Thread Alex Harui
parkRoyale Thanks, Alina Kazi From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, October 08, 2018 8:40 PM To: Alina Kazi Subject: Re: Getting An Emulation Component To Run Hi Alina, Please ask these questions on de

Re: [Discuss] Start release process 0.9.3

2018-10-11 Thread Alex Harui
utlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&sdata=gXJ6R%2Fdf0DFd8vp16PjOONvUoqJpm5q7ajbdG5DsQMY%3D&reserved=0 > > Thanks, > Piotr

Re: Proxy method calls with RemoteObject

2018-10-11 Thread Alex Harui
of day at > 00:00...just speculating.. > > I'll try to put mx RO to work and see I see and report :) > > > El jue., 11 oct. 2018 a las 12:18, Carlos Rovira () > escribió: > >> Hi Alex, >> >> yes, I always c

Re: [Discuss] Start release process 0.9.3

2018-10-11 Thread Alex Harui
ately in the next couple of days I won't have time for that. If > someone can do that feel free jump into it. > > Piotr > > On Thu, Oct 11, 2018, 6:43 PM Alex Harui wrote: > > > After digging through the output you pasted, it appears that

Re: Trying to stabilize repos in branches "develop-fix"

2018-10-11 Thread Alex Harui
Carlos, Why is it that last night the builds worked for me without making any changes and the Maven build on builds.a.o was working? Now all of these changes and I have no idea if they make a difference or not. When something is not working for you but working for others, making changes that

Re: [Discuss] Start release process 0.9.3

2018-10-11 Thread Alex Harui
27;m closing for today with all messed up. Tomorrow will try again, or will need to block me in a branch to be able to continue working. Thanks Carlos El vie., 12 oct. 2018 a las 1:53, Alex Harui () escribió: > The 0.9.4 release branch has

Re: Trying to stabilize repos in branches "develop-fix"

2018-10-11 Thread Alex Harui
lease process > not reverted for several days since. > > Hope it makes it more clear. I'm closing for today > > Carlos > > > > El vie., 12 oct. 2018 a las 1:59, Alex Harui () > escribió: > >> Carlos, >> >

Re: [Discuss] Start release process 0.9.3

2018-10-11 Thread Alex Harui
x RO > nor working on my project... > > I'm closing for today with all messed up. Tomorrow will try again, or will > need to block me in a branch to be able to continue working. > > Thanks > > Carlos > > > > &

Re: [Discuss] Start release process 0.9.3

2018-10-11 Thread Alex Harui
On Fri, Oct 12, 2018, 7:12 AM Alex Harui wrote: > Hi Piotr, > > I agree with your sentiments. However, I think one problem is that the > revert emails are misleading. Unlike other commits, the subject of a > revert does not show what branch was change

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Alex Harui
rg%2F5OOR&data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425755026&sdata=LI2jISStQfoEX1idxKoM2FEaZYN7nlOO%2FubKaigVOGo%3D&reserved=0 Thanks, Piotr pt., 12 paź 2018 o 07:39 Alex Harui napisał(a): > Hi Piotr,

Re: Proxy method calls with RemoteObject

2018-10-12 Thread Alex Harui
a (< >> carlosrov...@apache.org>) escribió: >> >>> Ok Alex, >>> >>> I'm trying to create a basic test with Jewel and MX RO. First problem I >>> get is that "symbol" tag inside mx:arguments is not recognized >>

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Alex Harui
0/12/18, 9:13 AM, "Piotr Zarzycki" wrote: I logged in without the problem. Om was on the stage where he was able to upload something. I hope he will respond. Maybe he had some special settings in file. Piotr pt., 12 paź 2018 o 17:55 Alex Harui napisał(a):

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Alex Harui
c178decee1%7C0%7C0%7C636749593496378092&sdata=CXp64oo2O8qMuwV%2BXE14krbu71gQ7sWa1fIbuscajMA%3D&reserved=0': The requested URL returned error: 403 If someone do this for me I can try release process again. Thanks, Piotr pt., 12 paź 2018 o 18:20 Alex Ha

Re: Proxy method calls with RemoteObject

2018-10-12 Thread Alex Harui
be resolved to an ActionScript class. It will be >> ignored. >> >> Maybe it's only recognized in MX environment? if so could it be enhanced >> to be valid in Jewel? >> >> In the other hand, I wasn't able to build mxroyale example RO

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Alex Harui
sion 2.19.1.windows.1 > > However after update I was able to continue process of release. Update > fixes for me some problems with gpg. > > Piotr > > pt., 12 paź 2018 o 18:47 Alex Harui napisał(a): > >> I was able to delete the tag.

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Alex Harui
ck for the first time on the link to the central repository - I was in a connecting state forever. I had to refresh website, actually at that time I did restart my browser. I'm wondering whether other project have such problems... Piotr pt., 12 paź 2018 o 2

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Alex Harui
Hi Jason, I think Piotr's failure was an attempt to download a dependency of a Maven plugin which should come from Maven Central. Om's errors were from uploading to repository.a.o and not Maven Central. I found this article about proxies and Maven: https://stackoverflow.com/questions/38329243/

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Alex Harui
No, some people think the script was trying to upload the RC to Maven Central instead of repository.apache.org. From my reading of the logs, you had a problem downloading a Maven plugin from Maven Central which is allowed, while Om was having trouble uploading to repository.apache.org. I think

Re: Proxy method calls with RemoteObject

2018-10-14 Thread Alex Harui
t; Hi Alex, > > thanks, I try it an now it's working :) > > El vie., 12 oct. 2018 a las 19:55, Alex Harui () > escribió: > >> Hi Carlos, >> >> The Maven build for the RO example was using a template and the compiler >

Re: Royale Compiler Brings Wrong Dependencies

2018-10-14 Thread Alex Harui
Ah yes, I hadn't thought about that. Folks only using Basic should probably find a way to not include MXRoyale and SparkRoyale on the library-paths. So I think some chocies are: -Delete the MXRoyale and SparkRoyale swcs from frameworks/libs and frameworks/js/libs. -Explicitly list which SWCs yo

Re: Proxy method calls with RemoteObject

2018-10-14 Thread Alex Harui
s.js:289) > > So I think there's a bug in the compiler when we have two ROs and one of > them has mx:method declared. > > > El sáb., 13 oct. 2018 a las 9:47, Carlos Rovira () > escribió: > >> Hi Alex, >> >> thanks, I t

Re: Royale Compiler Brings Wrong Dependencies

2018-10-14 Thread Alex Harui
ther that everything should just be available. What about subclassing the basic classes in MXRoyale so we don’t need to declare new CSS dependencies for Basic components there? > On Oct 14, 2018, at 7:26 PM, Alex Harui wrote: > > Ah yes, I hadn't thought abo

Re: Royale Compiler Brings Wrong Dependencies

2018-10-14 Thread Alex Harui
ut trying to separate as much as possible and left users pick up what they really need. thanks Carlos El dom., 14 oct. 2018 a las 19:55, Alex Harui () escribió: > Subclasses just to get around this problem adds weight. It doesn't matter

Re: Proxy method calls with RemoteObject

2018-10-14 Thread Alex Harui
x On 10/14/18, 2:23 PM, "Carlos Rovira" wrote: Hi Alex, El dom., 14 oct. 2018 a las 18:32, Alex Harui () escribió: > Hi Carlos, > > JS proxy doesn't support callProperty yet. Feel free to add it, or I will > after I finish up R

Royale, Emulation, ResourceManager, and Flex

2018-10-14 Thread Alex Harui
Hi, I just pushed support for old Flex resource bundles in Royale. Some people migrating old Flex apps will find it more convenient and may even require that [ResourceBundle] metadata works. The interesting piece of this is that we can use the Flex resource bundles as is. They don't need to

Re: Proxy method calls with RemoteObject

2018-10-14 Thread Alex Harui
end up. It might even be true that -js-dynamic-access is more optimal. -Alex On 10/14/18, 3:02 PM, "Carlos Rovira" wrote: Hi Alex El dom., 14 oct. 2018 a las 23:48, Alex Harui () escribió: > I got the resources working so I will look into Proxy.callProp

Re: Getting An Emulation Component To Run

2018-10-14 Thread Alex Harui
of Application. Also Module does not show anything on screen. Thanks in Advance, Alina -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Thursday, October 11, 2018 12:32 PM To: dev@royale.apache.org Subject: Re: Getti

Re: [Discuss] Start release process 0.9.3

2018-10-15 Thread Alex Harui
org>) >> > escribió: >> > >> >> Hi, >> >> >> >> I think asking ni maven list is our best bet since as we do here, >> surely >> >> they can help and give some light on what's happening, so

Re: Getting An Emulation Component To Run

2018-10-15 Thread Alex Harui
file. Even spark BorderContainer default.css is copied from Flex ->Royale. Thanks, Alina Kazi -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Monday, October 15, 2018 11:15 AM To: dev@royale.apache.org Subject: Re: Ge

Re: Getting An Emulation Component To Run

2018-10-15 Thread Alex Harui
89044220&sdata=T7o0iUjll2S8NMm7ej9YL2zDdO6jnSxLIuxG%2BCT7cfs%3D&reserved=0"; destination="census"/> Thanks in Advance, Alina Kazi -----Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Monday, October 15, 20

Re: Getting An Emulation Component To Run

2018-10-15 Thread Alex Harui
, 2:17 AM, "Alina Kazi" wrote: Hi Alex, Thanks a lot it worked for me. -Alina kazi -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Monday, October 15, 2018 2:07 PM To: dev@royale.apache.org Subject: Re:

Re: Welcome Pushmina Kazi as Apache Royale Committer

2018-10-15 Thread Alex Harui
Welcome from me as well. Do you want us to spell your name as Pushmina or Pashmina? Thanks, -Alex On 10/15/18, 12:31 AM, "Harbs" wrote: Welcome! :-) > On Oct 15, 2018, at 9:55 AM, Pushmina Kazi wrote: > > Thanks Piotr and Yishay > > -Pushmina kazi > >

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Alex Harui
s:147:111) >> dologin (LoginForm.js:181) >> $EH1 (LoginForm.js:226) >> (función anónima) >> fireListener (events.js:744) >> fireListenerOverride (HTMLElementWrapper.js:61) >> handleBrowserEvent_ (events.js:870) >> (función anónima) (event

Re: Getting An Emulation Component To Run

2018-10-15 Thread Alex Harui
El lun., 15 oct. 2018 a las 18:39, Alex Harui () escribió: > Hi Alina, > > Good to know. You (and anybody working with the emulation components) are > expected to keep track of the commits to the royale-compiler as well as the > royale-asjs repos and

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Alex Harui
should work. If other things are not working, I will look into them later. -Alex On 10/15/18, 10:11 AM, "Carlos Rovira" wrote: Hi Alex, El lun., 15 oct. 2018 a las 18:54, Alex Harui () escribió: > There may be a couple of things affecting you. One is that i

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Alex Harui
right? Or maybe I'm missing something? thanks Carlos El lun., 15 oct. 2018 a las 19:15, Alex Harui () escribió: > About 10 hours ago, after I cast the call to send in the example to be > (service.echo as Operation).se

Re: Getting An Emulation Component To Run

2018-10-15 Thread Alex Harui
about how to handle DSK, DSA or DSC. Maybe you can ask internally in Adobe how to deal with that. My guess is that this was added to Flash plugin AMF serialization capabilities. El lun., 15 oct. 2018 a las 19:03, Alex Harui () escribió: > Carlos,

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-15 Thread Alex Harui
El dom., 14 oct. 2018 a las 23:56, Alex Harui () escribió: > Hi, > > I just pushed support for old Flex resource bundles in Royale. Some > people migrating old Flex apps will find it more convenient and may even > require that [ResourceBundle] metada

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-15 Thread Alex Harui
2Fmvnrepository.com%2Fartifact%2Forg.apache.flex.framework%2Fflex-framework&data=02%7C01%7Caharui%40adobe.com%7C44e9502768aa447c4e4508d632ec6449%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636752388204185273&sdata=2LH4UAMhn%2BK0J1V5FbkoOObBb4cYLiFs4PIyEy1dIP4%3D&reserved=0 El

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-15 Thread Alex Harui
ask Chris Dutz what's the reason and see what is his response about it, and if we can if it will be very difficult to do. I think that seems to be the best way to go. El mar., 16 oct. 2018 a las 0:34, Alex Harui () escribió: > Hi Carlos, > &g

Re: Getting An Emulation Component To Run

2018-10-15 Thread Alex Harui
. I think it will be more important later since IExternalizable in itself seems an important addition. Thanks Carlos El lun., 15 oct. 2018 a las 20:21, Alex Harui () escribió: > The classes that represent DSK, DSA and DSC are in the MXRoyale an

Re: Running debug Royale App in Google Chrome

2018-10-16 Thread Alex Harui
I haven't tried Chrome. Did you look to see if there is a discussion somewhere on the internet on how to address this? Or maybe it doesn't matter as the production version probably doesn't write scripts. -Alex On 10/16/18, 2:40 AM, "Carlos Rovira" wrote: Hi, when running whate

Re: Getting An Emulation Component To Run

2018-10-16 Thread Alex Harui
m%7Cd7527a4c73784814602308d633483ad2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636752782647920350&sdata=VDngOh9M2cVLANBNxUhZKA8dEODuWHP2SH7nY4jhjVw%3D&reserved=0 Thanks, Alina Kazi -----Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sen

Re: Proxy method calls with RemoteObject

2018-10-16 Thread Alex Harui
your latest fixes all is working ok :) > thanks! > > El lun., 15 oct. 2018 a las 20:12, Alex Harui () > escribió: > >> Either syntax should work. I just pushed changes to AbstractService that >> got service.echo() to work. >>

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-16 Thread Alex Harui
, 16 oct. 2018 a las 8:33, Alex Harui () escribió: > You can ask Chris if you want. Flex was never made Maven-compatible. > FlexJS/Royale was the first Flex-like SDK to be Maven-compatible. > > -Alex > > On 10/15/18, 10:58 PM, "Car

Re: Running debug Royale App in Google Chrome

2018-10-16 Thread Alex Harui
2F&data=02%7C01%7Caharui%40adobe.com%7Cd361611867004a070fe408d633866e17%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636753049804926911&sdata=ftgyU9EKoesm0rawVe6%2Bv7LGV%2BdlRnsI1os6UkqKNRE%3D&reserved=0 El mar., 16 oct. 2018 a las 18:22, Alex Harui () escribió: > I

FW: Request for Participation in University of Cincinnati - Open Source Survey

2018-10-16 Thread Alex Harui
FYI for anyone who likes taking surveys. On 10/16/18, 11:24 AM, "Sharan Foga" wrote: Hi Everyone Please see below for a message from some researchers from the University of Cincinnati who are running a survey on participation in Open Source. The survey is open to all Apache contr

Re: Proxy method calls with RemoteObject

2018-10-16 Thread Alex Harui
app that has many other things bundled. Thanks El mar., 16 oct. 2018 a las 18:49, Alex Harui () escribió: > Hi Carlos, > > Are you saying you can see that the response from the server was received > by XHR in the browser? > > I can

Re: Getting An Emulation Component To Run

2018-10-17 Thread Alex Harui
am wrong. Thanks for the Help, Alina Kazi -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Tuesday, October 16, 2018 9:33 PM To: dev@royale.apache.org Subject: Re: Getting An Emulation Component To Run Hi Alina, I think there

Re: Getting An Emulation Component To Run

2018-10-17 Thread Alex Harui
ut it was not in Flex. Correct me if I am wrong. Thanks for the Help, Alina Kazi -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Tuesday, October 16, 2018 9:33 PM To: dev@royale.apache.org Subject: Re: Getting An Emul

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-17 Thread Alex Harui
heme projects. Maybe we need to create a project per RB, that will end in its own SWC and artifact for maven. Then we can reference each single RB-SWC in a pom.xml. This implies copy/paste the RB from Apache Flex project. El mar., 16 oct. 2018 a las 18:55, Alex H

Re: Proxy method calls with RemoteObject

2018-10-17 Thread Alex Harui
>> W (App.js:511:1288) >> pw (App.js:642:796) >> Gz (App.js:1045:726) >> create (App.js:908:164) >> start (App.js:909:229) >> Código global (index.html:13) >> >> Now, I'll try to go back in time to a previous commit where it works and

Re: Running debug Royale App in Google Chrome

2018-10-17 Thread Alex Harui
d nobody wants to ear from it ;). So maybe some new version of GCL and GCC should avoid it, or maybe we're using it in out compiler code and we should refactor some of the recommended codes. Anyway, time to archive for now, and revisit at a later time... thanks Carlos El mar., 16 oct. 20

Re: Getting An Emulation Component To Run

2018-10-17 Thread Alex Harui
ew options in Royale. But the basics of how to create a SWC and control what files go in a SWC should be the same. I think you can use: to include all mxml and as files in a folder. HTH, -Alex On 10/17/18, 8:11 AM, "Alex Harui" wrote: Hi Alina, I do not know

Re: Running debug Royale App in Google Chrome

2018-10-17 Thread Alex Harui
Here's the link. https://groups.google.com/forum/#!topic/clojure/ehrD0Bc89ek -Alex On 10/17/18, 1:38 PM, "Alex Harui" wrote: The output showed that the error is coming from base.js in Google closure library not the framework or compiler generated code. I found

Re: Proxy method calls with RemoteObject

2018-10-17 Thread Alex Harui
compiler params I reported was not right, were from >> asconfig.json, >> >> but since I'm using maven I saw there was not setup anything, so I >> setup to >> >> : >> >> >> >> >> >>

Re: Getting An Emulation Component To Run

2018-10-18 Thread Alex Harui
on another library 2. compile-mxml target depends on a library Thanks, Alina Kazi -----Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Thursday, October 18, 2018 2:43 AM To: dev@royale.apache.org Subject: Re: Getting An Em

Re: Proxy method calls with RemoteObject

2018-10-18 Thread Alex Harui
ate off of Flash in the browser. Because you are essentially building out a new UI for a client, your work is not overlapping with my goals as much. -Alex On 10/17/18, 4:08 PM, "Carlos Rovira" wrote: HI Alex, El jue., 18 oct. 2018 a las 0:26, Alex Harui ()

Re: Proxy method calls with RemoteObject

2018-10-19 Thread Alex Harui
ity for someone else like yourself to get experience in js-release issues and help the project. My 2 cents, -Alex On 10/19/18, 2:39 AM, "Carlos Rovira" wrote: Hi Alex El jue., 18 oct. 2018 a las 18:51, Alex Harui () escribió: > I did not realize source ma

Re: Potential gotcha

2018-10-21 Thread Alex Harui
n't sound strange I can fill an issue in GitHub > > Thanks > > Carlos > > > > El jue., 20 sept. 2018 a las 9:52, Harbs () escribió: > >> Good idea. >> >>> On Sep 20, 2018, at 10:46 AM, Alex Haru

Re: Getting An Emulation Component To Run

2018-10-21 Thread Alex Harui
zhliEI%2FXdCs%2BE5wSvaLe8pOwD%2FZYsEtyZJCo18%3D&reserved=0"; xmlns:mx="library://ns.apache.org/royale/mx" > No visual output shown . I want it to work like examples\royale\ModuleExample Thanks in A

  1   2   3   4   5   6   7   8   9   10   >