Re: Vertical FormItem

2019-01-24 Thread Carlos Rovira
), since I didn't have the time to create its own one, and that's temporal. But my plan is to create a concrete layout for some of this components. FormItem could be one of those cases, for what we're seeing El jue., 24 ene. 2019 a las 16:50, Carlos Rovira () escribió: > Hi Piot

Re: Vertical FormItem

2019-01-24 Thread Carlos Rovira
more natural. El jue., 24 ene. 2019 a las 17:30, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Carlos, > > Why you are proposing have that? > > L > C * > > I'm in favor of staying > > L * > C > > Thanks, > Piotr > > On Thu, Jan

Re: Vertical FormItem

2019-01-24 Thread Carlos Rovira
yout") should remain as is to layout contents vertically (by default) > If you have other idea let me know. > > Thanks, > Piotr > > > On Thu, Jan 24, 2019, 5:30 PM Piotr Zarzycki > wrote: > > > Carlos, > > > > Why you are proposing have that? &g

Re: Vertical FormItem

2019-01-24 Thread Carlos Rovira
rk were indicator > in case of L* C (current implementation) will be changed to L C* - Yes ? - > Being consistent it should be like that. > > I'm not sure what the trends are in that case. > > czw., 24 sty 2019 o 17:51 Carlos Rovira > napisał(a): > > > Hi Piotr, >

Re: [royale-compiler] branch develop updated: compiler: added support for abstract classes in ActionScript

2019-01-25 Thread Carlos Rovira
nly class property definitions. > >> > >> It's probably possible to support abstract methods too, but I wanted to > >> start with something simpler. > >> > >> - Josh > >> > >> On 2019/01/24 16:40:58, Piotr Zarzycki > w

Re: Vertical FormItem

2019-01-25 Thread Carlos Rovira
- You are showing me some custom > implementation. > > [1] https://imgur.com/INKlfcC > [2] https://paste.apache.org/jyrl > > czw., 24 sty 2019 o 18:20 Carlos Rovira > napisał(a): > > > Piotr, > > > > in Flex we have the same align (as we have now in R

Re: Vertical FormItem

2019-01-26 Thread Carlos Rovira
uot;org.apache.royale.jewel.beads.layouts.HorizontalLayout"); > and #1 - *IBeadLayout* > L > C - Set children Horizotnally > 2) IFormItemLayout: > ClassReference("org.apache.royale.jewel.beads.layouts.HorizontalLayout"); > and #2 - *IBeadLayout* > *L* > *C - Set ch

Re: Vertical FormItem

2019-01-26 Thread Carlos Rovira
>> > ClassReference("org.apache.royale.jewel.beads.layouts.HorizontalLayout");* > >> *L C* > >> > >> *IFormItemLayout will do:* > >> 1) IFormItemLayout: > >> > ClassReference("org.apache.royale.jewel.beads.layouts.HorizontalLayou

Jewel Group layout change dynamically (was: Re: Vertical FormItem)

2019-01-26 Thread Carlos Rovira
add bead dynamically - > it doesn't work. [2] - I believe fix can be placed in method > beadsAddedHandler > - Do you think this is a bug and fix can be here ? > > [1] https://paste.apache.org/IvoK > [2] https://paste.apache.org/kyfP > > Thanks, > Piotr > -- Carlos Rovira http://about.me/carlosrovira

Re: Compiler build is failing - Ant

2019-01-26 Thread Carlos Rovira
ng fail in ANT > build > > [1] > > > > [1] https://paste.apache.org/mevf > > -- > > > > Piotr Zarzycki > > > > Patreon: *https://www.patreon.com/piotrzarzycki > > <https://www.patreon.com/piotrzarzycki>* > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Vertical FormItem

2019-01-26 Thread Carlos Rovira
> Too bad that you didn't understand me. Just question to above requirements > - What in your opinion should do layout added trough -> *IFormItemLayout > ?* > > sob., 26 sty 2019 o 11:54 Carlos Rovira > napisał(a): > > > Hi Piotr, > > > > Don't th

Re: Jewel Group layout change dynamically (was: Re: Vertical FormItem)

2019-01-26 Thread Carlos Rovira
> https://imgur.com/7MhKEyS - basic is not needed yes ? > > Thanks, > Piotr > > sob., 26 sty 2019 o 12:06 Carlos Rovira > napisał(a): > > > Changing subject since this seems not related to FormItem right? > > > > to see what's happening and understand

Re: Jewel Group layout change dynamically (was: Re: Vertical FormItem)

2019-01-26 Thread Carlos Rovira
ticalLayout in beadsAddedHandler > > sob., 26 sty 2019 o 12:09 Piotr Zarzycki > napisał(a): > > > Carlos, > > > > This is html output when you add Vertical layout dynamically -> > > https://imgur.com/7MhKEyS - basic is not needed yes ? > > > > Thanks, > &g

Re: Vertical FormItem

2019-01-26 Thread Carlos Rovira
> >> However above code won't work cause you have this [1] - > transferLayoutBead > >> is being added to contentArea you have now in output code for content > area > >> something weird. [2] > >> > >> To me IBeadLayout - shouldn't b

Re: [royale-asjs] branch develop updated: Jewel Group: Fix dynamic adding Horizontal/Vertical layout

2019-01-26 Thread Carlos Rovira
if(hostClassList.contains("vertical")) > - hostClassList.remove("vertical"); > +{ > + hostClassList.remove("vertical"); > +} > hostClassList.add("vertical"); > + > + if(hostClassList.contains("basic")) > + { > +hostClassList.remove("basic"); > + } > } > } > > > -- Carlos Rovira http://about.me/carlosrovira

