Re: NextGenAS tutorials on Royale website

2018-10-03 Thread Carlos Rovira
d: > > > > "donated to this website" --> "donated to Apache Royale" > > "Royale 0.8" --> "Royale 0.9.4". > > > > My 2 cents (dang, I'm mentioning money again!), > > -Alex > > > > On 10/2/18, 3:50

Re: NextGenAS tutorials on Royale website

2018-10-03 Thread Carlos Rovira
for them, so as well is ok don't explain why they should use Node. Just my 2cnts... El mié., 3 oct. 2018 a las 0:59, Andrew Wetmore () escribió: > I wish there were a paragraph that explains WHY one would want to use > Node.js at all. It is not self-evident. > > On Tue, Oct

Re: NextGenAS tutorials on Royale website

2018-10-03 Thread Carlos Rovira
t; > I’m making a few small changes/corrections. I’ll be done in a few > minutes. > > > >> On Oct 3, 2018, at 11:24 AM, Carlos Rovira > wrote: > >> > >> Hi, I think a catch with all revisions. Please let me know if it's ok > to go: > >> &

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

2018-10-03 Thread Carlos Rovira
------- > > > No new revisions were added by this update. > > Summary of changes: > > > > -- <http://www.codeoscopic.com> Carlos Rovira Director General M: +34 607 22 60 05 http://www.codeoscopic.com Conócenos en 1 mi

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

2018-10-04 Thread Carlos Rovira
Failed to execute goal > >>>>>>> > >>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as > >>>>>>>(default-compile-as) on project MXRoyale: There were > >>>> errors > >>>>>> during th

Re: NextGenAS tutorials on Royale website

2018-10-04 Thread Carlos Rovira
> > HTH, > Harbs > > [1] > https://blog.npmjs.org/post/178027064160/next-generation-package-management > > > On Oct 3, 2018, at 12:06 PM, Carlos Rovira > wrote: > > > > Ok! publishing! :) > > > > While I publish I want to do share some thoughts

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

2018-10-04 Thread Carlos Rovira
Just created this ticket: SRCTREE-6128 <https://jira.atlassian.com/browse/SRCTREE-6128> Let's see how it evolves Carlos El mié., 3 oct. 2018 a las 19:33, Carlos Rovira (< carlos.rov...@codeoscopic.com>) escribió: > I'll do it's clear source tree is doing som

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

2018-10-04 Thread Carlos Rovira
Hi Alex, full compile of this classes means as well that works? This kind of code since is about 80% not flash dependent, could be working? Just curious thanks Carlos El jue., 4 oct. 2018 a las 20:51, escribió: > This is an automated email from the ASF dual-hosted git repository. > > aharui

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

2018-10-05 Thread Carlos Rovira
. I think Charts will boil > down to drawing on Graphics. > > Hope that makes it more clear, > -Alex > > On 10/4/18, 3:19 PM, "Carlos Rovira" wrote: > > Hi Alex, > > full compile of this classes means as well that works? This kind of >

Check is something is Class or instance in Royale

2018-10-05 Thread Carlos Rovira
es COMPILE::SWF (with "is Class") and COMPILE::JS (with typeof ... ==='function') Could we have this abstracted by compiler? Thanks [1] https://stackoverflow.com/questions/405164/best-method-of-testing-for-a-function-in-javascript -- Carlos Rovira http://about.me/carlosrovira

Re: NextGenAS tutorials on Royale website

2018-10-06 Thread Carlos Rovira
repository of > common libraries, like DefinitelyTyped exists for TypeScript, but that > doesn't meant that someone in the Royale community couldn't get the > momentum started. > > - Josh > > On 2018/10/04 09:13:54, Carlos Rovira wrote: > > Hi Harbs, > >

Re: Check is something is Class or instance in Royale

2018-10-06 Thread Carlos Rovira
; 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, che

Re: Check is something is Class or instance in Royale

2018-10-06 Thread Carlos Rovira
> On Sat, Oct 6, 2018, 10:54 AM Carlos Rovira > wrote: > > > Hi Alex, > > > > I'm very new to Language.as, so I'll try to do my best. > > > > I'm trying to add to Language.as "is" function this: > > > > if(rightOperand === Cla

Class that doesn't extend nothing reports extends EventDispatcher

2018-10-06 Thread Carlos Rovira
ss does no extends EventDispatcher) this has some explanation or maybe this is a bug? thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Check is something is Class or instance in Royale

