Apache Royale Animations framework

2019-07-08 Thread Carlos Rovira
think is a payed lib, so maybe not the better to use) What do you think about it? I'd like what others think about all of this [1] http://framer.com [2] https://popmotion.io/pure/ [3] https://greensock.com -- Carlos Rovira http://about.me/carlosrovira

Re: Crux Branch

2019-07-04 Thread Carlos Rovira
target of interest > > inside > > > an 'addedToStage' listener. > > > > > > I expect there will be bugs, and I of course there will be many things > I > > > can continue to improve, so this is just an early announcement for your > > > awareness. Carlos sponsored a large chunk of my time on this, so you > have > > > him to thank for that, but I have also contributed a lot of my own > time, > > > and will continue to do so. Thanks also to Alex for recent guidance on > > > licencing issues, this was uncharted territory for me. > > > > > > Anyhow, Carlos will, I am sure, provide more info, he is very familiar > > with > > > Swiz from the past. > > > > > > -Greg > > > > > > > > > 1. > https://github.com/apache/royale-asjs/tree/feature/Crux/examples/crux > > > > > > > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: Crux Branch

2019-07-04 Thread Carlos Rovira
my time on this, so you have > > him to thank for that, but I have also contributed a lot of my own time, > > and will continue to do so. Thanks also to Alex for recent guidance on > > licencing issues, this was uncharted territory for me. > > > > Anyhow, Carlos will, I am sure, provide more info, he is very familiar > with > > Swiz from the past. > > > > -Greg > > > > > > 1. https://github.com/apache/royale-asjs/tree/feature/Crux/examples/crux > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Crux Branch

2019-07-04 Thread Carlos Rovira
have also contributed a lot of my own time, > and will continue to do so. Thanks also to Alex for recent guidance on > licencing issues, this was uncharted territory for me. > > Anyhow, Carlos will, I am sure, provide more info, he is very familiar with > Swiz from the past. > > -Greg > > > 1. https://github.com/apache/royale-asjs/tree/feature/Crux/examples/crux > -- Carlos Rovira http://about.me/carlosrovira

Re: Trying to run a function on a class that is not instantiated

2019-07-02 Thread Carlos Rovira
Hi Alex, I finally solved in my latest commit. Thanks for the guidance :) Carlos El mar., 2 jul. 2019 a las 17:00, Carlos Rovira () escribió: > Hi Alex, > > ok, I understand now. You propose to do something like we do for > Application but for Modules using the same kind of process

Re: Minification changes

2019-07-02 Thread Carlos Rovira
hanges something related to > minification. > > > > I have a library with many untyped references and I’m getting new null > reference RTE errors because public vars are undefined. > > -- Carlos Rovira http://about.me/carlosrovira

Re: Trying to run a function on a class that is not instantiated

2019-07-02 Thread Carlos Rovira
: > > > On 7/1/19, 9:42 AM, "Carlos Rovira" wrote: > > > So, inject_html in a module should do effectively the same thing, > except I > > don't think a module needs to inject HTML, > > > right, we don't want to do that will defeat

Re: Trying to run a function on a class that is not instantiated

2019-07-01 Thread Carlos Rovira
les > are loaded. > Yes, I tried, and works. My only need right now is to know how I can get all the classes and loop to find what classes implement the interface. Do you know how I can do that? Right now is the only thing I need to finish modules. thanks > > HTH, > -Alex

Re: [royale-asjs] branch develop updated: Jewel Table: Fix issue where dataProvider=null throws exception

2019-06-30 Thread Carlos Rovira
) > > + { > > + selectedIndex = i; > > + break; > > + } > > } > > } > > + > > dispatchEvent(new > > Event("selectedItemPropertyChanged")); > > } > > > > > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: Trying to run a function on a class that is not instantiated