Re: [royale-asjs] branch develop updated: Jewel Group: Fix dynamic adding Horizontal/Vertical layout

2019-01-27 Thread Carlos Rovira
#x27;t have time to look into that, so we won't > forget. I can also revert it and will add fix in my own code. > > sob., 26 sty 2019 o 15:39 Carlos Rovira > napisał(a): > > > Hi Piotr, > > > > this seems not a proper fix for me. Why Simple*** should be responsible

Problems dealing with bead substitution in Royale

2019-01-27 Thread Carlos Rovira
al mechanism in Royale to do this? For more info and code about this issue, Piotr shared some source code in other recent thread about Jewel Group. Thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Problems dealing with bead substitution in Royale

2019-01-27 Thread Carlos Rovira
io for you? > > > > > > Thanks, > > > Piotr > > > > > > On Sun, Jan 27, 2019, 10:19 AM Yishay Weiss > wrote: > > > > > >> Can you explain why this is necessary? Why create a strand with bead X > > and > > >> replac

Re: [royale-asjs] branch develop updated: Jewel Group: Fix dynamic adding Horizontal/Vertical layout

2019-01-27 Thread Carlos Rovira
get with a concrete solution. Thanks Carlos El dom., 27 ene. 2019 a las 9:14, Carlos Rovira () escribió: > Hi Piotr, > I'll create a thread to talk about how to do this kind of thing with clear > explanation, so others could suggest how to deal with it. This is not > somethin

Re: Problems dealing with bead substitution in Royale

2019-01-28 Thread Carlos Rovira
nderstand the scenario. If you just need to create > beads in AS3, you can do so while overriding the default bead, as another > [1] example shows. > > > > [1] https://github.com/yishayw/Examples > > > > > From: Carlos Rovira >

Re: Problems dealing with bead substitution in Royale

2019-01-28 Thread Carlos Rovira
How to deal with beads that are already > instantiated > and needs to be removed. How we should operate with it? Should be have > some > removal mechanism in Royale to do this? > > For more info and code about this issue, Piotr shared some source code > in > other recent thread

Re: Problems dealing with bead substitution in Royale

2019-01-28 Thread Carlos Rovira
uly PAYG, but the notifications could really be plug and play. I > think the net result would be less code as opposed to the current system of > sending events. > > > > For this case, I think a replaceBead() utility function would probably > do the trick. > > > >&

Re: [royale-asjs] branch develop updated: Jewel Group: Fix dynamic adding Horizontal/Vertical layout

2019-01-29 Thread Carlos Rovira
Ok Piotr, thanks El lun., 28 ene. 2019 a las 21:17, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Hi Carlos, > > Ok I will revert changes soon. > > Thanks, > Piotr > > niedz., 27 sty 2019 o 18:04 Carlos Rovira > napisał(a): > > > Hi Piot

Re: FormItemView changes

2019-01-29 Thread Carlos Rovira
mModel"); > IFormItemContentArea: ClassReference("org.apache.royale.jewel.Group"); > } > > > [1] > https://github.com/apache/royale-asjs/commit/2af5cc10fbe064d5176162d8c8ee54f6edd6cafb > > Thanks, > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: FormItem and center align

2019-01-29 Thread Carlos Rovira
473 > > > > Thanks, > > -- > > > > Piotr Zarzycki > > > > Patreon: *https://www.patreon.com/piotrzarzycki > > <https://www.patreon.com/piotrzarzycki>* > > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: [royale-compiler] branch develop updated: compiler-jx: Assigning a value to an int or uint coerces it so that variables don't store decimal values (closes #74)

2019-01-29 Thread Carlos Rovira
Hi Harbs, I rebuild all with the latest change but seems the problem is still there. Now I get this: RangeError: Maximum call stack size exceeded Language.js:115 at String.toString () at Function.org.apache.royale.utils.Language.string (/Users/carlosrovira/Dev/Codeoscopic/Source/sgc/webapp/src/ma

Re: FormItemView changes

2019-01-29 Thread Carlos Rovira
hat case he don't need any gap etc. > > However if he uses different content area in his application it his > responsibilities adding that gap - At least this is how I'm thinking about > that. > > Thoughts ? > Piotr > > wt., 29 sty 2019 o 11:45 Carlos Rovira > na

Re: Problems dealing with bead substitution in Royale

2019-01-29 Thread Carlos Rovira
tterBead (which is > also a strand) would allow both a HorizontalLayout and VerticalLayout to be > on its strand, and have some flag that switches which layout is in play by > redirecting calls to one of the two beads. > interesting idea :) > > HTH, > -Alex > > On 1/28

