Re: SourceMaps in SWCs

2019-05-26 Thread Carlos Rovira
ce source > map. However in case of Maven source map is not an separate file, but it is > part of SWC. - Do you understand it the same ? > > On Sun, May 26, 2019, 1:42 PM Carlos Rovira > wrote: > > > Right, I think Alex found that source maps are on maven but not in ant > a

Re: SourceMaps in SWCs

2019-05-26 Thread Carlos Rovira
ource map is placed - Let's do > what is easier to do. It seems to be not a high priority stuff - unless it > is blocking Alex from moving forward. > > On Sun, May 26, 2019, 12:11 PM Carlos Rovira > wrote: > > > Hi Piotr, > > > > yes, you can debug in IDE o

Re: Language improvements

2019-05-26 Thread Carlos Rovira
> This can be switched off at compiler level, or tuned within methods (on > >> or > >>> off in contrast to compiler level setting) with a specific doc comment > >>> directive. (i.e. like royaleignorecoercion) > >>> Output in debug mode shows these implicit coercions prefixed with /* > >>> implicit cast */ so you can easily review the number of locations this > is > >>> affecting by doing 'find in files' and looking at the locations and > >> count. > >>> While it will probably be a good thing to switch off in a final release > >>> build, it can help find problems during development, particularly as > more > >>> and more code is not being parallel tested in the flash player where > >> error > >>> trapping like this is automatic. > >>> I switched this off in framework, but it could help find code errors in > >> the > >>> framework when it is switched on > >>> > >>> > >>> *-Vectors* > >>> Vectors are 'smoke and mirrors' currently in develop - it is basically > >> the > >>> compiler pretending that they are Vectors (they are Arrays). This > gives a > >>> small amount of compile time safety, but still leaves large gaps when > >>> compared with the real thing and many things that you could assume > would > >> be > >>> safe will not be. Assuming it worked properly could be even considered > a > >>> little 'dangerous'. > >>> > >>> There are 260 new assertion tests for Vectors, including some that > relate > >>> to a new doc comment directive @suppressvectorindexchecking which > avoids > >>> (intensive) checking for range errrors (and will be desirable to switch > >> off > >>> in a lot of cases, such as in length constrained loops etc). > >>> You can see the Vector tests here: > >>> > >> > https://github.com/apache/royale-asjs/blob/improvements/Language/manualtests/UnitTests/src/main/royale/flexUnitTests/language/LanguageTesterTestVector.as#L65 > >>> > >>> > >>> > >>> *Miscellaneous* > >>> -When addressing some sourcemap related stuff for Vectors, I fixed an > >>> unrelated sourcemap issue that was caused by methods which had metadata > >>> attached. The mapping now correctly aligns with the original function > >>> keyword in these cases. > >> > >> > > -- Carlos Rovira http://about.me/carlosrovira

Re: SourceMaps in SWCs

2019-05-26 Thread Carlos Rovira
nks, > Piotr > > On Sun, May 26, 2019, 8:26 AM Carlos Rovira > wrote: > > > Hi, > > > > my opinion on this is that users'll want the capability to debug > framework > > code by default and will prefer that to save bandwidth. > > sourceMaps is other

Re: Language improvements

2019-05-26 Thread Carlos Rovira
> > small amount of compile time safety, but still leaves large gaps when > > compared with the real thing and many things that you could assume would > be > > safe will not be. Assuming it worked properly could be even considered a > > little 'dangerous'. > > > > There are 260 new assertion tests for Vectors, including some that relate > > to a new doc comment directive @suppressvectorindexchecking which avoids > > (intensive) checking for range errrors (and will be desirable to switch > off > > in a lot of cases, such as in length constrained loops etc). > > You can see the Vector tests here: > > > https://github.com/apache/royale-asjs/blob/improvements/Language/manualtests/UnitTests/src/main/royale/flexUnitTests/language/LanguageTesterTestVector.as#L65 > > > > > > > > *Miscellaneous* > > -When addressing some sourcemap related stuff for Vectors, I fixed an > > unrelated sourcemap issue that was caused by methods which had metadata > > attached. The mapping now correctly aligns with the original function > > keyword in these cases. > > -- Carlos Rovira http://about.me/carlosrovira

Re: Language improvements