2018-10-06 Thread Carlos Rovira
not if (are[0] is object) - does it not cover all of the cases? > > > On Sat, Oct 6, 2018, 2:48 PM Carlos Rovira > wrote: > > > No, arr[0] has an instance of a custom typed object. > > > > El sáb., 6 oct. 2018 a las 10:58, Piotr Zarzycki (< > > piotrzarzyck...

Reflection TypeDefinition API gives unexpected results

2018-10-06 Thread Carlos Rovira
adata, I put [Bindable] as well since is already used, but I don't see any signals of any one of them I must say that I have in config/compile-swf-config.xml this code: Bindable ... ... Inject and building with maven Is this a bug, or maybe this API is unfinished ? or maybe I'm missing something ? Thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Reflection TypeDefinition API gives unexpected results

2018-10-07 Thread Carlos Rovira
e reflectable (not the case with > the google event base classes on the js side). > > Hope there is something helpful there for now. > > -Greg > > > On Sun, Oct 7, 2018 at 7:33 AM Carlos Rovira > wrote: > > > Hi, > > > > I'm trying to do some

Re: Check is something is Class or instance in Royale

2018-10-07 Thread Carlos Rovira
ugin-scheme in Language-is so you can mixin more > tests if you need it. Right now it tests for Array which might be > just-in-case code. > > > > Thoughts? > > -Alex > > > > On 10/6/18, 9:51 AM, "Carlos Rovira" <mailto

Re: Reflection TypeDefinition API gives unexpected results

2018-10-08 Thread Carlos Rovira
:00, Alex Harui () escribió: > 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" wrot

Proxy method calls with RemoteObject

2018-10-08 Thread Carlos Rovira
all have in our code bases. thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-08 Thread Carlos Rovira
ready 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, > >

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

2018-10-08 Thread Carlos Rovira
s due to a complete reassignment of the dataProvider. I think this worked in Flex, if I can recall right. Can someone post some solution for this or let me know if see some problems in the way I'm creating this? Maybe I'm missing something? thanks -- Carlos Rovira http://about.me/carlosrovira

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

2018-10-08 Thread Carlos Rovira
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:17, Carlos Rovira () escribió: > Hi, > > I'm retrieving a collection of VOs and storing in a class > > something like this > > someC

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

2018-10-08 Thread Carlos Rovira
just > a shot. > > Piotr > > On Mon, Oct 8, 2018, 8:24 PM Alex Harui wrote: > > > 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&

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

2018-10-08 Thread Carlos Rovira
uggestions. Carlos El lun., 8 oct. 2018 a las 22:08, Carlos Rovira () escribió: > Hi Piotr, > > Jewel ComboBox uses DataItemRendererFactoryForCollectionView that > implements IDataProviderItemRendererMapper > thanks > > El lun., 8 oct. 2018 a las 21:02, Piotr Zarzycki

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

2018-10-08 Thread Carlos Rovira
Just to be sure: someClass is Bindable at level class, and collectionOfVOs is not marked as Bindable since the class already is. I suppose this works like in Flex right ? if the Class is Bindable, all members are Bindable right? El lun., 8 oct. 2018 a las 22:15, Carlos Rovira () escribió: >

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

2018-10-08 Thread Carlos Rovira
n the same file. El lun., 8 oct. 2018 a las 22:57, Olaf Krueger () escribió: > Ahh sorry, I didn't see the latest answers before posting so my post is a > duplicate to Harbs post ;-) > > > > > -- > Sent from: http://apache-royale-development.20373.n8.nabble.com/ > -- Carlos Rovira http://about.me/carlosrovira

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

2018-10-08 Thread Carlos Rovira
nd 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 expensive > implemention will. > > HTH, > -Alex >

Re: Proxy method calls with RemoteObject

2018-10-08 Thread Carlos Rovira
at could be the most quick and easy way to get this while the full RO implementation is on the works? Now that I'm starting to grow the app code base I can rely on a result handler full of if-then-else Thanks for any help on this Carlos El lun., 8 oct. 2018 a las 18:52, Carlos Rovira ()

Re: Proxy method calls with RemoteObject

2018-10-09 Thread Carlos Rovira
ke sense to try to duplicate all of this code and get it to > work some other way. > > -Alex > > On 10/8/18, 3:21 PM, "Carlos Rovira" wrote: > > Hi Alex, > > I'm closing for today, but tomorrow I'll need to handle more than one >

Re: Binding vs. direct assignment

2018-10-09 Thread Carlos Rovira
;sdata=T6ato%2F6E0UzyHor992JwJ4qrZo7jvTON5vgTo%2BN93Oo%3D&reserved=0 > > > > > > -- > Sent from: > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C6d19326e5c674d0449b208d62db8895e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636746667943432839&sdata=sHsjuIjb7VTzywlNBzCXj4wgvq2YxtwFVtMyvfoF5mk%3D&reserved=0 > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-09 Thread Carlos Rovira
r Zarzycki () escribió: > Carlos, > > You can always use branch, make your changes and wait for the proper one > using branch. Some time ago Harbs did it the same as far as I remember. > There is no need to wait if you need something ASAP. > > Thanks, > Piotr > &g

Re: Proxy method calls with RemoteObject

2018-10-10 Thread Carlos Rovira
er be executed. In order to structure and organizar a real world application that is a bit complex this is needed to separate all this logic across files. (In a tiny application, you can use the if-then-else approach since is more like a example). > > My 2 cents, > -Alex > > On 1

Re: [Discuss] Start release process 0.9.3

2018-10-10 Thread Carlos Rovira
> >> > there are > > > > >> > > any objections. > > > > >> > > > > > > >> > > Thanks, > > > > >> > > Om > > > > >> > >

Re: Proxy method calls with RemoteObject

2018-10-10 Thread Carlos Rovira
t of old > Flex code that is now running pretty 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

Errors in custom build

2018-10-10 Thread Carlos Rovira
: 4 error(s), 0 warning(s)* This errors doesn't appear when I compile JewelExample, while I'm using the same components referenced (Jewel Button... jewel bead SizeControl...) Do you know what cause this errors? Thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-10 Thread Carlos Rovira
I must close for today, tomorrow will try to change net RO for mx RO if you finally get this build error fixed. Thanks Carlos El mié., 10 oct. 2018 a las 23:34, Carlos Rovira () escribió: > That's great Alex! :) > > I want to try it but I found the following error build

Re: Proxy method calls with RemoteObject

2018-10-11 Thread Carlos Rovira
e the failure. It worked on builds.a.o as well. Did you > run mvn on the compiler first? > > -Alex > > On 10/10/18, 4:38 PM, "Carlos Rovira" wrote: > > I must close for today, tomorrow will try to change net RO for mx RO > if you > finally get thi

Re: Proxy method calls with RemoteObject

2018-10-11 Thread Carlos Rovira
Hi Alex, strangely, now build is passing locally...can't figure why yesterday it was failing...maybe part of the build was in the change 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 (

Re: Proxy method calls with RemoteObject

2018-10-11 Thread Carlos Rovira
rvice.someMethod' is undefined)* Congratulations, I you are mostly at 99% to get official MX RemoteObject working :) Carlos El jue., 11 oct. 2018 a las 12:41, Carlos Rovira () escribió: > Hi Alex, > > strangely, now build is passing locally...can't figure why yesterday it

Re: Proxy method calls with RemoteObject

2018-10-11 Thread Carlos Rovira
For example, you did not show any of your code that setup an > Operation called "someMethod" so the error you got would be expected even > in Flex. > > Thanks, > -Alex > > On 10/11/18, 4:47 AM, "Carlos Rovira" wrote: > > Hi Alex, > > I tried t

Re: [royale-asjs] branch develop updated: can't use param name 'arguments' in JS'

2018-10-11 Thread Carlos Rovira
blic class MessageFaultEvent extends Event > } > > COMPILE::JS > -public function formatToString(className:String, ... arguments):String > +public function formatToString(className:String, ... args):String > { > -for each (var s:String in arguments) > +for each (var s:String in args) > className += " " + s; > > return className; > > -- Carlos Rovira http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

2018-10-11 Thread Carlos Rovira
>> > > >> HTH, > > >> -Alex > > >> > > >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" > > > >> wrote: > > >> > > >> Ok It's failed :) However I passed step 3 in ins

Re: Proxy method calls with RemoteObject

2018-10-11 Thread Carlos Rovira
n the start release thread, we should stabilize the repo to avoid much confusion. Thanks Carlos El jue., 11 oct. 2018 a las 23:55, Carlos Rovira () escribió: > Ok Alex, > > I'm trying to create a basic test with Jewel and MX RO. First problem I > get is that "symbol" tag

Trying to stabilize repos in branches "develop-fix"

2018-10-11 Thread Carlos Rovira
royale-asjs/examples/royale/RoyaleStore/src/main/royale/SupportView.mxml(74): col: 33 Error: In initializer for 'fx:Array' multiple initializer values are not permitted for target type '*'. Nevada ^ Maybe due to the way I add the manifest before? - -- Carlos Rovira http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

2018-10-11 Thread Carlos Rovira
us, the > develop branch should be at 0.9.5-SNAPSHOT. > > I noticed you messed around with the versions so I have no idea what state > we are in, plus I continue to see that tags are being updated. You will > probably have to stop using your Git GUI. We cannot have tags be modified.

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

2018-10-11 Thread Carlos Rovira
't working for you. > > -Alex > > On 10/11/18, 4:56 PM, "Carlos Rovira" wrote: > > Hi, > > In each repo I created a branch "develop-fix" to try to get all compile > again, and trying not to interfiere with release process (although I

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Carlos Rovira
t; 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 >

Fwd: [royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.4-rc1 deleted (was be658de)

2018-10-12 Thread Carlos Rovira
pedefs-0.9.4-rc1 discard a24ee98 remove SNAPSHOT from compiler-build-tools versions -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-12 Thread Carlos Rovira
s? thanks El vie., 12 oct. 2018 a las 0:28, Carlos Rovira () escribió: > Hi Alex, > > I'm fixing version numbers in maven projects and when all is set to > 0.9.5-SNAPSHOT, the error I announced up in this thread comes again: > > [*INFO*] *--- *royale-maven-plugin:0.9.5-SNAPSH

Re: Proxy method calls with RemoteObject

2018-10-12 Thread Carlos Rovira
our side or must report to Josh so it can be addressed in the plugin. HTH Carlos El vie., 12 oct. 2018 a las 11:35, Carlos Rovira () escribió: > Hi Alex, > > I see you fixed poms and now all is building correctly in maven in my .m2 > with 0.9.5-SNAPSHOT. I remove all .m2 artificats

Re: [Discuss] Start release process 0.9.3

2018-10-12 Thread Carlos Rovira
t;> > The artifacts successfully published there could be mirrored to > other > >> > public repositories after the release is complete. > >> > >> Yes, exactly. > >> > >> Regards, > >> Dave > >> > >> > Jason > >> > > >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote: > >> >> Unfortunately I got the same result as OM:( Something is really > wrong > >> with > >> >> Maven central, cause I can't believe that we all have bad > internet > >> >> connection.:) > >> > > >> > >> > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-13 Thread Carlos Rovira
om the server. It shows up partially under > another button right now, but I'm not worrying about that right now. > > -Alex > > On 10/12/18, 2:36 AM, "Carlos Rovira" wrote: > > Hi Alex, > > I see you fixed poms and now all is building correctly in

Re: [Discuss] Start release process 0.9.3

2018-10-13 Thread Carlos Rovira
Hi, about delete tag, I was investigating and did some tweaks to my system. So we'll see in the next commit if it works. El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira () escribió: > Hi, > > I think asking ni maven list is our best bet since as we do here, surely > they can h

Re: Proxy method calls with RemoteObject

2018-10-13 Thread Carlos Rovira
s mx:method declared. El sáb., 13 oct. 2018 a las 9:47, Carlos Rovira () escribió: > 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 e

Re: [Discuss] Start release process 0.9.3

2018-10-13 Thread Carlos Rovira
Hi, commit done and seems no other side effect was done. So I think the tweaks worked. El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira () escribió: > Hi, > > about delete tag, I was investigating and did some tweaks to my system. So > we'll see in the next commit if it works

Re: Proxy method calls with RemoteObject

2018-10-14 Thread Carlos Rovira
experience, is that soon as the Royale App starts to grow this is always needed, maybe this should be always true, and allow people to turn off. Don't know the implications, or if this is recommendable. Thanks. Carlos El sáb., 13 oct. 2018 a las 11:26, Carlos Rovira () escribió:

Re: Proxy method calls with RemoteObject

2018-10-14 Thread Carlos Rovira
., 14 oct. 2018 a las 18:19, Alex Harui () escribió: > File a bug with a test case. > > -Alex > > On 10/13/18, 2:27 AM, "Carlos Rovira" wrote: > > Hi Alex, > > I get Responder/AsyncToken working with the current code. > > But there's

Re: Proxy method calls with RemoteObject

2018-10-14 Thread Carlos Rovira
of a normal App, and MX RO here does an important role in my case. So happy to pay the price ;) > -Alex > > -- > Carlos Rovira > http://about.me/carlosrovira > > > >

Re: Royale Compiler Brings Wrong Dependencies

2018-10-14 Thread Carlos Rovira
I haven’t been able to reproduce this in a > simple [1] > >>> example. > >>> > >>> I spent some time in the compiler trying to figure out what was > going on > >>> but no luck so far. What I have noticed is that in > >>> RoyaleJSTarget.findAllCompilationUnitsToLink() the list of found > >>> dependencies includes compilation units I wouldn’t expect to find. > For > >>> example, in the simple test [1] I created one of the dependencies > has the > >>> AceJS compilation unit. > >>> > >>> Any pointers? > >>> > >>> [1] > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FN5As&data=02%7C01%7Caharui%40adobe.com%7C1d5f7c0c64674f47286308d631fadc24%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751350843541623&sdata=cdmNUHByZWf1%2BiimmpEgjy%2FAoZzLTmbZo6s%2Bnvy7ud0%3D&reserved=0 > < > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FN5As&data=02%7C01%7Caharui%40adobe.com%7C1d5f7c0c64674f47286308d631fadc24%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751350843541623&sdata=cdmNUHByZWf1%2BiimmpEgjy%2FAoZzLTmbZo6s%2Bnvy7ud0%3D&reserved=0 > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-14 Thread Carlos Rovira
we'll can check this with mine. For now it seems I need to left this configuration or release version can pass the login (the mx RO call to the server) > > -Alex > > On 10/14/18, 2:23 PM, "Carlos Rovira" wrote: > > Hi Alex, > > El dom., 14 oct. 2

Re: Welcome Pushmina Kazi as Apache Royale Committer

2018-10-15 Thread Carlos Rovira
ome committer. > > > > Please warm welcome Pushmina as a committer to the Apache Royale. > > > > Welcome Pushmina! > > > > Piotr, > > -- > > > > Piotr Zarzycki > > > > Patreon: *https://www.patreon.com/piotrzarzycki > > <https://www.patreon.com/piotrzarzycki>* > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Carlos Rovira
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 worki

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Carlos Rovira
Hi Alex, I found that even if I remove completely CompressedRemoteObject and use only normal mx:RemoteObject the error shows: [Error] TypeError: undefined is not an object (evaluating 'this.remoteObject.convertParametersHandler') El lun., 15 oct. 2018 a las 13:00, Carlos Rovira (

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Carlos Rovira
uses "convertParametersHandler" I'll revert localy this changes in order to advance in my real world app in the mean while thanks El lun., 15 oct. 2018 a las 13:40, Carlos Rovira () escribió: > Hi Alex, > > I found that even if I remove completely CompressedRemot

Re: Getting An Emulation Component To Run

2018-10-15 Thread Carlos Rovira
nday, October 8, 2018 at 2:02 AM > To: Alex Harui > Subject: Getting An Emulation Component To Run > > > > Hi Alex, > > We want to know how can we identify which is the right > stub? > > For Example: selected property written differently in > CheckBox, RadioButton and > > we want selected property for Button. How can we > identify and pick the right code for Button? > > > > 1. copying the little bits of code from the > Basic or Express version into the right stub in the Emulation Component > > 2. copying the CSS from Basic or Express > defaults.css into the MXRoyale or SparkRoyale defaults.css > > > > > > Thanks in Advance, > > Alina Kazi > > > > > > > > > > > > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Carlos Rovira
l messages on. The response is not, I think that is the AMF serialization-deserialization. But I think this is not crucial, just disabling it could be ok for now for most of folks out there (just knowing that they need to configure that to false). Thanks Carlos > > My 2 cents, >

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Carlos Rovira
.send() , it worked for me. > > I see you have made several changes to the example since. Go back to > where the example was about 10 hours ago, make that one change to > service.echo.send() and it should work. If other things are not working, I > will look into them later. >

Re: Getting An Emulation Component To Run

2018-10-15 Thread Carlos Rovira
> > Have you verified that small messages do not work with the MX > RemoteObject? I thought I saw Small Message support when I was migrating > the code. > > Thanks, > -Alex > > On 10/15/18, 10:01 AM, "Carlos Rovira" wrote: > > Hi Alina, > >

Re: Proxy method calls with RemoteObject

2018-10-15 Thread Carlos Rovira
Hi Alex, with 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. > > -Alex > > On 10/15/18, 10:51 AM, &quo

Re: Getting An Emulation Component To Run

2018-10-15 Thread Carlos Rovira
izable. > > I'm not clear on how important SmallMessages and IExternalizable are. If > it isn't that important, there are plenty of other things to work on. If > it is important, do we have a test case that uses IExternalizable? > > -Alex > > On 10/15/18, 10:55 A

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-15 Thread Carlos Rovira
es into the Royale repo > and putting together Ant and Maven builds for them, but if some volunteer > wants to do it, I won't object, I just don't want to spend my time doing > it, since these files should effectively be immutable. > > Thoughts? > -Alex > > -- Carlos Rovira http://about.me/carlosrovira

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-15 Thread Carlos Rovira
gt; Maybe you ran the Mavenizer on a Flex SDK? If so, the question is whether > we want Maven users to have to use the Mavenizer. > > -Alex > > On 10/15/18, 1:38 PM, "Carlos Rovira" wrote: > > Hi Alex, > > I was looking for maven resoucebundle in

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-15 Thread Carlos Rovira
#x27;m not sure what it would take to do that. > > So, I'm not sure what the right answer is. > > Thanks, > -Alex > > On 10/15/18, 3:20 PM, "Carlos Rovira" wrote: > > Hi Alex, > > I searched on the nexus hosted inner company, but didn't

Running debug Royale App in Google Chrome

2018-10-16 Thread Carlos Rovira
Hi, when running whatever Apache Royale app in debug mode I get multiple traces like this: base.js:1167 [Violation] Avoid using document.write(). goog.writeScriptSrcNode_ @ base.js:1167 goog.writeScriptTag_ @ base.js:1241 goog.importScript_ @ base.js:951 (anonymous) @ base.js:1426 base.js:1167 [

Re: Getting An Emulation Component To Run

2018-10-16 Thread Carlos Rovira
>AP->abc.mxml and it uses a file > inside com->shm->modules->components->xyz.mxml. > I have added example=" abc"/> to build.xml. > unable to access xyz inside abc. > > Like > D:\apache-royale-0.9.3-bin-js-swf\royale-asjs\

Re: Proxy method calls with RemoteObject

2018-10-16 Thread Carlos Rovira
or me to go to production), do you know of something done in the latest changes that could make this fail now? Thanks El lun., 15 oct. 2018 a las 21:17, Carlos Rovira () escribió: > Hi Alex, > with your latest fixes all is working ok :) > thanks! > > El lun., 15 oct. 2018 a l

Re: Getting An Emulation Component To Run

2018-10-16 Thread Carlos Rovira
usp=sharing > > Thanks, > Alina Kazi > > > > -Original Message- > From: Carlos Rovira [mailto:carlosrov...@apache.org] > Sent: Tuesday, October 16, 2018 2:49 PM > To: dev@royale.apache.org > Subject: Re: Getting An Emulation Component To Run > > Hi Alina, > > here&#

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-16 Thread Carlos Rovira
ble. > FlexJS/Royale was the first Flex-like SDK to be Maven-compatible. > > -Alex > > On 10/15/18, 10:58 PM, "Carlos Rovira" wrote: > > Hi Alex, > > it's strange to me that artifacts are not published, I could ask Chris > Dutz > what'

Re: Running debug Royale App in Google Chrome

2018-10-16 Thread Carlos Rovira
s the production version probably doesn't write scripts. > > -Alex > > On 10/16/18, 2:40 AM, "Carlos Rovira" wrote: > > Hi, > > when running whatever Apache Royale app in debug mode I get multiple > traces > l

Re: Proxy method calls with RemoteObject

2018-10-16 Thread Carlos Rovira
; the current js-debug against working js-debug, if you still have a working > copy somewhere. > > -Alex > > On 10/16/18, 3:57 AM, "Carlos Rovira" wrote: > > Hi Alex > > It seems that latest changes makes MX RO not work in js-release mode. > If

Re: Proxy method calls with RemoteObject

2018-10-17 Thread Carlos Rovira
-js-dynamic-access. I thought that was at least a workaround. > > -Alex > > On 10/16/18, 2:36 PM, "Carlos Rovira" wrote: > > Hi Alex, > > I'm starting with our simple MXRoyale RO text example and our Java > sample. > I just pushed a commi

Re: Getting An Emulation Component To Run

2018-10-17 Thread Carlos Rovira
inside com->shm->modules->AP->abc.mxml and it > uses a file inside com->shm->modules->components->xyz.mxml. > I have added example=" abc"/> to build.xml. > unable to access xyz inside abc. > > Like > D:\apache-royale

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-17 Thread Carlos Rovira
are you suggesting that folks will have to use additionalCompilerOptions > in the pom to specify -library-path+=? > > -Alex > > On 10/16/18, 9:39 AM, "Carlos Rovira" wrote: > > Hi, > > just let us know that uploading to Maven Central seems a lot of

Re: Proxy method calls with RemoteObject

2018-10-17 Thread Carlos Rovira
s does not need this itself. Next thing is go to actual code, change the example with the same Jewel code, compile, test and then compare outputs with DiffMerge to see differences. I'll write result as I get it Carlos El mié., 17 oct. 2018 a las 10:15, Carlos Rovira () escribió: > Hi

Re: Proxy method calls with RemoteObject

2018-10-17 Thread Carlos Rovira
find with this info the point of changes and could find some solution so we get release mode working againg thanks Carlos El mié., 17 oct. 2018 a las 15:34, Carlos Rovira () escribió: > Hi Alex, > > Going to repos state of Oct, 14th (last commit of that day, in compiler > and fra

Re: Royale, Emulation, ResourceManager, and Flex

2018-10-17 Thread Carlos Rovira
a las 17:16, Alex Harui () escribió: > A project per bundle is a lot of work, but if someone wants to take it on, > that's fine with me. > > On 10/17/18, 4:47 AM, "Carlos Rovira" wrote: > > Hi Alex, > > maybe it's not only a folder, we sho

Re: Proxy method calls with RemoteObject

2018-10-17 Thread Carlos Rovira
to me. > IMO, I would be comparing the un-minified source to see what is > different. The release files are hard to read. > > -Alex > > On 10/17/18, 6:58 AM, "Carlos Rovira" wrote: > > Alex, > > testing with the test change to the same jewel code and

Re: Running debug Royale App in Google Chrome

2018-10-17 Thread Carlos Rovira
Maybe newer versions of GCL > and GCC are needed or something like that. > > -Alex > > On 10/16/18, 9:43 AM, "Carlos Rovira" wrote: > > Hi Alex, > > here [1] seems to have at the end some proposal solution. > > As you say maybe this is not urge

Re: Proxy method calls with RemoteObject

2018-10-17 Thread Carlos Rovira
Hi Alex, one thing to take into account, you talk about to compare debug versions, but the problem is that debug versions works right, so I think you'll didn't find nothing related to the real problem there. Thanks El mié., 17 oct. 2018 a las 17:48, Carlos Rovira () escribió: > Hi

Re: Proxy method calls with RemoteObject

2018-10-17 Thread Carlos Rovira
f probabilities that I'm not successful in getting what is going wrong. Hope I'll be wrong in my research...I'll let you know > > Good luck, > -Alex > > On 10/17/18, 11:19 AM, "Carlos Rovira" wrote: > > Hi Alex, > > one thing to take i

Re: Proxy method calls with RemoteObject

2018-10-19 Thread Carlos Rovira
after that, it impact us as Apache Royale, since getting this App done, and sharing it, will impact in the people reading from us and considering using Apache Royale. Thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Proxy method calls with RemoteObject

2018-10-19 Thread Carlos Rovira
owser. 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, > > > > E

Re: Proxy method calls with RemoteObject

2018-10-19 Thread Carlos Rovira
oyale makes it as a product or not. I'm trying to make it matter to > Adobe > > by helping Flex customers migrate 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. &

Re: Proxy method calls with RemoteObject

2018-10-19 Thread Carlos Rovira
lready working on the source > maps again, but it's been hit or miss that the source maps chrome. So, > that needs to be looked into as well. > > Kenny > > On Fri, Oct 19, 2018 at 9:15 AM Carlos Rovira > wrote: > > > Hi Kenny, > > > > thanks for joining th

Re: Proxy method calls with RemoteObject

2018-10-19 Thread Carlos Rovira
issues. > Why would you choose any framework if you couldn't get timely support? > This is a great opportunity 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 Ro

Re: Potential gotcha

2018-10-21 Thread Carlos Rovira
sure if there’s something we can do about this, but it’s not > a bad idea to at least document the potential problem. > > > >Harbs > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Odd Error

2018-10-22 Thread Carlos Rovira
erErrorManager > printSummary > WARNING: 0 error(s), 81 warning(s) > The project 'PortedPrintUI' has been successfully compiled and optimized. > 38.822735267 seconds > > Any ideas on what could be causing this? -- Carlos Rovira http://about.me/carlosrovira

Github problems

2018-10-22 Thread Carlos Rovira
Hi some colleges told me about a huge problem in Github. Seems that creating things like a PR is making a hard time in some projects. Don''t know if this affects to us, but I think we should be cautious and wait to see if things stabilize Best -- Carlos Rovira http://about.me/carlosrovira

UIBase.model not Bindable

2018-10-22 Thread Carlos Rovira
hanks -- Carlos Rovira http://about.me/carlosrovira

  1   2   3   4   5   6   7   8   9   10   >