Re: Problems dealing with bead substitution in Royale

2019-01-29 Thread Carlos Rovira
a HorizontalLayout and VerticalLayout to be > on its strand, and have some flag that switches which layout is in play by > redirecting calls to one of the two beads. > > > > HTH, > > -Alex > > > > On 1/28/19, 2:57 AM, "Carlos Rovira" carlosrov...@apache.o

Re: Problems dealing with bead substitution in Royale

2019-01-29 Thread Carlos Rovira
tion. > > > > > > One other idea along these lines that I've never tried is a > > "splitter bead". In electronics and elsewhere, a splitter allows > one plug > > to plug in two things, with an optional switch. So a > LayoutSplitterBe

Re: [royale-compiler] branch develop updated: compiler-jx: Assigning a value to an int or uint coerces it so that variables don't store decimal values (closes #74)

2019-01-29 Thread Carlos Rovira
Thanks Harbs, that worked! :) El mar., 29 ene. 2019 a las 13:30, Harbs () escribió: > You’re right. > > I just committed a work-around. > > > On Jan 29, 2019, at 2:00 PM, Carlos Rovira > wrote: > > > > Hi Harbs, > > > > I rebuild all with the latest

Re: FormItem and center align

2019-01-29 Thread Carlos Rovira
I committed a rewrite of alignment rules in css to avoid "!important" to be easily override, and I think now it all behaves better and should be easily override in your app. Let me know if that solves your issue thanks for letting me know :) Carlos > > -- > Carlos Rovira > http://about.me/carlosrovira > > > >

Re: FormItemView changes

2019-01-29 Thread Carlos Rovira
ContentArea ? I think > the solution is here if someone wanted to have gap between elements he need > to provide appropriate Group with gap - Am I right ? > > Thanks, > Piotr > > wt., 29 sty 2019 o 11:45 Carlos Rovira > napisał(a): > > > Piotr, I think your problem is wi

Re: FormItemView changes

2019-01-29 Thread Carlos Rovira
; gap: 3; > > } > > > > Cause how that gap would be propagated to IFormItemContentArea ? I think > > the solution is here if someone wanted to have gap between elements he > need > > to provide appropriate Group with gap - Am I right ? > > > > Thanks, >

Re: FormItemView changes

2019-01-29 Thread Carlos Rovira
wn > Group - > > VGroup for example. > > > > IF I would like to have those children laying out vertically with gap - > my > > Group should come with that gap. > > > > wt., 29 sty 2019 o 16:28 Carlos Rovira > > napisał(a): > > > >> Hi

Re: FormItemView changes

2019-01-29 Thread Carlos Rovira
> > > > > > > I know that Group doesn't have gap. I'm saying that IF I would like > to > > > > have children layed out differently - I will have to provide my own > > > Group - > > > > VGroup for example. > > > > > > > > I

Re: FormItemView changes

2019-01-29 Thread Carlos Rovira
7;t merge my branch and in FormItemView where changes. How can I > in develop change content layout without changing L and Required label ? > > wt., 29 sty 2019 o 18:23 Carlos Rovira > napisał(a): > > > El mar., 29 ene. 2019 a las 17:19, Piotr Zarzycki (< > > piotrz

Re: FormItemView changes

2019-01-30 Thread Carlos Rovira
StackedFormItemView and all changes in FormItemView in > my application. > > Thanks for your thoughts, > Piotr > > > > > wt., 29 sty 2019 o 18:51 Carlos Rovira > napisał(a): > > > Piotr, > > > > if you build current develop Jewel and TourDeJewel,

Re: FormItemView changes

2019-01-30 Thread Carlos Rovira
d immediately ;) I'm good > cause my FormItemView and StackedFormItemView are working fine, so look > into that if you want in the future. > > Thanks for your thoughts, > Piotr > > śr., 30 sty 2019 o 11:03 Carlos Rovira > napisał(a): > > > Hi Piotr, > > > &

Re: Problems dealing with bead substitution in Royale

2019-01-31 Thread Carlos Rovira
of > dispatchEvent() currently being used except when it’s a legitimate event. > > > > Clean addition and removal of beads is actually already implemented > in my POC. Check out the utility functions in org.apache.royale.utils.beads > > > > What do fo

iOS not resize viewport when keyboard open

2019-02-04 Thread Carlos Rovira
change the popup behavior in tablets to popup in other way instead sliding from bottom. Someone knows a trick to solve this? Thanks -- Carlos Rovira http://about.me/carlosrovira

Re: 0.9.6 Release

2019-02-05 Thread Carlos Rovira
h" > and > >>>> entering his/her username and password. Then run the next job and so > >> on. > >>>> There will be a point where the RM has to download the build > artifacts, > >>>> verify them, then PGP sign them, and upload them. That will be a > likely > >>>> point of failure, but that step should be a single Maven command and > >> thus > >>>> can be restarted until it finally succeeds. Then more Jenkins jobs > >> will be > >>>> run. But if this works then folks won't have to setup their computers > >> to > >>>> be an RM. > >>>>> > >>>>> So, prepare for lots of commits and reverts as I try to put this > >>>> together. I'm guessing it won't actually work until the last week of > >>>> February at the earliest so there is no big rush to get other stuff in > >> for > >>>> this release, and if we get it to work, hopefully we'll release more > >> often > >>>> with other folks being the RM. > >>>>> > >>>>> -Alex > >>>>> > >>>> > >>>> > >>> > >>> > >> > >> > > -- Carlos Rovira http://about.me/carlosrovira