2019-05-26 Thread Carlos Rovira
61sdata=GbM8oh6UkKpVE2HsdKwHgt6RgRJ9iNWIlCAhiubmHTk%3Dreserved=0 > > > You should see large parts of that series of tests fail outside the > branch, and in some cases there were compiler errors too iirc (or > maybe I > am confusing some compiler fixes I did for other

Re: SourceMaps in SWCs

2019-05-26 Thread Carlos Rovira
uilding everything from sources on your machine? It would save a lot in > terms of SWC size to not have source maps in the SWCs. > > Thoughts? > -Alex > > -- Carlos Rovira http://about.me/carlosrovira

Re: Language improvements

2019-05-25 Thread Carlos Rovira
be upgraded quite easily to > > use this approach if it makes sense (when IE11 is a distant memory – > > perhaps sometime next year!). > > > > > > > > Phew, you made it! Well done. > > > > Feel free to share your thoughts or ask any questions you might have. If

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Carlos Rovira
Hi, it seems this is tied to windows and I'm on Mac so when I tun "ant" on ASDoc folder it doesn't generate anything So others running Windows will need to generate this. Can someone on Windows do this? thanks in advance El vie., 24 may. 2019 a las 18:37, Carlos Rovira (

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Carlos Rovira
ese investigations and have folks waiting > on me to do so. > > Volunteers are welcome to improve the Maven build by creating a way to > call the ASDoc compiler from Maven. > > HTH, > -Alex > > On 5/24/19, 3:54 AM, "Carlos Rovira" wrote: > > Hi Alex,

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Carlos Rovira
try? can you point me to the next steps? thanks El dom., 19 may. 2019 a las 13:35, Carlos Rovira () escribió: > Hi Andrew, > > I just committed the initials of Basic and Jewel structure, with some > tables, and set of pages to be filled. > First I put inside Frameworks, but final

Re: Problems building with Maven from scratch

2019-05-24 Thread Carlos Rovira
elopers would go deeper into framework - And even if they are I > expect those will be people who definitely won't be afraid made some custom > setup to get to the point. > > Above conclusions were coming not from Adrian's case only, believe me :) > > Thanks, > Piotr &g

Re: RoyaleUnit Ant Task

2019-05-24 Thread Carlos Rovira
the build script. In that case, just like I > explained above, you can use the royaleunit.browser property in > env.properties or via the command line to tell the build to run JS tests in > a different browser that you prefer. As I mentioned, if that browser isn't > already open, the build script will exit the browser automatically after > running tests. > > > > I confirmed that apacheroyaleci on Azure has Firefox installed, > and at least one build has completed successfully on this server. > > > > Please let me know if this has disrupted anything. However, I > think that I covered the edge cases pretty well. > > > > - Josh > > > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Problems building with Maven from scratch

2019-05-24 Thread Carlos Rovira
d continues on to completion. > > > So my failing combination is a) FLASHPLAYER_DEBUGGER is defined and > > b) > > > PLAYERGLOBAL_HOME is not defined and/or local m2 does not contain > > > playerglobal swc > > > > > > > > > > >

Re: Problems building with Maven from scratch

2019-05-24 Thread Carlos Rovira
then you haven't > actually > > helped everyone, just those who want the same set of artifacts you > are > > expecting. > > > > I would not expect any solution to include an Adobe artifact without > using > > a profile to include it. > &g

Re: Problems building with Maven from scratch

2019-05-23 Thread Carlos Rovira
hanks El jue., 23 may. 2019 a las 18:29, Alex Harui () escribió: > > > On 5/23/19, 3:04 AM, "Carlos Rovira" wrote: > > Hi Alex, > > El jue., 23 may. 2019 a las 3:49, Alex Harui ( >) > escribió: > > > Before we go too far

Re: Problems building with Maven from scratch

2019-05-23 Thread Carlos Rovira
know what status that has in > terms > of its validity etc. Maybe it's ok, but I would assume something > official > from Adobe would be better (if possible). > > For the extension.xml inside .mvn folder I did not try commenting that > it > in the compiler build. I only d

Re: Problems building with Maven from scratch

2019-05-23 Thread Carlos Rovira
not aware that the extension was as well present in compiler part. But I assume commenting it will do the same as in ASJS repo and will make the compiler repo fails to build, so I think we should maintain that part -- Carlos Rovira http://about.me/carlosrovira

Re: Problems building with Maven from scratch

2019-05-22 Thread Carlos Rovira
it doesn't ask about flash player and the error is the same I got and the start of this thread (like running without profile option) If no body objects, I'll update: 1.- compiler/pom.xml with dependency 2.- wiki with changes commented here thanks El mié., 22 may. 2019 a las 12:04, Car

Re: Problems building with Maven from scratch

2019-05-22 Thread Carlos Rovira
Hi, I was able to use a profile I found, I think maybe Alex prepared this profile for this initial case? mvn -s settings-template.xml clean install -Pgenerate-swcs-for-swf So I'll update wiki adding this: -Pgenerate-swcs-for-swf ok? El mié., 22 may. 2019 a las 11:01, Carlos Rovira

Re: Problems building with Maven from scratch