2019-06-30 Thread Carlos Rovira
un. 2019 a las 11:47, Carlos Rovira () escribió: > Hi Harbs, > > thanks for proposal, but I think still the problem is not clear enough > what is causing confusion. I think we have actually the capability to chain > actions with events as the module load (description of the

Re: Trying to run a function on a class that is not instantiated

2019-06-30 Thread Carlos Rovira
> > That way, the parent application does not need to know about the modules > classes. > > > On Jun 30, 2019, at 11:59 AM, Carlos Rovira > wrote: > > > > Hi Alex, > > > > ok, then can we? > > > > 1.- *load the module (*but still not add it to

Re: Trying to run a function on a class that is not instantiated

2019-06-30 Thread Carlos Rovira
rd party JS before the module's > JS gets loaded. > > My 2 cents, > -Alex > > On 6/29/19, 3:27 PM, "Carlos Rovira" wrote: > > Hi Alex, > > yes the solution is that, so to add dynamically a css or javascript I > want > to do the same way you

Re: Trying to run a function on a class that is not instantiated

2019-06-29 Thread Carlos Rovira
d as additionalHTML and can be modified to be working JS. > > HTH, > -Alex > > On 6/28/19, 3:10 PM, "Carlos Rovira" wrote: > > For watt you say, I'm more with the second part of your response where > we > can alter the compiler to modify the additi

Re: Trying to run a function on a class that is not instantiated

2019-06-28 Thread Carlos Rovira
ird-party JS. > > Also, it appears that it should be relatively simple to alter the compiler > to take the additionalHTML and output it to be that additional file. > > -Alex > > On 6/27/19, 5:24 AM, "Carlos Rovira" wrote: > > I'm with you that we can ma

Re: Compiler Performance (was Re: Problem with Vectors)

2019-06-28 Thread Carlos Rovira
ex > > On 6/28/19, 11:30 AM, "Carlos Rovira" wrote: > > One thing I notice while developing our Real App and with Tour De Flex > was > a situation where ramdomly the app makes a failed compilation. The > results > was all labels are empty, so for

Re: Compiler Performance (was Re: Problem with Vectors)

2019-06-28 Thread Carlos Rovira
> >>>>>>>> include perhaps 2 levels: one to remove any > code > > paths > > > related > > > > > >>>>> to fixed > > > > > >>>>>>>> length Vectors (which I think you said you > never > > used) for > > > > > >>>>> example. Then > > > > > >>>>>>>> another possibly removing all element level > > type-checking > > > as > > > > > >>>>&

Re: trying to build blog example BE0013 about Modules with asconfigc, Moonshine and ANT

2019-06-27 Thread Carlos Rovira
sk to run, and it would compile both the app and the > module. > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Thu, Jun 27, 2019 at 11:21 AM Carlos Rovira > wrote: > > > Hi Josh, > > > > before responding: I just updated the Royale

Re: trying to build blog example BE0013 about Modules with asconfigc, Moonshine and ANT

2019-06-27 Thread Carlos Rovira
s, but thinking always in people without maven and just asconfic thanks! > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Thu, Jun 27, 2019 at 10:25 AM Carlos Rovira > wrote: > > > Hi, > > > > I'm trying to build the project in exampl

trying to build blog example BE0013 about Modules with asconfigc, Moonshine and ANT

2019-06-27 Thread Carlos Rovira
figc? This is to provide to users with more possibilities @Piotr, maybe can you try this example in Moonshine and see what issues you find to try to give some solution in the IDE. Again, copying of files seems something to be solve in some way or another. Latest thing to solve will be ANT buildin

Re: Compiler Performance (was Re: Problem with Vectors)

2019-06-27 Thread Carlos Rovira
e too difficult I think and > would > > be > > > > >>>>> determined > > > > >>>>>>> via > > > > >>>>>>>> a goog define (which might be driven by a compiler > > setting, I > > > > >>>>> did not > > > > >>>>>>> look > > > > >>>>>>>> at how easy this is yet). The thing I like about this > > approach > > > > >>>>> is that it > > > > >>>>>>>> is not 'baked-in' to any instance and the application > > developer > > > > >>>>> makes the > > > > >>>>>>>> ultimate decision and owns the associated risk (as > > opposed to > > > > >>>>> having it > > > > >>>>>>>> imposed on them by a library developer, for example). I > > think > > > > >>>>> the removal > > > > >>>>>>>> of support for 'fixed' Vectors could probably be made to > > generate > > > > >>>>>>>> (debug-only) errors if there is code that runs that sets > > fixed > > > > >>>>> to true on > > > > >>>>>>>> any Vector instance - to provide some reassurance of no > > side > > > > >>>>> effects > > > > >>>>>>> when > > > > >>>>>>>> choosing this option. > > > > >>>>>>>> > > > > >>>>>>>> 2. Compilation scoped optimizations. > > > > >>>>>>>> By 'compilation-scoped' I mean configurable in the same > > way as > > > > >>>>> the > > > > >>>>>>>> vector-index-check suppression: An over-arching config > > setting > > > > >>>>> for the > > > > >>>>>>>> current compilation that can be overridden locally with > > doc > > > > >>>>> comment > > > > >>>>>>>> directives. This affects code sites (or all current > > compilation > > > > >>>>> scope if > > > > >>>>>>>> set in the config) and not specific instances. I would > > hope this > > > > >>>>> might be > > > > >>>>>>>> the only other 'Vector' specific config option like > this, > > simply > > > > >>>>> to avoid > > > > >>>>>>>> confusion with too many options. > > > > >>>>>>>> So I personally think the important things here are the > > push and > > > > >>>>> unshift > > > > >>>>>>>> methods, because they're the ones that are also most > > often used > > > > >>>>> in loops > > > > >>>>>>>> when index level access or assignment is not being used > > (in the > > > > >>>>> loop). > > > > >>>>>>> But > > > > >>>>>>>> I'm keen to hear more about what people want in case > it's > > > > >>>>> different to > > > > >>>>>>> how > > > > >>>>>>>> I think. And I will add support for what best represents > > the > > > > >>>>> needs of the > > > > >>>>>>>> community. While index level access is best for large > > loops > > > > >>>>> (just as it > > > > >>>>>>> is > > > > >>>>>>>> for 'Array'), push could be preferred in small loops > > because it > > > > >>>>> does not > > > > >>>>>>>> require a 'get' for length to establish the upper bound > > of the > > > > >>>>> loop or > > > > >>>>>>> the > > > > >>>>>>>> next acceptable index to set (for non-fixed Vectors). > The > > > > >>>>> optimization > > > > >>>>>>> for > > > > >>>>>>>> push in this case would be to bypass runtime > typechecking > > and > > > > >>>>> just do a > > > > >>>>>>>> regular Array.push into the underlying Vector > > representation, > > > > >>>>> which is > > > > >>>>>>>> still actually an Array in terms of how javascript sees > > it. > > > > >>>>> Adding this > > > > >>>>>>>> option is easy also, but rather than just forging ahead > > with it, > > > > >>>>> I am > > > > >>>>>>> keen > > > > >>>>>>>> to get input from others first. > > > > >>>>>>>> > > > > >>>>>>>> I consider that specific instance level optimizations > (in > > > > >>>>> general) are > > > > >>>>>>>> 'dangerous' because even if the code is 'safe' when it > is > > > > >>>>> originally > > > > >>>>>>>> written, subsequent changes to the overall codebase > > (possibly by > > > > >>>>>>> different > > > > >>>>>>>> developers) can mean that an instance ends up elsewhere > > in code > > > > >>>>> where it > > > > >>>>>>>> behaves differently from other instances of the same > type. > > > > >>>>> Code-site > > > > >>>>>>>> optimizations could also create an unusual internal > state > > for an > > > > >>>>>>> instance, > > > > >>>>>>>> but most often they should not, because the code site > > where the > > > > >>>>>>>> optimization is used should be validated in terms of the > > > > >>>>> optimization by > > > > >>>>>>>> its original developer (e.g. no runtime type checking > at a > > > > >>>>> particular > > > > >>>>>>> usage > > > > >>>>>>>> site because it is never needed in the context of that > > code, for > > > > >>>>> example) > > > > >>>>>>>> and the behavior of the same instance elsewhere should > be > > much > > > > >>>>> less of a > > > > >>>>>>>> risk. > > > > >>>>>>>> > > > > >>>>>>>> More feedback from you or anyone else is definitely > > welcome for > > > > >>>>> what they > > > > >>>>>>>> want to see for optimization options of the > > implementation. I'm > > > > >>>>> sure I > > > > >>>>>>> can > > > > >>>>>>>> still find more ways to improve the implementation for > > speed as > > > > >>>>> it is now > > > > >>>>>>>> as well, I can think of a one thing I want to > investigate > > > > >>>>> further. > > > > >>>>>>>> -Greg > > > > >>>>>>>> > > > > >>>>>>>> > > > > >>>>>>>> > > > > >>>>>>>> > > > > >>>>>>>> On Wed, Jun 12, 2019 at 1:54 AM Harbs < > > harbs.li...@gmail.com> > > > > >>>>> wrote: > > > > >>>>>>>> > > > > >>>>>>>>> Practical question for me is: How do we disable to > Vector > > > > >>>>> runtime > > > > >>>>>>>>> checking? I was having trouble following the full > > discussion. > > > > >>>>> My > > > > >>>>>>>>> understanding was that there’s a compiler flag, but I’m > > not > > > > >>>>> sure what > > > > >>>>>>> it is. > > > > >>>>>>>>> > > > > >>>>>>>>>> On Jun 11, 2019, at 7:10 AM, Yishay Weiss < > > > > >>>>> yishayj...@hotmail.com> > > > > >>>>>>>>> wrote: > > > > >>>>>>>>>> > > > > >>>>>>>>>> Language.js:868 [1] is > > > > >>>>>>>>>> > > > > >>>>>>>>>> if (elementType.indexOf('Vector.<') == 0) { > > > > >>>>>>>>>> > > > > >>>>>>>>>> > > > > >>>>>>>>>> > > > > >>>>>>>>>> > > > > >>>>>>>>>> From: Yishay Weiss > > > > >>>>>>>>>> Sent: Tuesday, June 11, 2019 2:07:36 PM > > > > >>>>>>>>>> To: dev@royale.apache.org > > > > >>>>>>>>>> Subject: Problem with Vectors > > > > >>>>>>>>>> > > > > >>>>>>>>>> Hi Greg, > > > > >>>>>>>>>> > > > > >>>>>>>>>> I just updated Royale and I’m seeing that in our class > > > > >>>>> FontLoader > > > > >>>>>>>>>> > > > > >>>>>>>>>> private var _fonts:Vector. = new > Vector.(); > > > > >>>>>>>>>> > > > > >>>>>>>>>> gets transpiled to > > > > >>>>>>>>>> > > > > >>>>>>>>>> this.com_printui_text_engine_FontLoader__fonts = > > > > >>>>>>>>> org.apache.royale.utils.Language.Vector(); > > > > >>>>>>>>>> > > > > >>>>>>>>>> Notice how the type isn’t given in Vector’s > > constructor. This > > > > >>>>>>> results in > > > > >>>>>>>>> a runtime error [1]. Any ideas? > > > > >>>>>>>>>> > > > > >>>>>>>>>> [1] > > > > >>>>>>>>>> > > > > >>>>>>>>>> TypeError: Cannot read property 'indexOf' of null > > > > >>>>>>>>>> Watch > > > > >>>>>>>>>> Call Stack > > > > >>>>>>>>>> > > > > >>>>> > > org.apache.royale.utils.Language.VectorSupport.vectorElementCoercion > > > > >>>>>>>>>> Language.js:868 > > > > >>>>>>>>>> org.apache.royale.utils.Language.synthVector > > > > >>>>>>>>>> Language.js:642 > > > > >>>>>>>>>> org.apache.royale.utils.Language.Vector > > > > >>>>>>>>>> Language.js:685 > > > > >>>>>>>>>> com.printui.text.engine.FontLoader > > > > >>>>>>>>>> FontLoader.js:24 > > > > >>>>>>>>>> > > > > >>>>>>>>> > > > > >>>>>>>>> > > > > >>>>>>>> > > > > >>>>>>> > > > > >>>>>> > > > > >>>>> > > > > >>>>> > > > > >>>>> > > > > >>>> > > > > >>>> > > > > >>>> > > > > >>> > > > > >>> > > > > >>> > > > > >> > > > > >> > > > > >> > > > > > > > > > > > > > > > > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Trying to run a function on a class that is not instantiated

2019-06-27 Thread Carlos Rovira
onstants. I hope we eventually optimize away all > constants in the compiler. > > Harbs > > > On Jun 27, 2019, at 10:29 AM, Alex Harui > wrote: > > > > I'm pretty sure in related threads I mentioned that a preloader is > needed. > > > > -Alex > &

Re: Trying to run a function on a class that is not instantiated

2019-06-27 Thread Carlos Rovira
> Have you looked at addDynamicSelector()? > > > On Jun 26, 2019, at 6:16 PM, Carlos Rovira > wrote: > > > > I created as well "loadCSS" (still not commited). > > -- Carlos Rovira http://about.me/carlosrovira

Re: Trying to run a function on a class that is not instantiated

2019-06-27 Thread Carlos Rovira
ted threads I mentioned that a preloader is needed. > > -Alex > > On 6/26/19, 8:16 AM, "Carlos Rovira" wrote: > > Thanks Spiros, > > My real problem is the following. I'm trying to improve Modules. I > found > that inject_html don't work with modules,

New Blog Example: Dividing an Apache Royale application with modules

2019-06-26 Thread Carlos Rovira
this: private function initModule():void { loadCSS('https://fonts.googleapis.com/icon?family=Material+Icons'); } I think that code should not be there for an user, so if we can solve this problem before publishing, that would be great Thanks -- Carlos Rovira http://about.me/carlosrovira

Trying to run a function on a class that is not instantiated

2019-06-26 Thread Carlos Rovira
Hi, I need to run a function when I access a public static var in a class. Trying to run the function in the constructor seems not to work since there's no instance of that class. Do we have some way to do this? -- Carlos Rovira http://about.me/carlosrovira

Re: Maven build and URLSearchParams

2019-06-26 Thread Carlos Rovira
t; > [1] > > https://github.com/apache/royale-typedefs/commit/952664e244c75f9700e7d9c14bd74283c5a75070 > [2] > > https://lists.apache.org/thread.html/89dccf49b2953e540f68fc6abcefb38f07206d879fdab3b8bd3a0631@%3Cdev.maven.apache.org%3E > > Thanks, > Piotr > >

Re: Maven build and URLSearchParams

2019-06-26 Thread Carlos Rovira
c5d4091415489794a308d6f98b9a4f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636970775315808726sdata=Tjm9sktvjOxwyT2OBpG0%2BrwTgqsKlEl83WgdwUCASfY%3Dreserved=0 > > >* > > > > > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: bitmap and graphics classes.

2019-06-20 Thread Carlos Rovira
way to capture a component to bitmap data . The flex use > the ImageSnapShot.captureBitmapData(). > > Is there a way to do this in royale ? > > And Is there an alternative to flex Graphics class ? > > > > > > > > > > > > > > > > Best regards > > > > > > Spiros > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: [MAVEN-BUILD] Royale-asjs - Build # 1920 - Still Failing

2019-06-20 Thread Carlos Rovira
d saw that the Reactor was never building the > framework SWCs. > > -Alex > > On 6/19/19, 9:41 AM, "Carlos Rovira" wrote: > > Strangely #1922 fails for the same reason, but locally worked right. > I need to investigate this further > > E

Re: Jewel Module not working on release mode when deferred the load

2019-06-20 Thread Carlos Rovira
inification problem, but actually that was a bit > misleading as the root cause was a compiler bug with localId. > I will push a fix for that today which means the release build will work > the same as debug build for the module example. > > > > > On Thu, Jun 20, 2019 at 7:38 AM

Jewel Module not working on release mode when deferred the load

2019-06-19 Thread Carlos Rovira
on demand. -- Carlos Rovira http://about.me/carlosrovira

Re: [MAVEN-BUILD] Royale-asjs - Build # 1920 - Still Failing

2019-06-19 Thread Carlos Rovira
Strangely #1922 fails for the same reason, but locally worked right. I need to investigate this further El mié., 19 jun. 2019 a las 18:13, Carlos Rovira () escribió: > Hi Piotr, > > I fixed this updating the pom in the new example to just use JSRoyale > thanks for reporting it >

Re: [MAVEN-BUILD] Royale-asjs - Build # 1920 - Still Failing

2019-06-19 Thread Carlos Rovira
Hi Piotr, I fixed this updating the pom in the new example to just use JSRoyale thanks for reporting it El mié., 19 jun. 2019 a las 13:38, Carlos Rovira () escribió: > Hi Piotr, > > I'll take a look at it in few hours, thanks for letting me know > > El mié., 19 jun. 2019 a

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-19 Thread Carlos Rovira
some POMs that disable the SWF build. > > HTH, > -Alex > > On 6/13/19, 5:32 AM, "Carlos Rovira" wrote: > > Hi Piotr, > > I mean that I run all days a script that runs maven on all repos and > then > ant to build sdk. Seems now we n

Re: [MAVEN-BUILD] Royale-asjs - Build # 1920 - Still Failing

2019-06-19 Thread Carlos Rovira
> -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: Suggestion to request Royale addition to Facebook's 'flash migration recommendations'

2019-06-18 Thread Carlos Rovira
haring this in case someone knows how to influence updates to their > developer info page and we can get a Royale mention... > > 1. https://developers.facebook.com/docs/games/gamesonfacebook/webtech > -- Carlos Rovira http://about.me/carlosrovira

inject_html does not work in modules

2019-06-16 Thread Carlos Rovira
the module purpose to avoid loading code that you are not using in the shell app. thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Facebook promotion

2019-06-16 Thread Carlos Rovira
ail=58b63914e96caG28908fb4G58b63dae4999cG389_m=carlos.rovira%40gmail.com> junio 10, 2019, 9:43 am 3.531 People Reached People who saw your promotion 28 Clics en el enlace €10,00 Spent Total amount spent on this promotion El mar., 11 jun. 2019 a las 11:58, Carlos Rovira () escribió: > Hi,

Re: Problem with Vectors

2019-06-14 Thread Carlos Rovira
> > > > > optimization is used should be validated in terms of the > > > optimization by > > > > > > its original developer (e.g. no runtime type checking at > a > > > particular > > > > > usage > > > > > > site because it is never needed in the context of that > code, for > > > example) > > > > > > and the behavior of the same instance elsewhere should > be much > > > less of a > > > > > > risk. > > > > > > > > > > > > More feedback from you or anyone else is definitely > welcome for > > > what they > > > > > > want to see for optimization options of the > implementation. I'm > > > sure I > > > > > can > > > > > > still find more ways to improve the implementation for > speed as > > > it is now > > > > > > as well, I can think of a one thing I want to investigate > > > further. > > > > > > -Greg > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Jun 12, 2019 at 1:54 AM Harbs < > harbs.li...@gmail.com> > > > wrote: > > > > > > > > > > > > > Practical question for me is: How do we disable to > Vector > > > runtime > > > > > > > checking? I was having trouble following the full > discussion. > > > My > > > > > > > understanding was that there’s a compiler flag, but > I’m not > > > sure what > > > > > it is. > > > > > > > > > > > > > > > On Jun 11, 2019, at 7:10 AM, Yishay Weiss < > > > yishayj...@hotmail.com> > > > > > > > wrote: > > > > > > > > > > > > > > > > Language.js:868 [1] is > > > > > > > > > > > > > > > >if (elementType.indexOf('Vector.<') == 0) { > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > From: Yishay Weiss > > > > > > > > Sent: Tuesday, June 11, 2019 2:07:36 PM > > > > > > > > To: dev@royale.apache.org > > > > > > > > Subject: Problem with Vectors > > > > > > > > > > > > > > > > Hi Greg, > > > > > > > > > > > > > > > > I just updated Royale and I’m seeing that in our > class > > > FontLoader > > > > > > > > > > > > > > > > private var _fonts:Vector. = new > Vector.(); > > > > > > > > > > > > > > > > gets transpiled to > > > > > > > > > > > > > > > > this.com_printui_text_engine_FontLoader__fonts = > > > > > > > org.apache.royale.utils.Language.Vector(); > > > > > > > > > > > > > > > > Notice how the type isn’t given in Vector’s > constructor. This > > > > > results in > > > > > > > a runtime error [1]. Any ideas? > > > > > > > > > > > > > > > > [1] > > > > > > > > > > > > > > > > TypeError: Cannot read property 'indexOf' of null > > > > > > > > Watch > > > > > > > > Call Stack > > > > > > > > > > > > org.apache.royale.utils.Language.VectorSupport.vectorElementCoercion > > > > > > > > Language.js:868 > > > > > > > > org.apache.royale.utils.Language.synthVector > > > > > > > > Language.js:642 > > > > > > > > org.apache.royale.utils.Language.Vector > > > > > > > > Language.js:685 > > > > > > > > com.printui.text.engine.FontLoader > > > > > > > > FontLoader.js:24 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-13 Thread Carlos Rovira
otrzarzyck...@gmail.com>) escribió: > Hi Carlos, > > I don't get last part - Are you going to change something on your end > locally or in framework build? > > > czw., 13 cze 2019 o 14:04 Carlos Rovira > napisał(a): > > > Thanks Alex, Piotr, > > >

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-13 Thread Carlos Rovira
gt; > Using ** got me past the rat issue. My Windows builds are hanging > > getting > > > downloads from apache snapshots. > > > > > > I pushed the ** change. Hopefully it won't break on some other > > machine. > > > Still no i

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
ownloads from apache snapshots. > > > > I pushed the ** change. Hopefully it won't break on some other machine. > > Still no idea why it is suddenly so sensitive. > > > > -Alex > > > > On 6/12/19, 11:54 AM, "Carlos Rovira" wrote: > > &g

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
lly it won't break on some other machine. > Still no idea why it is suddenly so sensitive. > > -Alex > > On 6/12/19, 11:54 AM, "Carlos Rovira" wrote: > > ok, I was thinking to do the same, but since I can see if it could work > prefer not to mess. > So

Differences between mx:Module and js:Module

2019-06-12 Thread Carlos Rovira
is the implementation that is more complete? 4.- and to load it I should use ModuleLoader, but maybe doing that will make all UIComponent stuff gets baked on the app? So maybe if js:Module work ok, I could stick with that (knowing what things could be missed from mx version) thanks -- Carlos Rovira http

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
you have my fix ? > > śr., 12 cze 2019 o 20:43 Carlos Rovira > napisał(a): > > > Now I'm getting in rat.txt > > > > Files with unapproved licenses: > > > > > > > /Users/carlosrovira/Dev/Royale/Source/royale-asjs/framework

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
royale-asjs/commit/3823aa3a177bb0cb344fdefca0857775102e3b38 > > śr., 12 cze 2019 o 20:46 Piotr Zarzycki > napisał(a): > > > That's weird, cause I made a fix for it. Do you have my fix ? > > > > śr., 12 cze 2019 o 20:43 Carlos Rovira > > napisał(a): > > > >>

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
01%7Caharui%40adobe.com%7C287bb560b00d4a3cfa8c08d6ef461b1d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636959481719090146sdata=pQySs2PwkXki5UAX3BeBedIUWxfQDSB0N6s119iJBn8%3Dreserved=0 > > On Wed, Jun 12, 2019, 4:43 PM Carlos Rovira > wrote: > > > Hi Piotr, > >

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
rk. > > śr., 12 cze 2019 o 11:21 Carlos Rovira > napisał(a): > > > about that file is already excluded in main pom.xml in the RAT plugin > > section. For that reason build does not complain for it: > > > > > > fb.properties > > > > El mié.,

Re: Compilation Errors

2019-06-12 Thread Carlos Rovira
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > [java] at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > [java] at java.lang.Thread.run(Thread.java:748) > [java] > [java] > > -- Carlos Rovira http://about.me/carlosrovira

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
so maybe it still needed. > > [1] > https://github.com/apache/royale-asjs/blob/develop/frameworks/fb.properties > > śr., 12 cze 2019 o 10:46 Carlos Rovira > napisał(a): > > > Hi Piotr, > > > > in my experience this use to happen when some tries has been done that &g

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
2 cze 2019 o 10:33 Piotr Zarzycki > napisał(a): > > > Hi Carlos, > > > > This file is without license header "frameworks/fb.properties" - This is > > Flash Builder related file actually ? > > > > śr., 12 cze 2019 o 10:25 Carlos Rovira > &

Re: [MAVEN-BUILD] Royale-asjs - Build # 1905 - Still Failing

2019-06-12 Thread Carlos Rovira
Failing > > Check console output at https://builds.apache.org/job/Royale-asjs/1905/ > to view the results. -- Carlos Rovira http://about.me/carlosrovira

Re: 0.9.6 Release

2019-06-12 Thread Carlos Rovira
will be more tweaks to the release tasks and then we > can > > try cutting > > > a release. I'm thinking we'll be at that point in early > May, so > > now is the > > > time to get stuff in for the 0.9.6 rel

Re: Problem with Vectors

2019-06-11 Thread Carlos Rovira
t; > TypeError: Cannot read property 'indexOf' of null > Watch > Call Stack > org.apache.royale.utils.Language.VectorSupport.vectorElementCoercion > Language.js:868 > org.apache.royale.utils.Language.synthVector > Language.js:642 > org.apache.royale.utils.Language.Vector > Language.js:685 > com.printui.text.engine.FontLoader > FontLoader.js:24 > > -- Carlos Rovira http://about.me/carlosrovira

Re: 0.9.6 Release

2019-06-11 Thread Carlos Rovira
t;> >> which has > > > > >> > >> >> > > also impeded progress. I hope to make much > > > progress > > > > >> this > > > > >> > >> coming > > > > >&

Re: Language/Reflection improvements details

2019-06-11 Thread Carlos Rovira
XML and updated code to fix some > observed issues (compiler and framework). > -Hello world is approx 600 bytes smaller after gzip compression than it was > before > > I might have forgotten some things, I will add extra info tomorrow if I > recall more. Please ask questions if you have them. > -- Carlos Rovira http://about.me/carlosrovira

Facebook promotion

2019-06-11 Thread Carlos Rovira
-- Carlos Rovira http://about.me/carlosrovira

Re: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-06-08 Thread Carlos Rovira
rman.com > * PHONE OF CONTACT: +447752 490699 > * APACHE ROYALE CONTRIBUTOR: yes via PRs and potentially directly, pending > our legal dept :-( > > > thanks > >Andrew > > -Original Message- > From: Carlos Rovira [mailto:carlosrov...@apache.org] > Sent: 07 Ju

Re: Embedded Assets (was Re: AIR and Royale)

2019-06-07 Thread Carlos Rovira
te a brand that was seen as something new with its own personality and future and avoid as much as possible be weighed down by the weight of another technology that is going through bad days. If we can to concentrate as much as posible Royale Flex related docs in one place I think that would be great for Royale in global. -- Carlos Rovira http://about.me/carlosrovira

Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-06-07 Thread Carlos Rovira
* APACHE ROYALE CONTRIBUTOR (if the company or individual has people contributing to this project, or if is an individual contributes to this project) thanks -- Forwarded message - De: Carlos Rovira If you consider this ok, I can create a thread so companies that want

Re: AIR and Royale

2019-06-06 Thread Carlos Rovira
isplay/OFBIZ/Apache+OFBiz+Service+Providers > > > https://wiki.apache.org/hadoop/Distributions%20and%20Commercial%20Support > > > > > https://cwiki.apache.org/confluence/display/WICKET/Companies+that+provide+services > > > > Regards, > > Dave > > > > &

Re: Embedded Assets (was Re: AIR and Royale)

2019-06-06 Thread Carlos Rovira
it to the TOC? if so let me know in what point you want it and I can add it thanks El jue., 6 jun. 2019 a las 15:07, Andrew Wetmore () escribió: > I just added a brief statement about using a URL instead of embedding > assets in Royale in the "Flex Equivalents" page [1]. > > @Carlo

Re: Embedded Assets (was Re: AIR and Royale)

2019-06-06 Thread Carlos Rovira
an 10k in size. > > I guess the tradeoff is in between firing off several http requests for > small files vs embedding them is a less efficient format. > > I think a similar strategy would work for Royale. > > Thanks, > Om > > On Thu, Jun 6, 2019, 3:32 AM Carlos Rovira

Re: Compiler Build Failing on Windows

2019-06-06 Thread Carlos Rovira
Carlos, > > I think it is ANT build. Yesterday I tried locally and had the same > issue. > I was going to report it here as well. > > Thanks, > Piotr > > śr., 5 cze 2019 o 16:00 Carlos Rovira > napisał(a): > > > Hi > > >

Re: Embedded Assets (was Re: AIR and Royale)

2019-06-06 Thread Carlos Rovira
Message- > From: Harbs [mailto:harbs.li...@gmail.com] > Sent: 04 June 2019 14:41 > To: dev@royale.apache.org > Subject: [EXTERNAL] Re: AIR and Royale > > Well to start with: Does anyone know anyone working for them? > > I’d like to

Re: AIR and Royale

2019-06-05 Thread Carlos Rovira
15:40, Harbs () escribió: > Well to start with: Does anyone know anyone working for them? > > I’d like to hear from them what it would take for them to push Royale more. > > > On Jun 4, 2019, at 4:10 PM, Carlos Rovira > wrote: > > > > Hi, > > > &g

Re: Compiler Build Failing on Windows

2019-06-05 Thread Carlos Rovira
sh.display::Sprite. > > Any ideas on what’s wrong? > -- Carlos Rovira http://about.me/carlosrovira

Re: AIR and Royale

2019-06-04 Thread Carlos Rovira
air/> > > [2]https://services.harman.com/partners/adobe < > > https://services.harman.com/partners/adobe> > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: [royale-asjs] branch develop updated: Added Async tasks

2019-06-04 Thread Carlos Rovira
ete")); > > +notifyDone(); > > + } > > +} > > + } > > +} > > \ No newline at end of file > > diff --git > a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as > b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as > > new file mode 100644 > > index 000..77f2f18 > > --- /dev/null > > +++ > b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as > > @@ -0,0 +1,77 @@ > > > + > > +// > > +// Licensed to the Apache Software Foundation (ASF) under one or more > > +// contributor license agreements. See the NOTICE file distributed > with > > +// this work for additional information regarding copyright ownership. > > +// The ASF licenses this file to You under the Apache License, Version > 2.0 > > +// (the "License"); you may not use this file except in compliance with > > +// the License. You may obtain a copy of the License at > > +// > > +// http://www.apache.org/licenses/LICENSE-2.0 > > +// > > +// Unless required by applicable law or agreed to in writing, software > > +// distributed under the License is distributed on an "AS IS" BASIS, > > +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > > +// See the License for the specific language governing permissions and > > +// limitations under the License. > > +// > > > + > > +package org.apache.royale.utils.async > > +{ > > + /** > > + * The SequentialAsyncTask runs a list of tasks in sequential order. > > + * Each sunsequent task is only run once the previous task is done. > > + * The previous task is used as the argument for the next task's run > method. > > + * This enables the chaining of results. > > + */ > > + public class SequentialAsyncTask extends CompoundAsyncTask > > + { > > +/** > > + * @langversion 3.0 > > + * @playerversion Flash 10.2 > > + * @playerversion AIR 2.6 > > + * @productversion Royale 0.9.6 > > + */ > > +public function SequentialAsyncTask(tasks:Array=null) > > +{ > > + super(tasks); > > +} > > +override public function run(data:Object=null):void > > +{ > > + _status = "pending"; > > + pendingTasks = tasks.slice(); > > + var task:AsyncTask = pendingTasks.shift(); > > + task.done(handleDone); > > + task.run(); > > +} > > +private function handleDone(task:AsyncTask):void > > +{ > > + if(_status != "pending"){ > > +return; > > + } > > + switch(task.status){ > > +case "complete": > > + completedTasks.push(task); > > + break; > > +case "failed": > > + failedTasks.push(task); > > + if(failEarly){ > > +pendingTasks = []; > > +fail(); > > +return; > > + } > > + break; > > +default:// not sure why this would happen > > + throw new Error("Unknown task status"); > > + > > + } > > + if(pendingTasks.length){ > > +var nextTask:AsyncTask = pendingTasks.shift(); > > +nextTask.done(handleDone); > > +nextTask.run(task); > > + } else { > > +setFinalStatus(); > > + } > > +} > > + } > > +} > > \ No newline at end of file > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Build failed in Jenkins: royale-asjs_jsonly #3027

2019-06-04 Thread Carlos Rovira
SOF but it doesn't display for me anything. > > > Thanks, > > Piotr > > > pon., 3 cze 2019 o 14:16 Carlos Rovira > napisał(a): > > > Could be something related to selenium? > > > > > > > C:\Users\apacheroyale\AppData\Local\Temp\2\anonymous82206

Re: Last blog example: Using external javascript libraries in Apache Royale

2019-06-03 Thread Carlos Rovira
a component that support that feature. > > Is it possible in the example code you use to remove the large comment > at the top? :) > I prefer not to do it since is official Royale project, and it's been shared there as is, so I think I should not do it, sorry :( Thanks! :) > > Jud

Re: Last blog example: Using external javascript libraries in Apache Royale

2019-06-03 Thread Carlos Rovira
Great Andrew! Many thanks, I'll be pushing to public in the next hours or so. :) El lun., 3 jun. 2019 a las 20:40, Andrew Wetmore () escribió: > @Carlos Rovira I have updated the blog entry > with a few teeny tiny corrections. It seems very clear, and is a useful > guide! > >

Re: Last blog example: Using external javascript libraries in Apache Royale

2019-06-03 Thread Carlos Rovira
gt; > necessary? > > I'm just curious since the ActionsScript I've done for creating external > JS > > code completion and SWC files too, I'm not adding these. > > > > Kenny > > > > On Mon, Jun 3, 2019 at 12:25 PM Carlos Rovira > > wrote: > >

Re: Last blog example: Using external javascript libraries in Apache Royale

2019-06-03 Thread Carlos Rovira
ILE::JS? Is this > necessary? > I'm just curious since the ActionsScript I've done for creating external JS > code completion and SWC files too, I'm not adding these. > > Kenny > > On Mon, Jun 3, 2019 at 12:25 PM Carlos Rovira > wrote: > > > Hi Andrew! > > >

Last blog example: Using external javascript libraries in Apache Royale

2019-06-03 Thread Carlos Rovira
if you thing something is wrong or must be modified in some way. thanks in advance -- Carlos Rovira http://about.me/carlosrovira

Re: Using @extrens ( RE: Example of access external JS using Apache Royale)

2019-06-03 Thread Carlos Rovira
El lun., 3 jun. 2019 a las 16:13, Carlos Rovira () escribió: > Hi Alex, > > trying to make inject_html work for @externs classes. > I'm seeing that GoogDepsWriter are not processing hljs.as extern class in > my B012 example, that is located directly in top level package. > I o

Re: Using @extrens ( RE: Example of access external JS using Apache Royale)

2019-06-03 Thread Carlos Rovira
effect thanks Carlos El sáb., 4 may. 2019 a las 5:36, Alex Harui () escribió: > I just searched the compiler code. Current inject_html handling appears > to be in GoogDepsWriter.java. > > On 5/3/19, 2:04 PM, "Carlos Rovira" wrote: > > Hi, > > I now

Re: Build failed in Jenkins: royale-asjs_jsonly #3027

2019-06-03 Thread Carlos Rovira
HI Piotr, I can confirm that I build all from scratch with unit test included and all goes ok. El lun., 3 jun. 2019 a las 14:03, Carlos Rovira () escribió: > going to check again with unit test > report soon > > El lun., 3 jun. 2019 a las 13:51, Piotr Zarzycki (< > piotrza

Re: Build failed in Jenkins: royale-asjs_jsonly #3027

2019-06-03 Thread Carlos Rovira
2019 o 13:50 Piotr Zarzycki > napisał(a): > > > Did you run all the unit stests ? > > > > pon., 3 cze 2019 o 13:45 Carlos Rovira > > napisał(a): > > > >> Hi Piotr, > >> > >> I fixed yesterday the problem with @externs and source maps.

Re: Build failed in Jenkins: royale-asjs_jsonly #3027

2019-06-03 Thread Carlos Rovira
, or if is not related at all (maybe is just coincidence). thanks El lun., 3 jun. 2019 a las 13:33, Piotr Zarzycki () escribió: > Is it the results of some kind of changes lately ? > > -- > Carlos Rovira > http://about.me/carlosrovira > > > >

Re: Language improvements

2019-05-31 Thread Carlos Rovira
> implementation. There are other places in the compiler where you can > > choose the class to use for Binding or ClassFactory. Hopefully the > same > > approach is being used for Vector. Ideally, the compile would just > output > > "new whateverclasstheco

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-31 Thread Carlos Rovira
done! :) El vie., 31 may. 2019 a las 22:50, Carlos Rovira () escribió: > Hi, > > there's a way to make @extern classes (like stubs in AS3 that wraps JS > code), so you call as3 class with dot notation, not bracketed. > > The problem with this is that we actually have

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-31 Thread Carlos Rovira
;>> > >>> Is the opening tag or ? > >>> > >>>> On May 27, 2019, at 8:47 PM, Antonis Kalodimos < > >>> antonis.kalodi...@gmail.com> wrote: > >>>> Yes i had this tag > >>>> . > >>>> . > &

Re: Improved format in Royale Docs

2019-05-31 Thread Carlos Rovira
```as3 and ```mxml in markdown * And added a "Edit page" link to GitHub at the end of the template to make it easy to edit that page. This open the link in GitHub in edit mode. El lun., 27 may. 2019 a las 23:32, Carlos Rovira () escribió: > Hi!, > > this days I've been workin

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-30 Thread Carlos Rovira
, if you can I can take a look, although, since I didn't developed the app, it will be more dficult to me to find what could be happening. Thanks El jue., 30 may. 2019 a las 20:10, Carlos Rovira () escribió: > I was who added MX libraries just before. And what I removed was because > was

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-30 Thread Carlos Rovira
., 30 may. 2019 a las 20:05, Alex Harui () escribió: > Did you revert the commenting out of some of the swcs and fix the asdoc > instead? It is not fair to others to remove the mx libraries from the > ASDoc. > > > > -Alex > > > > *From: *Carlos Rovira > *Date

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-30 Thread Carlos Rovira
letion task progress Thanks! Carlos El mar., 28 may. 2019 a las 19:55, Carlos Rovira () escribió: > I mean the rest of ASDoc is showing as before, but not Jewel > > El mar., 28 may. 2019 a las 19:52, Carlos Rovira () > escribió: > >> Ok, >> >> I tried (we al

Re: Error on mailing list page

2019-05-30 Thread Carlos Rovira
-(Web-Site) El jue., 30 may. 2019 a las 10:03, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Yes it will resolve the problem. > > czw., 30 maj 2019 o 09:50 Carlos Rovira > napisał(a): > > > So, > > > > should I change Nabble links i

Re: Language improvements

2019-05-30 Thread Carlos Rovira
eaper. Let's give > folks > > the option to do that. > > >> > > >> I will repeat that I do not have any objection to having a full Vector > > implementation with runtime type-checking and fixed length checking be > the > > default choice as long as folk

Re: Error on mailing list page

2019-05-30 Thread Carlos Rovira
the > > web page? > > >> > > >> https://royale.apache.org/mailing-lists/ < > > https://royale.apache.org/mailing-lists/> > > >> > > >> This server could not prove that it is* > > apache-royale-development.20373.n8.nabble.com*; > > >> > > > > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-28 Thread Carlos Rovira
I mean the rest of ASDoc is showing as before, but not Jewel El mar., 28 may. 2019 a las 19:52, Carlos Rovira () escribió: > Ok, > > I tried (we always can revert). > And I get Jewel showing in ASDoc. > But, If I click in for example "Card" component I get "Loadin

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-28 Thread Carlos Rovira
Ok, I tried (we always can revert). And I get Jewel showing in ASDoc. But, If I click in for example "Card" component I get "Loading..." but nothing is showing up what could be happening? Thanks Carlos El mar., 28 may. 2019 a las 19:43, Carlos Rovira () escribió: >

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-28 Thread Carlos Rovira
eroyaleci.westus2.cloudapp.azure.com:8080/view/CI/job/Royale_ASDoc_Example/ > > -Alex > > On 5/24/19, 9:38 AM, "Carlos Rovira" wrote: > > Hi Alex, without doubt something for our todo list, but there's many > things > in the plate and maybe other bigger fish to fry for

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-28 Thread Carlos Rovira
; > Yes i had this tag > > > > . > > > > . > > > > . > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: Language improvements

2019-05-28 Thread Carlos Rovira
ave these checks > while debugging and have the run-time code removed on release. > > > One thing about the mxml stuff is that it gets processed in a way that is > > untyped. > > > Agree. I do wish there was some way for MXML to be output “better” where > minified vars could “just work” and types could be better inferred from the > MXML files. -- Carlos Rovira http://about.me/carlosrovira

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-27 Thread Carlos Rovira
> > Στις Δευ, 27 Μαΐ 2019 στις 6:39 μ.μ., ο/η Carlos Rovira < > carlosrov...@apache.org> έγραψε: > > > Hi, > > > > new arcticle from Judah Frangipane is up! > > > > https://twitter.com/ApacheRoyale/status/1133025119075479552 > > > > don't

New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-27 Thread Carlos Rovira
Hi, new arcticle from Judah Frangipane is up! https://twitter.com/ApacheRoyale/status/1133025119075479552 don't forget to share the new tweet please! :) and enjoy!! -- Carlos Rovira http://about.me/carlosrovira

Re: Post on how to create a desktop app with Apache Royale

2019-05-27 Thread Carlos Rovira
re might be a part two. Thanks to > everyone working on Apache Royale :) > > > > Jude > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: SourceMaps in SWCs

2019-05-26 Thread Carlos Rovira
ot;it appears that the > Maven build > puts source maps in the SWC for every JS file but the Ant build > does not." > - How are you understand that ? > > niedz., 26 maj 2019 o 15:50 Carlos Rovira > > napisał(a): > >

Re: system requirements for Royale

2019-05-26 Thread Carlos Rovira
nstall just Apache Royale and see what happens. > > Maybe we say JRE and wait for a bug report. > > >As for Unix, perhaps we just don't mention it for now?? > > I think it is mentioned in source package README as not tested on Linux > and no mention of Unix. > >

<    10   11   12   13   14   15   16   17   18   19   >