Re: 0.9.6 Release

2019-02-06 Thread Carlos Rovira
image can be copied and used on other servers. I'm not > > exactly sure how to do that with Azure, which hosts my CI server. I will > > spend a few more minutes researching that. > > > > I could not quickly find any way to get a free VM on Azure or AWS that > > isn&#

Debugger regression

2019-02-06 Thread Carlos Rovira
to account that changes done should be done with debugging capabilities in mind, or we'll always breaking debugger. Hope this make sense to all of you Thanks in advance -- Carlos Rovira http://about.me/carlosrovira

Re: Debugger regression

2019-02-07 Thread Carlos Rovira
S emitters. > > - Josh > > On 2019/02/06 20:33:46, Josh Tynjala wrote: > > I'll take a look! Assuming that source maps broke in an emitter, I can > easily add more tests to help us avoid future regressions. > > > > - Josh > > > > > > On 2019/

Re: How to discover programmatic change in Jewel List

2019-02-07 Thread Carlos Rovira
ther it makes any > difference. > > [1] https://bit.ly/2GeQ5En > > Thanks, > Piotr > > pon., 24 gru 2018 o 11:51 Piotr Zarzycki > napisał(a): > > > Hi Carlos, > > > > You have less events flying around the head. :) > > > > Piotr > > >

Issue in iOS with buttons click (touch) inside item renderers

2019-02-07 Thread Carlos Rovira
et the best solution Anyone found this issue? Thanks! -- Carlos Rovira http://about.me/carlosrovira

Re: How to discover programmatic change in Jewel List

2019-02-08 Thread Carlos Rovira
spatch individual 'selectionChanged', > >> 'dataProviderChanged', etc directly from the host component for binding > >> support, and > >> -user initiated changes/interaction should dispatch 'change' event, > which > >> can occur al

Re: [royale-asjs] branch develop updated: New IOSUtils class to get the IOS device for now

2019-02-11 Thread Carlos Rovira
> > > > > The following commit(s) were added to refs/heads/develop by this push: > > new ec28c0b New IOSUtils class to get the IOS device for now > > ec28c0b is described below > > > > commit ec28c0bf4cbeb5e3486a3439712b498af1684f9c > > Author: Ca

Re: TypeNames vs ClassName

2019-02-14 Thread Carlos Rovira
removed in in run-time in favor of classes such > as "itemsExpand itemsCenter itemsCentered layout vertical" > > Where should I be specifying my application className then? > > > > > -- > Sent from: http://apache-royale-development.20373.n8.nabble.com/ > -- Carlos Rovira http://about.me/carlosrovira

Focus / Key Events on Royale Basic

2019-02-15 Thread Carlos Rovira
rent work for MX could be easily but to solve the basic royale as well. Thoughts? -- Carlos Rovira http://about.me/carlosrovira

Re: Focus / Key Events on Royale Basic

2019-02-17 Thread Carlos Rovira
putFinishedBead, that's very > convenient for now, but I think we need focus/key events as part of our > infrastructure. > > I tried some months ago to bring that support, but I failed to make it > work. > > Maybe the current work for MX could be easily but to

Re: TypeNames vs ClassName

2019-02-17 Thread Carlos Rovira
27;t know if code of my sample > coud be transferm with Apache Royal > AS3 is converted? Is there a framework? > If you put our project Flex 3.6.0 does Royal product reuse code or > impossible. > > Thank you > yannick > > -Message d'origine- > De : Carlo

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