2019-05-22 Thread Carlos Rovira
d do some change to make it easy for new comers, maybe updating the instruction provided here: https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven mvn -s settings-template.xml clean install with some additional part -DskipAs=false or something (don't know right now, I'll need t

Re: Problems building with Maven from scratch

2019-05-21 Thread Carlos Rovira
Greg, I tried to copy m2\repository\com\adobe\flash\framework\playerglobal folder (I have there 11.1, 15.0, 20.0 and 27.0), but the error is the same El mar., 21 may. 2019 a las 22:26, Carlos Rovira () escribió: > ok Greg > > thanks for trying. I'm afraid that others tryi

Re: Problems building with Maven from scratch

2019-05-21 Thread Carlos Rovira
; > > > On Wed, May 22, 2019 at 7:14 AM Carlos Rovira > wrote: > > > Hi, > > > > I'm trying to build from scratch with maven to see what problems we could > > have. > > So I removed my .m2/repository forcing maven to download again all > > depend

Problems building with Maven from scratch

2019-05-21 Thread Carlos Rovira
was trying multiple things without success. Thanks in advance for any advice on this Carlos [1] https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven -- Carlos Rovira http://about.me/carlosrovira

Re: Royale Docs layout almost ready

2019-05-19 Thread Carlos Rovira
[1] https://apache.github.io/royale-docs/UI_Sets.html > > On Sun, May 19, 2019 at 8:36 AM Carlos Rovira > wrote: > > > Great Andrew, > > > > As I posted in other thread, this days I plan to add many Jewel docs > > content, so please feel free to correct at your d

Re: Royale Docs layout almost ready

2019-05-19 Thread Carlos Rovira
; typo. > > On Sun, May 19, 2019 at 4:52 AM Carlos Rovira > wrote: > > > Hi, > > > > I could finally contribute to this repo thanks to the multiple changes of > > Adrian. One of them is how to develop in local here: > > > > https://github

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-19 Thread Carlos Rovira
I enter to make it more well-written English thanks! El dom., 19 may. 2019 a las 9:58, Carlos Rovira () escribió: > Hi, > > since people coming would want to know about sets ready to use, I'd only > list complete ones, that for me are: > > - Basic is for smallest, faste

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-19 Thread Carlos Rovira
of each set in an email to this group, but I can't > find > it. > > On Sat, May 18, 2019, 5:33 AM Carlos Rovira, > wrote: > > > Hi, > > > > one thing people complains about docs and reference was about AS3 > Reference > > not

Re: Royale Docs layout almost ready

2019-05-18 Thread Carlos Rovira
gt; On Sat, May 18, 2019 at 3:57 PM Carlos Rovira > wrote: > > > Hi all!, > > > > I think latest combined efforts we have the Royale-docs layout ready. > > Please take a look and let us know what you think. > > > > https://apache.github.io/royale-docs/Get%20St

Royale Docs layout almost ready

2019-05-18 Thread Carlos Rovira
and try to add real examples like in blog examples. Thanks -- Carlos Rovira http://about.me/carlosrovira

Adding Jewel classes to Apache Royale AS3 reference

2019-05-18 Thread Carlos Rovira
it? thanks -- Carlos Rovira http://about.me/carlosrovira

Re: About having an Apache Royale page on Wikipedia

2019-05-18 Thread Carlos Rovira
o give access to a pre-production > >> site, would they agree to our posting a webtour, a video of the site in > >> action? > >> > >> Thank you for the thoughts about what to say about Royale. I will > include > >> multi-target thoughts!. > >> &g

Re: About having an Apache Royale page on Wikipedia

2019-05-17 Thread Carlos Rovira
gt; > https://marketinginflection.com/printui-demo.php>> > > >> > > >>> On May 17, 2019, at 1:27 AM, Andrew Wetmore > > wrote: > > >>> > > >>> I believe there are a couple of live applications using Royale. Do we > > >

Re: Royale Docs Changes Proposal

2019-05-17 Thread Carlos Rovira
t; <https://apache.github.io/royale-docs/>" - it would can go to separate > window where you can easy navigate. > > My 2 cents ;) > > > pt., 17 maj 2019 o 09:59 Carlos Rovira > napisał(a): > > > Hi Andrew, > > > > ok, so website navigation happe

Re: Royale Docs Changes Proposal

2019-05-17 Thread Carlos Rovira
ibió: > I think "target=_blank" should be for links to location outside of Royale > docs. To me, that includes the Royale website. I would want it to open in a > new window rather than taking over the window I am using to read the docs. > > On Thu, May 16, 2019 at 7:11

Re: About having an Apache Royale page on Wikipedia

2019-05-16 Thread Carlos Rovira
characteristics of Royale. Once I have the first version up and published, > we can work on improving it. > > On Thu, May 16, 2019 at 12:11 PM Carlos Rovira > wrote: > > > Hi Andrew, > > > > what do you think about to create a page in Wikipedia for Apache Royale?

About having an Apache Royale page on Wikipedia

2019-05-16 Thread Carlos Rovira
-- Carlos Rovira http://about.me/carlosrovira

Re: Royale Docs Changes Proposal

2019-05-16 Thread Carlos Rovira
that: > > ""Get Started" in the main menu on the website and "Getting Started" in the > footer are pointing us to the same page, However words are different - What > do you think to align them and have in footer "Get Started" as well?" > &

Re: Royale Docs Changes Proposal

2019-05-16 Thread Carlos Rovira
in website, a link to NPM will load in another page while mailing list info will load in the current one. thanks! El jue., 16 may. 2019 a las 11:07, Carlos Rovira () escribió: > Hi > > I tried various plugin solutions for WP and no one seems to fit what we > need. So I changed the url

Re: Royale Docs Changes Proposal

2019-05-16 Thread Carlos Rovira
. 2019 a las 10:42, Carlos Rovira () escribió: > Hi, I'm looking into this now: How to make website render the content of a > GitHub page. > About Menu I'll change to "Get Started" as Piotr suggested > > El mié., 15 may. 2019 a las 11:05, Adrian Szuszkiewicz (< > adriansz

Re: Royale Docs Changes Proposal

2019-05-16 Thread Carlos Rovira
> from: https://royale.apache.org/getting-started/ > to: https://apache.github.io/royale-docs/Get%20Started.html > > Thanks, > Adrian > > > > -- > Sent from: http://apache-royale-development.20373.n8.nabble.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: Reverting dialogPolyfill call from dot access to bracket

2019-05-10 Thread Carlos Rovira
planed Thanks Carlos El vie., 10 may. 2019 a las 19:43, Carlos Rovira () escribió: > Hi finally got to catch the problem :) > > The problem is in source map generation for @externs in libraries > > if I remove turn off the source-map generation in Jewel pom.xml, then >

Re: Reverting dialogPolyfill call from dot access to bracket

2019-05-10 Thread Carlos Rovira
to solve this could give a hand to solve it. thanks Carlos El jue., 9 may. 2019 a las 23:52, Carlos Rovira () escribió: > Then when compile TDJ using the @extern of dialogPolyfill with > > dialogPolyfill.registerDialog(dialog); > > this is what makes all fail: > > end of list

Re: Royale in a Week

2019-05-10 Thread Carlos Rovira
gt; >>> we > > >>>teach each of the seven days) and get confirmation from the group > > >>> that the > > >>>list looks adequate. > > >>> > > >>>My question is, where should I post such a document for feedback > and > > >>>comments? My immediate impulse is to create a mind map or > document > > in > > >>>Google Docs and share it, but I think I have seen people suggest > > that > > >>> is > > >>>not the correct method. > > >>> > > >>>a > > >>> > > >>>-- > > >>>Andrew Wetmore > > >>> > > >>> > > >>> > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcottage14.blogspot.com%2Fdata=02%7C01%7Caharui%40adobe.com%7C5e6f1266e7384aa2831c08d6cda3c6a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636922500628304365sdata=b%2BhDtiykkxmq9c83dOP%2FF9RrucysABFyICNXaulhjqw%3Dreserved=0 > > >>> > > >>> > > >>> > > >> > > >> -- > > >> Andrew Wetmore > > >> > > >> http://cottage14.blogspot.com/ > > >> > > >> > > >> > > >> > > >> > > > > > > -- > > > Andrew Wetmore > > > > > > http://cottage14.blogspot.com/ > > > > > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: Important question in SOF