2019-02-18 Thread Carlos Rovira
t; > (x86)\Jenkins\workspace\royale-compiler\compiler > > [echo] ROYALE_COMPILER_HOME is C:\Program Files > > (x86)\Jenkins\workspace\royale-compiler\compiler > > > > double-check-file: > > [echo] ${env.ROYALE_DOWNLOAD_CACHE} > > [echo] Need file: ${still_no_file} > > > > get-from-cache-if-needed: > > [echo] basedir is C:\Program Files > > (x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources > > [echo] ROYALE_COMPILER_HOME is C:\Program Files > > (x86)\Jenkins\workspace\royale-compiler\compiler > > [echo] ROYALE_COMPILER_HOME is C:\Program Files > > (x86)\Jenkins\workspace\royale-compiler\compiler > > > > fail-if-not-found: > > > > BUILD FAILED > > < > > > http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/ws/build.xml > >:2035: > > The following error occurred while executing this line: > > C:\Program Files (x86)\Jenkins\workspace\royale-compiler\build.xml:64: > The > > following error occurred while executing this line: > > C:\Program Files > > > (x86)\Jenkins\workspace\royale-compiler\compiler-jburg-types\build.xml:87: > > The following error occurred while executing this line: > > C:\Program Files > > > (x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources\downloads.xml:200: > > The following error occurred while executing this line: > > C:\Program Files > > > (x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources\downloads.xml:298: > > The following error occurred while executing this line: > > C:\Program Files > > > (x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources\downloads.xml:346: > > The following error occurred while executing this line: > > C:\Program Files > > > (x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources\downloads.xml:374: > > The following error occurred while executing this line: > > C:\Program Files > > > (x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources\downloads.xml:447: > > The following error occurred while executing this line: > > C:\Program Files > > > (x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources\downloads.xml:489: > > C:\Program Files > > (x86)\Jenkins\workspace\royale-compiler\compiler/in/lzma-9.20.jar.zip > could > > not be downloaded or found in cache > > > > Total time: 2 minutes 59 seconds > > Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx512m > > Build step 'Invoke Ant' marked build as failure > > Archiving artifacts > > > -- Carlos Rovira http://about.me/carlosrovira

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

2019-02-18 Thread Carlos Rovira
all: BUILD SUCCESSFUL Total time: 4 minutes 58 seconds macbookpro:Source carlosrovira$ El lun., 18 feb. 2019 a las 9:49, Carlos Rovira () escribió: > Hi Greg, > > right, I'm unable to build today with same problem: > > BUILD FAILED > > /Users/carlosrovira/Dev/Royale/Source/

Re: TypeNames vs ClassName

2019-02-18 Thread Carlos Rovira
Ok Yishay, good to know it. thanks for reporting :) El lun., 18 feb. 2019 a las 16:19, Yishay Weiss () escribió: > Hi Carlos, > > > > After updating from dev it looks like it’s working now. > > > > Thanks. > > > > ________ > From:

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

2019-02-18 Thread Carlos Rovira
it seems the automated builds are still > experiencing that too. > > fwiw, I tested using this: > https://www.isitdownrightnow.com/java2s.com.html > > > On Mon, Feb 18, 2019 at 10:29 PM Carlos Rovira > wrote: > > > Hi, seems this is solved now, maybe it was some DNS se

Re: Problems dealing with bead substitution in Royale

2019-02-19 Thread Carlos Rovira
; > > > https://github.com/apache/royale-asjs/commit/1b2a45c91397e485be93d56925f2c31417726bb7#diff-2e3a3b6cec1ef4fc0444d75bda6183e4R84 > < > https://github.com/apache/royale-asjs/commit/1b2a45c91397e485be93d56925f2c31417726bb7#diff-2e3a3b6cec1ef4fc0444d75bda6183e4R84 > >

Re: [DISCUSS] Discuss Release Apache Royale 0.9.7

2020-05-09 Thread Carlos Rovira
pache%2Froyale%2Fframework%2FJewel-Light-NoFlat-Primary-Orange-Theme%2F0.9.7-SNAPSHOT%2Fmaven-metadata.xml&data=02%7C01%7Caharui%40adobe.com%7Ce15ad53d26b040bb2f8308d7f4530937%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637246509831166303&sdata=qGMdcnRNqW1sEmunty4yazIeRh

Re: [VOTE] Release Apache Royale 0.9.7

2020-05-09 Thread Carlos Rovira
royale%2F0.9.7%2Frc5%2FApproveRoyale.xml&data=02%7C01%7Caharui%40adobe.com%7Cbe66ca620ee74ee1270408d7f3996eb9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637245712622756311&sdata=uOg2QpsCubo8vi8hmxjf8uJTMjBTwFnuiEDA2aZPSU8%3D&reserved=0 > > 3) run the script: > >ant -e -f ApproveRoyale.xml -Drelease.version=0.9.7 -Drc=5 > >If you want to test SWF support during the approval, use: > >ant -e -f ApproveRoyale.xml -Drelease.version=0.9.7 -Drc=5 > > -Duse-flash=true > > > > You are not required to use this script, and more testing of the > packages > > and build results are always encouraged. > > > > Please put all discussion about this release in the DISCUSSION > thread not > > this VOTE thread. > > > > Thanks, > > Yishay Weiss > > > -- Carlos Rovira http://about.me/carlosrovira

Re: [DISCUSS] Discuss Release Apache Royale 0.9.7

2020-05-10 Thread Carlos Rovira
rg%2Fapache%2Froyale%2Fframework%2FJewel-Light-NoFlat-Primary-Orange-Theme%2F0.9.7-SNAPSHOT%2Fmaven-metadata.xml&data=02%7C01%7Caharui%40adobe.com%7C8f0434df56b24274577a08d7f46b4b87%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637246613980395149&sdata=Uri8bdl9ZK9qa0gfIEULLNj840A0

Some latest change makes ASDoc fail to build, so global build fails

2020-05-11 Thread Carlos Rovira
her.launchEnhanced(Launcher.java:282)org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) -- Carlos Rovira http://about.me/carlosrovira

Re: [DISCUSS] Discuss Release Apache Royale 0.9.7

2020-05-11 Thread Carlos Rovira
functional and I get Error: > Could not find or load main class org.apache.tools.ant.launch.Launcher. > > Suggestions? > Harbs > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Modules in IE

2020-05-11 Thread Carlos Rovira
Hi Yishay, talking without a huge analisys of the problem. I think Jewel Alert works ok in IE11 so that should mean dialogpolyfil is loading ok. if not the case something broke recently since I checked that in TDJ and other apps we did. Anyway, the commit you state is just to give the support we

Re: [VOTE] Release Apache Royale 0.9.7

2020-05-11 Thread Carlos Rovira
what OS, IDE, Flash Player version and > AIR version you tested with. > > For your convenience, there is an ant script that automates the > common steps to validate a release. Instead of individually downloading > the package and signature files, unzipping, etc, you can instead: > 1) create an empty folder, > 2) download into that folder this file: > > https://dist.apache.org/repos/dist/dev/royale/0.9.7/rc5/ApproveRoyale.xml > 3) run the script: >ant -e -f ApproveRoyale.xml -Drelease.version=0.9.7 -Drc=5 >If you want to test SWF support during the approval, use: >ant -e -f ApproveRoyale.xml -Drelease.version=0.9.7 -Drc=5 > -Duse-flash=true > > You are not required to use this script, and more testing of the > packages and build results are always encouraged. > > Please put all discussion about this release in the DISCUSSION > thread not this VOTE thread. > > Thanks, > Yishay Weiss > > > -- Carlos Rovira http://about.me/carlosrovira

Re: [DISCUSS] Discuss Release Apache Royale 0.9.7

2020-05-11 Thread Carlos Rovira
n is whether it should be done before or after this release. Let’s > wait for the remaining reviews and decide. > > Thanks, > Yishay > > From: Carlos Rovira<mailto:carlosrov...@apache.org> > Sent: Monday, May 11, 2020 4:33 PM > To: Apache Royale Development<mailto:

Re: [DISCUSS] Discuss Release Apache Royale 0.9.7

2020-05-12 Thread Carlos Rovira
) escribió: > And now I just discovered I never installed Maven on this machine… :-( > > Oy! > > > On May 12, 2020, at 8:09 PM, Harbs wrote: > > > > and I got past that point... > > -- Carlos Rovira http://about.me/carlosrovira

Re: [DISCUSS] Discuss Release Apache Royale 0.9.7

2020-05-12 Thread Carlos Rovira
Hi Harbs, about OpenSans, don't think it was introduced by me. I can see it in MXRoyale, ASDoc and TourDeFlex examples, so maybe was Alex? really don't know. TDJ uses Lato Font instead. I added both to NOTICE file Thanks El mié., 13 may. 2020 a las 7:28, Carlos Rovira () escri

Re: [royale-asjs] branch develop updated: NOTICE: add Open Sans and Lato

2020-05-13 Thread Carlos Rovira
&sdata=od%2B9XZUeVhOZlnH1EtU0W%2B7vTfvJveVzJbi6i6s0f0A%3D&reserved=0 > > > The following commit(s) were added to refs/heads/develop by this push: > new d0a5835 NOTICE: add Open Sans and Lato > d0a5835 is described below > > commit d0a58359f34f585bb

Re: [DISCUSS] Discuss Release Apache Royale 0.9.7

2020-05-13 Thread Carlos Rovira
Hi Yishay yes, please go ahead and announce. thanks! :) El mié., 13 may. 2020 a las 8:32, Yishay Weiss () escribió: > Carlos, I’d like to announce the vote. Does yours still stand? > > > From: Carlos Rovira > Sent: Wednesday, May 13, 2020

Re: Modules in IE

2020-05-13 Thread Carlos Rovira
ject_html> with dummy elements and > change their outerHTML to match each line contents. This one looks easier, > but I seem to remember a thread where we were trying to eliminate use of > outerHTML. > > > Any thoughts are welcome. > > From: Carlos Ro

Re: Modules in IE

2020-05-13 Thread Carlos Rovira
problem is something worth it to do even optimizing things like Alert with loadScript. Thanks El mié., 13 may. 2020 a las 10:47, Carlos Rovira () escribió: > Hi Yishay, > > catching here after some days. I think the issue with outerHTML is > security as with innerHTML. > >

Re: [RESULT] Release Apache Royale 0.9.7

2020-05-13 Thread Carlos Rovira
steps to validate a release. Instead of individually downloading > the package and signature files, unzipping, etc, you can instead: > >> 1) create an empty folder, > >> 2) download into that folder this file: > >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Froyale%2F0.9.7%2Frc5%2FApproveRoyale.xml&data=02%7C01%7Caharui%40adobe.com%7C61f9e48b7d2547d21e0708d7f70e6461%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637249513499351898&sdata=CFzd3qHnLF3%2FU4Fic2iSZAYVw3K27uhC2VPta8LaK8c%3D&reserved=0 > >> 3) run the script: > >> ant -e -f ApproveRoyale.xml -Drelease.version=0.9.7 -Drc=5 > >> If you want to test SWF support during the approval, use: > >> ant -e -f ApproveRoyale.xml -Drelease.version=0.9.7 -Drc=5 > -Duse-flash=true > >> > >> You are not required to use this script, and more testing of the > packages and build results are always encouraged. > >> > >> Please put all discussion about this release in the DISCUSSION thread > not this VOTE thread. > >> > >> Thanks, > >> Yishay Weiss > >> > > > > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: jewel itemrenderer defaults to horizontal layout

2020-05-13 Thread Carlos Rovira
ll need to change your actual renders. Check how I refactored the TDJ renders to see what is needed to look as before. With this change I think renders get a more robust layout from now on. Thanks El mié., 6 may. 2020 a las 20:40, Carlos Rovira () escribió: > Hi, > > I notice tha

Re: jewel itemrenderer defaults to horizontal layout

2020-05-13 Thread Carlos Rovira
ience container as we do in TDJ ( NavigationGroupExampleItemRenderer.mxml) El mié., 13 may. 2020 a las 17:32, Carlos Rovira () escribió: > Hi all, > > just let you now that I finished the changes for jewel item renderer > layouts. > > NOTE: That change probably will require chan

Re: RoyaleUnit, EventDispatcher, and Node.js

2020-05-14 Thread Carlos Rovira
ng code if they don't need it. I don't know if I'll get a chance > to implement this soon because I'm still knee-deep in compiler stuff, but > it's something that I'd eventually like to fix because my Royale Node.js > projects will be stuck on 0.9.6 without it. > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > -- Carlos Rovira http://about.me/carlosrovira

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-14 Thread Carlos Rovira
z > > > > > > > > > > > > > > https://www.apache.org/dyn/closer.lua/royale/0.9.7/binaries/apache-royale-0.9.7-bin-js-swf.zip > > > > > > > > When downloading from a mirror site, please remember to verify the > > > > downloads using signatures or MD5 hashes. > > > > > > > > The binary packages can also be installed via NPM. > > > > > > > > Mac: > > > > sudo npm install @apache-royale/royale-js -g > > > > > > > > Or for SWF Support: > > > > sudo npm install @apache-royale/royale-js-swf -g > > > > > > > > Windows: > > > > npm install @apache-royale/royale-js -g > > > > > > > > Or for SWF Support: > > > > npm install @apache-royale/royale-js-swf -g > > > > > > > > See the README for more information. The language reference (ASDoc) > is > > > > here: https://royale.apache.org/asdoc/ > > > > > > > > Additional documentation is here: > > https://apache.github.io/royale-docs/ > > > > > > > > The documentation is still a work in progress. Volunteers are welcome > > to > > > > help improve it. Visit https://royale.apache.org/ for links to other > > > > resources. > > > > > > > > Please try Royale and become involved in shaping the future of > > > application > > > > development. > > > > > > > > The Apache Royale Community > > > > > > > > > > > > > -- > > > > > > 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: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-15 Thread Carlos Rovira
Hi, I just updated the website with all the changes for 0.9.7 release. going to publish now on social media accounts. El jue., 14 may. 2020 a las 19:51, Yishay Weiss () escribió: > Got it. Thanks. > > > From: Carlos Rovira > Sent: Thursday, May 1