2019-05-10 Thread Carlos Rovira
Hi Piotr, about the docs you pointed in the previous response, can you show me a link? thanks El jue., 9 may. 2019 a las 19:55, Carlos Rovira () escribió: > Hi Piotr, > > can you share the link about this. In that case you can respond it > yourself thanks. Don't know it was al

Re: Trying to master SOF

2019-05-10 Thread Carlos Rovira
tag with the > notifications going to this mailing list (dev@royale.apache.org). The > notifications are on a 3 hour interval. We'll probably have to moderate > them through unless we find a pattern in the mail forwarder that we can > allow-subscribe. > > -Alex > > On 5/6/1

Re: Royale in a Week

2019-05-10 Thread Carlos Rovira
t > that > >> is > >> not the correct method. > >> > >> a > >> > >> -- > >> Andrew Wetmore > >> > >> > >> > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcottage14.blogspot.com%2Fdata=02%7C01%7Caharui%40adobe.com%7C5e6f1266e7384aa2831c08d6cda3c6a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636922500628304365sdata=b%2BhDtiykkxmq9c83dOP%2FF9RrucysABFyICNXaulhjqw%3Dreserved=0 > >> > >> > >> > > > > -- > > Andrew Wetmore > > > > http://cottage14.blogspot.com/ > > > > > > > > > > > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: Language improvements

2019-05-10 Thread Carlos Rovira
> off in contrast to compiler level setting) with a specific doc > >> comment > >> > directive. (i.e. like royaleignorecoercion) > >> > Output in debug mode shows these implicit coercions prefixed with > >> /* > >> > implicit cast */ so you can easily review the number of locations > >> this is > >> > affecting by doing 'find in files' and looking at the locations > and > >> count. > >> > While it will probably be a good thing to switch off in a final > >> release > >> > build, it can help find problems during development, particularly > >> as more > >> > and more code is not being parallel tested in the flash player > >> where error > >> > trapping like this is automatic. > >> > I switched this off in framework, but it could help find code > >> errors in the > >> > framework when it is switched on > >> > > >> > > >> > *-Vectors* > >> > Vectors are 'smoke and mirrors' currently in develop - it is > >> basically the > >> > compiler pretending that they are Vectors (they are Arrays). This > >> gives a > >> > small amount of compile time safety, but still leaves large gaps > >> when > >> > compared with the real thing and many things that you could assume > >> would be > >> > safe will not be. Assuming it worked properly could be even > >> considered a > >> > little 'dangerous'. > >> > > >> > There are 260 new assertion tests for Vectors, including some that > >> relate > >> > to a new doc comment directive @suppressvectorindexchecking which > >> avoids > >> > (intensive) checking for range errrors (and will be desirable to > >> switch off > >> > in a lot of cases, such as in length constrained loops etc). > >> > You can see the Vector tests here: > >> > > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fimprovements%2FLanguage%2Fmanualtests%2FUnitTests%2Fsrc%2Fmain%2Froyale%2FflexUnitTests%2Flanguage%2FLanguageTesterTestVector.as%23L65data=02%7C01%7Caharui%40adobe.com%7Ce44a5f9a81b141a8414908d6d2352ee6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636927523209585267sdata=NNJ6cfAOqGHPya5oyADDhwBwkWpNkng%2Fk0%2BvrzZm7aM%3Dreserved=0 > >> > > >> > > >> > > >> > *Miscellaneous* > >> > -When addressing some sourcemap related stuff for Vectors, I fixed > >> an > >> > unrelated sourcemap issue that was caused by methods which had > >> metadata > >> > attached. The mapping now correctly aligns with the original > >> function > >> > keyword in these cases. > >> > > >> > >> > >> > -- Carlos Rovira http://about.me/carlosrovira