Re: Two way databinding question in SOF

2020-05-15 Thread Carlos Rovira
I just responded to this question in SOF with the info provided here El lun., 27 abr. 2020 a las 18:22, Carlos Rovira () escribió: > Ok Piotr, > > thanks for letting us know. Very useful. > Hope someday someone wants to make this more "flex" reducing the typing to > just

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-15 Thread Carlos Rovira
El vie., 15 may. 2020 a las 10:34, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Carlos, > > Shouldn't happen first once we announce on Apache mailing list, than your > post ? I'm wondering if it's any kind of policy in Apache. > > pt., 15

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.7 released

2020-05-15 Thread Carlos Rovira
once we announce on Apache mailing list, than your > post ? I'm wondering if it's any kind of policy in Apache. > > pt., 15 maj 2020 o 09:38 Carlos Rovira > napisał(a): > > > Hi, > > > > I just updated the website with all the changes for 0.9.7 release.

Re: Version 0.9.7? - 0.9.6?

2020-05-15 Thread Carlos Rovira
ept well ... hahaha > > Hiedra. > -- Carlos Rovira http://about.me/carlosrovira

Re: Modules in IE

2020-05-15 Thread Carlos Rovira
nt: Monday, May 11, 2020 7:00 PM > > > To: dev@royale.apache.org<mailto:dev@royale.apache.org> > > > Subject: RE: Modules in IE > > > > > > > > > >What if we abandon "inject_html" and go with "inject

Re: Debug through the SDK code

2020-05-16 Thread Carlos Rovira
e > >> > >> Hello, > >> I can't debug through the SDK code, the most I can get (with > >> "sourceMaps": true) is to see the js code. What am I missing? > >> > >> Any help will help me. > >> Thank you. > >> Hiedra. > >> > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Collapsible Navigation problem with styling

2020-05-16 Thread Carlos Rovira
ionSectionRenderer.as#L174 > [2] https://ibb.co/HGn0s3X > > Thanks, > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: Collapsible Navigation problem with styling