Re: Reverting dialogPolyfill call from dot access to bracket

2019-05-09 Thread Carlos Rovira
error. Semi-colon expected "version":3, ^ may 09, 2019 11:50:28 PM com.google.javascript.jscomp.LoggerErrorManager printSummary ADVERTENCIA: 1 error(s), 0 warning(s) El jue., 9 may. 2019 a las 23:46, Carlos Rovira () escribió: > continuing the differences I see o

Re: Reverting dialogPolyfill call from dot access to bracket

2019-05-09 Thread Carlos Rovira
and only throws this on logs: using extern file: /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/target/javascript/bin/js-debug/hljs.js El mié., 8 may. 2019 a las 21:16, Carlos Rovira () escribió: > Hi, > > if I use this line > > window[

hljs extern compiler warnings

2019-05-09 Thread Carlos Rovira
successfully compiled and optimized. Maybe there's particularities that needs to be added that I didn't know? thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Important question in SOF

2019-05-09 Thread Carlos Rovira
to docs El jue., 9 may. 2019 a las 18:20, Piotr Zarzycki () escribió: > Hi Carlos, > > Well everything is in documentation and it's explained well. What do you > expect to see more thank there ? We can point him to that if you want. > > Thanks, > Piotr > > czw., 9 maj

Re: Why destroyErrorTip is internal?

2019-05-09 Thread Carlos Rovira
; interested on removing other tooltips, I would like to remove this > > specific. > > > > > > I thought that I can use destroyErrorTip (Validator class), but it's > > > internal - Do you have any other proposition than making it public ? > > > > >

Important question in SOF

2019-05-09 Thread Carlos Rovira
Hi Alex, here's an important question about Royale component lifecycle that maybe would be better answered by you https://stackoverflow.com/questions/56062426/ui-component-life-cycle-in-royale what do you think? Do you dare to be the one who responds? thanks -- Carlos Rovira http://about.me

Re: Why destroyErrorTip is internal?

2019-05-09 Thread Carlos Rovira
t; > >> It looks like Carlos added a new approach near middile of March > > >> which > > >> > is > > >> > > >> event driven using 'cleanValidationErrors' to support that type > > of > > >> > > thing

Re: Reverting dialogPolyfill call from dot access to bracket

2019-05-08 Thread Carlos Rovira
s no code just, only this //# sourceMappingURL=./App.js.map Seems there's some bug in some place El mié., 8 may. 2019 a las 20:32, Carlos Rovira () escribió: > Other difference is: > > hljs is defined in TDJ project > > dialogPolyfill is defined in Jewel library > > both seems identical, b

Re: Reverting dialogPolyfill call from dot access to bracket

2019-05-08 Thread Carlos Rovira
Other difference is: hljs is defined in TDJ project dialogPolyfill is defined in Jewel library both seems identical, but there should be some difference that's make TDJ breaks completely with a blank page El mié., 8 may. 2019 a las 20:29, Carlos Rovira () escribió: > Hi Alex, >

Re: Reverting dialogPolyfill call from dot access to bracket

2019-05-08 Thread Carlos Rovira
e_jewel_Alert_dialog); } document.body.classList.add("viewport"); } }; El mié., 8 may. 2019 a las 5:11, Alex Harui () escribió: > What did the compiler generate for dialogPolyFill and for hljs? > > -Alex > > On 5/7/19, 2:58 AM, "Carlos Rovira" wrote: > >

Call to arms - Ask just a question in StackOVerFlow

2019-05-08 Thread Carlos Rovira
ve problems and makes all grow as a comunity. So this is a very easy task for you. This is a point where you can help Apache Royale project. Hope you all can invest a few minutes and do all of us this little favor. 3.- If you want go to 2.- and repeat all times you want! :) Thanks in advance

Re: Royale docs website integration

2019-05-08 Thread Carlos Rovira
ata=02%7C01%7Caharui%40adobe.com%7Ce4c8bcf3ba7d495cfb3908d6d179c362%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636926718230562036sdata=HHnTKIkpKBG2KvHTOC%2B6VbHV1ivyFsfUMfzkLXeElUk%3Dreserved=0 > > > > Op 5 mei 2019, om 16:49 heeft Carlos Rovira > het volgende geschreven: > >

Re: Email Moderation - Question

2019-05-08 Thread Carlos Rovira
gt; https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzyckidata=02%7C01%7Caharui%40adobe.com%7Ce754a0d7caa2495a05ae08d6d31d0679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636928518942840032sdata=2jIzE14cUhaslA7DbuvKvXhKCpPf09OeEMvl2I0mN90%3Dreserved=0 > > > > < > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzyckidata=02%7C01%7Caharui%40adobe.com%7Ce754a0d7caa2495a05ae08d6d31d0679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636928518942840032sdata=2jIzE14cUhaslA7DbuvKvXhKCpPf09OeEMvl2I0mN90%3Dreserved=0 > > >* > > > > > > > > > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Royale Docs Changes Proposal

2019-05-08 Thread Carlos Rovira
en it expands correctly showing > all its children. At first, I thought the menu was incomplete and > disjointed but then I realized it just doesn’t expand at right times. It > made me feel a little bit lost in the docs and track my journey through > them in the notepad. If you agree I’d like to fix expanding behavior. > > It's easier to conceptualize this in a video: > https://www.youtube.com/watch?v=GHzDnH8h6gE=youtu.be > > > Have a great day, > > Adrian > -- Carlos Rovira http://about.me/carlosrovira

Re: Reverting dialogPolyfill call from dot access to bracket

2019-05-07 Thread Carlos Rovira
bject = window["hljs"]; //prevent renaming by compiler //hljs["highlightBlock"](block); very strange isn't it? thanks Carlos El lun., 6 may. 2019 a las 20:43, Carlos Rovira () escribió: > Hi, > > trying release mode of TDJ I saw it was failing w

Reverting dialogPolyfill call from dot access to bracket

2019-05-06 Thread Carlos Rovira
, but this time this not worked and breaks the app someone know what could be wrong? thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Trying to master SOF

2019-05-06 Thread Carlos Rovira
> https://meta.stackoverflow.com/questions/254318/how-to-subscribe-to-tags > -- Carlos Rovira http://about.me/carlosrovira

Re: Trying Moonshine 2.0

2019-05-06 Thread Carlos Rovira
ok Piotr, installed! :) thanks! El lun., 6 may. 2019 a las 17:40, Piotr Zarzycki () escribió: > Yes exactly - you should use direct download from our website. > > On Mon, May 6, 2019, 5:29 PM Carlos Rovira > wrote: > > > Hi Piotr, > > > > great!, So I must use

Re: Trying Moonshine 2.0

2019-05-06 Thread Carlos Rovira
lly annoying, > > I am really sorry, > > I tried to unsubscribe but it doesn't work. > > Thank you in advance for your help. > > > > On Mon, Mar 25, 2019, 22:44 Carlos Rovira > > wrote: > > > > > Hi Piotr, > > > > >

Re: Language improvements

2019-05-06 Thread Carlos Rovira
'smoke and mirrors' currently in develop - it is basically > the > > compiler pretending that they are Vectors (they are Arrays). This gives a > > small amount of compile time safety, but still leaves large gaps when > > compared with the real thing and many things that you could assume would > be > > safe will not be. Assuming it worked properly could be even considered a > > little 'dangerous'. > > > > There are 260 new assertion tests for Vectors, including some that relate > > to a new doc comment directive @suppressvectorindexchecking which avoids > > (intensive) checking for range errrors (and will be desirable to switch > off > > in a lot of cases, such as in length constrained loops etc). > > You can see the Vector tests here: > > > https://github.com/apache/royale-asjs/blob/improvements/Language/manualtests/UnitTests/src/main/royale/flexUnitTests/language/LanguageTesterTestVector.as#L65 > > > > > > > > *Miscellaneous* > > -When addressing some sourcemap related stuff for Vectors, I fixed an > > unrelated sourcemap issue that was caused by methods which had metadata > > attached. The mapping now correctly aligns with the original function > > keyword in these cases. > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Trying to master SOF