2020-05-16 Thread Carlos Rovira
quot;No SubMenu" ? > > I would like to have that item behave as any other item - I need roll over > color on it, it needs to be clickable etc. > > Thanks, > Piotr > > sob., 16 maj 2020 o 09:51 Carlos Rovira > napisał(a): > > > Hi Piotr, > > > &g

Re: Collapsible Navigation problem with styling

2020-05-17 Thread Carlos Rovira
they do not produce "change" event at all. > > Thanks, > Piotr > > sob., 16 maj 2020 o 12:16 Carlos Rovira > napisał(a): > > > Hi Piotr, > > > > ok, I think I solved it in my latest commit. check it and let me know it > > that solve your

Re: Modules in IE

2020-05-17 Thread Carlos Rovira
e have an example of static initializers working in Royale? I > tried > > > adding some code in curly brackets after the class declaration but > I > > didn’t > > > see it transpiled. > > > > > > On 5/11/20, 8:36 AM, "Yishay Weiss"

About the cumbersome random compilation issue

2020-05-17 Thread Carlos Rovira
based renderer control can compile ok, but the next one not, and the next could be right again...it's all random. It seems a java thread issue where we need to sync better to endure things are build properly. Any idea or thing we could try to solve this problem? Thanks -- Carlos Rovira

Re: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-18 Thread Carlos Rovira
e > script tag for the application (should be before, >IMO)? > > It’s going before but the network shows it’s loaded after. > > >Make sure the script tag has the same settings as the script tags > google closure uses in js-debug. I think they set some options so the > scripts load in order. > > I see type being specified in the gcl script elements, while > inject ones don’t. I suppose it’s worth seeing if that makes a difference, > though I couldn’t find evidence for that on the web. > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: About the cumbersome random compilation issue

2020-05-18 Thread Carlos Rovira
Original Message- > > From: Alex Harui > > Sent: Sunday, May 17, 2020 8:26 AM > > To: dev@royale.apache.org > > Subject: Re: About the cumbersome random compilation issue > > > > BTW, is this in js-debug or js-release? > > > > On 5/17/20, 8:2

Re: About the cumbersome random compilation issue

2020-05-20 Thread Carlos Rovira
gs = [...' in the corresponding debug build? > > > > > On Tue, May 19, 2020 at 9:55 AM Carlos Rovira > wrote: > > > Thanks Brian, > > > > I forgot you already sent similar info some weeks ago. > > > > @Greg, you that know that code better, maybe th

Re: Script Loading Order (Continuing Heads-Up thread from Users)

2020-05-20 Thread Carlos Rovira
> I haven’t been able to replicate this in debug mode, so it’s interesting > you’re seeing that. > > I agree the façade solution is a bit cumbersome, but it works and maybe > it’s worth having it out there as an example of using static initializers > instead of injected code. >

Re: About the cumbersome random compilation issue

2020-05-22 Thread Carlos Rovira
. > > Things did improve when Greg fixed one of the leaks. > But it hasn't gone away completely. > > Chris > > Von: Carlos Rovira > Gesendet: Mittwoch, 20. Mai 2020 17:48 > An: Apache Royale Development > Betreff: Re: About th

Re: About the cumbersome random compilation issue

2020-05-22 Thread Carlos Rovira
see if it still happens after the latest changes. > I don't know if it will fix it or not, but it's worth a shot, based on the > symptom that Brian Raymes described. > > > > On Fri, May 22, 2020 at 11:18 PM Carlos Rovira > wrote: > > > Hi Chris, > >

Re: Collapsible Navigation problem with styling

2020-05-26 Thread Carlos Rovira
8c24deaf2f166e727/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/itemRenderers/CollapsibleNavigationSectionRenderer.as#L98 > > Thanks, > Piotr > > niedz., 17 maj 2020 o 12:21 Carlos Rovira > napisał(a): > > > Hi Piotr, > > I think fixed it, also a

Re: Collapsible Navigation problem with styling

2020-05-26 Thread Carlos Rovira
the logic you may want > to for example unselect collapsed part of the menu, so that function may > help you to get selected child, but when node is closed - you simply got > null. > > Thanks, > Piotr > > wt., 26 maj 2020 o 18:05 Carlos Rovira > napisał(a): > > > Hi

Re: Failing release version of application

2020-05-27 Thread Carlos Rovira
me more details. I'm definitely using the > newest version of Royale, cause build on https://builds.apache.org/ has > all > changes which Josh did yesterday. > > Thanks, > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <

Re: Failing release version of application

2020-05-27 Thread Carlos Rovira
t; Thanks, > > -- > > > > Piotr Zarzycki > > > > Patreon: *https://www.patreon.com/piotrzarzycki > > <https://www.patreon.com/piotrzarzycki>* > > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: Application Extend generate compile error in version 0.9.7

2020-05-28 Thread Carlos Rovira
ache.royale.core.Application; > > > >public class CustomApplication extends Application > >{ > > public function CustomApplication() > > { > > super(); > > } > > > > private var counter:int=0; > > > > public function CustomFunction():void > > { > > counter++; > > } > > > >} > > } > > > > > > > > > > > > > > > > -- Carlos Rovira http://about.me/carlosrovira

<    1   2   3   4   5   6   7   8   9   10   >