2019-05-06 Thread Carlos Rovira
by using ticks (`) or buy indenting text > with 4 spaces or more. > > Dany > > > Op 5 mei 2019, om 16:39 heeft Carlos Rovira > het volgende geschreven: > > > > Hi, > > > > I'm trying to get notified watching the "apache-royale" tag, but I never &

Re: Royale docs website integration

2019-05-05 Thread Carlos Rovira
rking on extending TourDeJewel > > Thoughts? > > Dany > > > > > [1] https://drive.google.com/open?id=1BwAEnTFnGf5k-hjvp1XUSdBdO2viALd2 -- Carlos Rovira http://about.me/carlosrovira

Trying to master SOF

2019-05-05 Thread Carlos Rovira
Is there a way to do it? Thanks [1] https://stackoverflow.com/questions/55981261/how-to-create-a-big-header-in-apache-royale/55993059#55993059 -- Carlos Rovira http://about.me/carlosrovira

Re: Royale video tutorials

2019-05-05 Thread Carlos Rovira
; > > > > Thanks, > > > -- > > > > > > Piotr Zarzycki > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki > > > <https://www.patreon.com/piotrzarzycki>* > > > > > > > > > -- > > Andrew Wetmore > > > > http://cottage14.blogspot.com/ > > > -- Carlos Rovira http://about.me/carlosrovira

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

2019-05-05 Thread Carlos Rovira
> Is this PAYG? getBeadByType iterates through an array. > Also, animateBead may turn out to be null which adds a level of > uncertainty as to whether or not this will run. > > -- Carlos Rovira http://about.me/carlosrovira

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

2019-05-03 Thread Carlos Rovira
aybe right not it can't be done. Example code I'm using now with brackets notation is: indicator_content["animate"]({ }); so I want royale user can do instead: indicator_content.animate({...}); thanks El vie., 3 may. 2019 a las 23:03, Carlos Rovira () escribió: > Hi, >

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

2019-05-03 Thread Carlos Rovira
gt; > > Hi Carlos, > > > > I'm pretty sure externs are not scanned for inject_html. Volunteers are > > welcome to teach the compiler to do so. > > > > -Alex > > > > On 5/3/19, 1:50 PM, "Carlos Rovira" wrote: > > > > Hi, &g

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

2019-05-03 Thread Carlos Rovira
e-dark.min.css "> * */ public function hljs() { } public static function highlightBlock(block:Element):void {} } } So instead of add the inject_html in the code that calls the methods in this step, I think it should be here Make this sense? El vie., 3 may. 2019 a l

Re: The start of a FullCalendar Royale component...

2019-05-03 Thread Carlos Rovira
Shared here! :) https://twitter.com/ApacheRoyale/status/1124349214127947776 El vie., 3 may. 2019 a las 18:13, Carlos Rovira () escribió: > Great example Andrew! Thanks for sharing!! :) > > El vie., 3 may. 2019 a las 8:49, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escr

Re: The start of a FullCalendar Royale component...

2019-05-03 Thread Carlos Rovira
Hope it's useful for folk to see how quickly this can be done... > > >> > > >> > > >> > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fajwfrost%2Froyale-playground%2Ftree%2Fmaster%2FCalendarProjectdata=02%7C01%7Caharui%40adobe.com%7C19735c4310c64d1152b808d6cf423d43%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636924280737194314sdata=xmrL7z1UB9Mh3FpmbD6iGy9JORZ0YDmXjdiZvDJRm1Y%3Dreserved=0 > > >>(the wrapper classes are in src/io/fullcalendar, and the mxml file > > >> that uses them is just src/CalendarProject.mxml .. I've been using > > >> Moonshine and just uploaded the whole project so there's lots of > > irrelevant > > >> files in there too!) > > >> > > >> > > >>thanks > > >> > > >> Andrew > > >> > > >> > > >> > > >> > > >> > > > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: [JOB] Moonshine-IDE.com is hiring contractors to bring Apache Royale to version 1.0

2019-05-03 Thread Carlos Rovira
Ideally multiple people will commit to doing something "small" for > $500 > >each and Prominic can award 5 people the projects. > > > >The $2,500 USD total will be paid via PayPal. No exceptions. > > > >Please note that the work you do may not be accepted into the project > > repos. If your work is not accepted, Prominic will work with you and the > > project on next steps. Your work may end up on the Moonshine-IDE site or > > other places. Prominic cannot dictate production deadlines for an Apache > > project so If the 30 day and 60 day deadlines are not met, Prominic > > reserves the right to change the offer or its deadlines. Prominic is not > > the only business entity involved with Royale and encourages other > business > > entities to make similar offers to help Royale mature to be your solution > > for building applications for web/mobile/desktop. > > > >IF within 30 days Apache Royale 1.0 is released to the public then the > >Moonshine-IDE.com team will again donate $2,500 for the month of June > > in an > >identical voting scenario (assuming this one works well) to bring > home a > >1.1 release. > > > > > >By 60 days from now, a new user who has never seen Royale before or > >programmed in ActionScript should be able to: > >1) Arrive at the Apache Royale web page > > > >2) Understand from the home page why they should care about the > project > > if > >they come from React, Vue, Angular, Flex, or ActionScript worlds > > > >3) Be able to within 5 mouse clicks (download button, install button, > >launch button, build button, run button) go from having nothing on > their > >machine to having an IDE (we of course volunteer Moonshine but Visual > >Studio Code should be a goal for this, too) on their machine with a > >successful build of their first "hello world". No command line > > nonsense. > >No learning NPM, Git, downloading 20 required packages. See Royale > >website. Want to try it. 5 clicks later build your Hello World. > > > >If the above 3 goals are met, then the Moonshine-IDE.com team will > run a > >3rd donation round of $2,500 for the month of July in a manner to the > >description above to bring home a 1.2 release, to be published no > later > >than the end of July 2019 for the awards to be paid. > > > > > >Hopefully this helps motivate the team. > > > >Thank you, > > > >Justin Hill > > > > > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

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

2019-05-03 Thread Carlos Rovira
t;> > >>> I don’t think hljs is in a package called "externs". In Josh's > example, hljs was in the top-level package. And that's because hljs is > found at runtime off of the global window object, not some sub-object > called "externs". So, the hljs.

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

2019-05-02 Thread Carlos Rovira
time off of the global window object, not some sub-object > called "externs". So, the hljs.as file containing the externs has to go > in the root of a source-path, not in some folder called "externs" (which is > why some folks will take the time to create a separate typedefs SWC

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

2019-05-02 Thread Carlos Rovira
js.as file containing the externs has to go > in the root of a source-path, not in some folder called "externs" (which is > why some folks will take the time to create a separate typedefs SWC so as > not to clutter the root of their application's source directory). >

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

2019-05-02 Thread Carlos Rovira
) at org.apache.royale.net.HTTPService.goog.events.EventTarget.dispatchEvent (eventtarget.js:196) What I'm doing wrong? thanks! El jue., 2 may. 2019 a las 18:02, Carlos Rovira () escribió: > Hi Josh, > > I think this piece of knowledge you just exposed here is key for the > success of Royale. > > I'll try to use this in TDJ to experiment wi

Re: RE: Example of access external JS using Apache Royale

2019-05-02 Thread Carlos Rovira
and it, you don't even need to create a SWC library for custom > typedefs. Recently, Alex mentioned that the mxmlc compiler is smart enough > to handle a source file as long as it has the @externs tag. > > - Josh > > On 2019/05/02 09:34:37, Carlos Rovira wrote: > > Hi, &g

Re: Building a Faq for Royale

2019-05-02 Thread Carlos Rovira
ed.html > [2] https://angular.io/docs > [3] https://react.semantic-ui.com > [4] https://codesandbox.io > [5] https://jsfiddle.net > > And a final question: do we post this kind of threads on u...@royale.org > from now on? > > Don't think so, this is more a "dev" question, and users list use to be a way for users to ask devs, not the opposite. Or devs inform users... Thanks Dany! > Dany > > -- Carlos Rovira http://about.me/carlosrovira

Re: RE: Example of access external JS using Apache Royale

2019-05-02 Thread Carlos Rovira
s libs change. Could we agree that this is the currently available ways in Royale now to use external JS libs? thanks -- Carlos Rovira http://about.me/carlosrovira

Re: How to try locally Royale-docs repo

2019-05-02 Thread Carlos Rovira
gt; locally before commit anything to see is ok. > > > > then I'll need what's the current plans with Royale-docs and if if > Josh, > > Andrew or others are working on it, let me know what you're doing to > avoid > > conflicts o

SOF question about enterFrame in Royale need some response

2019-04-30 Thread Carlos Rovira
Hi, Andrew posted in SOF a question about enterFrame event in JS [1]. I'm not sure about how this is done in Royale since I didn't use it for many time since Flash times. Hope others could give it some response thanks https://stackoverflow.com/questions/tagged/apache-royale -- Carlos Rovira

How to try locally Royale-docs repo

2019-04-30 Thread Carlos Rovira
have on Mac to change and test locally before commit anything to see is ok. then I'll need what's the current plans with Royale-docs and if if Josh, Andrew or others are working on it, let me know what you're doing to avoid conflicts or touch the same thing at the same time. thanks! -- Carlos

Example of access external JS using Apache Royale

2019-04-30 Thread Carlos Rovira
ing. Maybe it could be great they could write some doc in our GitHub pages - More ways?? Let me know. I can work on this in few days , hope you could let me know about those alternate methods I didn't control thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Royale in a Week

2019-04-30 Thread Carlos Rovira
> not the correct method. > > a > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: [Non-DoD Source] Re: Version property (was: Let's bump Royale version to 1.0)

2019-04-30 Thread Carlos Rovira
A > version bead would be more building an app using the SDK and the app > having it's own version. > > > -Mark K > > On Tue, Apr 30, 2019 at 2:39 PM Piotr Zarzycki > wrote: > > > > +1 to Josh's idea that we provide bead with logic which serves version. >

Re: Building a Faq for Royale

2019-04-30 Thread Carlos Rovira
; Dany > > Verstuurd vanaf mijn iPhone > > > Op 30 apr. 2019 om 17:04 heeft Carlos Rovira > het volgende geschreven: > > > > Dany, > > please sent me the email I must use privately, since yours in the list > puts > > "invalid" so I think is not the want y

Stars in Github

2019-04-30 Thread Carlos Rovira
Hi!, one more important thing to pursue: Get stars in Apache Royale ASJS Github repo: https://github.com/apache/royale-asjs/stargazers We currently have 222...we need much much more!! :) projects are more valuable if this number grows. So share your love and give us star! :) -- Carlos

Re: Building a Faq for Royale

2019-04-30 Thread Carlos Rovira
Dhondt () escribió: > Hi Carlos, > > That’s ok. > Maybe you could setup a Faq section and create the empty base page so I > don’t mess anything up? > > Thx > Dany > > > Op 30 apr. 2019, om 16:42 heeft Carlos Rovira > het volgende geschreven: > > > > H

Re: Building a Faq for Royale

2019-04-30 Thread Carlos Rovira
Dany, please sent me the email I must use privately, since yours in the list puts "invalid" so I think is not the want you use. thanks! El mar., 30 abr. 2019 a las 17:03, Carlos Rovira () escribió: > Hi Dany, > > I already shared the actual FAQ link [1], maybe you missed i

Re: extending IUIBase with interfaces (was: Re: Version property (was: Let's bump Royale version to 1.0))

2019-04-30 Thread Carlos Rovira
Base classes instead or interface in this class of context. And the problem in this case is that we can't generalize a code since not all components will be "StyledUIBase". For me this is the most serious problem -- Carlos Rovira http://about.me/carlosrovira

Re: [Non-DoD Source] Re: Version property (was: Let's bump Royale version to 1.0)

2019-04-30 Thread Carlos Rovira
al SDK and references an > official SDK property that contains the SDK identifier already built in > it. Meaning I should be able to code complete off of the SDK and find > something that already exists and could return me an official identifier. > > > -Mark K > > ---

Re: Let's bump Royale version to 1.0 -- submit your bid for assistance to the group by Friday May 3

2019-04-30 Thread Carlos Rovira
ific case. So we need to work more on the official Jewel themself and create some more that shows how different it could be from one to another just by creating your own styles, and in the other hand we should create more Jewel components that tries to bring all possibilities, and incorporate to Royale Jewel library or make other expansion libraries... > > Just some random thoughts… > > > Dany > > -- > Carlos Rovira > http://about.me/carlosrovira > > > >

Re: extending IUIBase with interfaces (was: Re: Version property (was: Let's bump Royale version to 1.0))

2019-04-30 Thread Carlos Rovira
e use of CSS selectors is crucial and people will needed always (and that's the key for PAYG). Thoughts? > > Hope it helps.. > > thanks > >Andrew > > > > -Original Message- > From: Carlos Rovira [mailto:carlosrov...@apache.org] > Sent: 29 April 2019 18:04 > To:

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