Tabbar with scroll in TourDeJewel

2019-10-29 Thread Piotr Zarzycki
Carlos, I said that arrows will be a bead -> TabBarWithNavigationView (view is a bead) - you can use that bead or not - up to you. IMO - I don't know how implementation goes - I may not even commit that to Royale. Yes - both points are exactly as you described. Thanks, Piotr On Tue, Oct 29,

Re: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread OmPrakash Muppirala
Welcome Greg! I am really glad you accepted :-D Thanks, Om On Tue, Oct 29, 2019 at 1:01 PM Greg Dove wrote: > > Thanks everyone, much appreciated! > > > On Wed, Oct 30, 2019 at 3:56 AM Josh Tynjala > wrote: > >> Welcome, Greg! >> >> -- >> Josh Tynjala >> Bowler Hat LLC

Re: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Greg Dove
Thanks everyone, much appreciated! On Wed, Oct 30, 2019 at 3:56 AM Josh Tynjala wrote: > Welcome, Greg! > > -- > Josh Tynjala > Bowler Hat LLC > > > On Tue, Oct 29, 2019 at 12:51 AM Harbs wrote: > >> It is with great pleasure that I announce that the Apache Royale PMC

Re: Tabbar with scroll in TourDeJewel

2019-10-29 Thread Carlos Rovira
Hi Piotr, so the problems are 2. One (1) is you can't scroll though options in a TabBar with mouse wheel or touch in a screen. And second (2) one is: options that are partially visible in left or right doesn't move to show it entirely in viewport when you click over it. That's it? For 1), I saw

Re: with scrolling text

2019-10-29 Thread Carlos Rovira
Hi Josh, Here's my try. I did't in Tour De Jewel removing the code in one of the sections and adding the following code and result is in this animated gif: https://imgur.com/a/jL56lx5 Let me know if this can be a solution for your problem Thanks http://ns.adobe.com/mxml/2009;

Re: with scrolling text

2019-10-29 Thread Josh Tynjala
It's not ideal, but I was able to get percentWidth to work by adding the directly to the form, instead of wrapping it in a form item: -- Josh Tynjala Bowler Hat LLC On Tue, Oct 29, 2019 at 11:08 AM

Re: Jewel VerticalLayout padding values don't work?

2019-10-29 Thread Carlos Rovira
Hi Josh, right in Jewel I found we always can solve problems by adding styles or classnames, but as you said, is not the final solution, so I always try to improve it as I can. I'll take a look as I can but maybe it last since I'm a bit busy with current work things that can't be delayed. Thanks

with scrolling text

2019-10-29 Thread Josh Tynjala
Let's say that I have a like this: The variable myStackTrace is a string that contains the stack trace from an error, and I would like it to scroll horizontally if any of the lines are too long to appear on screen. Example stack trace with long lines: expected: <2> to be

Re: Jewel VerticalLayout padding values don't work?

2019-10-29 Thread Josh Tynjala
I'm trying to add some containers to cells in a , and I want some extra spacing around the edges for the children. I found a workaround by adding style="padding:10px" to the container, but that seems hacky. It's good enough for now, though, so no rush! -- Josh Tynjala Bowler Hat LLC

Re: Tabbar with scroll in TourDeJewel

2019-10-29 Thread Piotr Zarzycki
Windows 10, Chrome Version 78.0.3904.70 (Official Build) (64-bit) However it doesn't matter in MDL version it doesn't work as well. But Royale version doesn't work also when I have some buttons invisible on screen - It should scroll to next Tab when I click on the last one - Try this in MDL

Re: Jewel VerticalLayout padding values don't work?

2019-10-29 Thread Carlos Rovira
Hi Josh, sorry, padding is still not implemented in Jewel Layouts. I focused on gap and CSS styling cross Jewel layouts since seem most needed when started that work, and left paddings undone. I don't have this in my priority list for now. Is something you need it? Just asking so I can take into

Re: Tabbar with scroll in TourDeJewel

2019-10-29 Thread Carlos Rovira
Hi Piotr, can you provide your system info? SO, browsers tested? Thanks El mar., 29 oct. 2019 a las 17:57, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Hi Carlos, > > FYI: On my system this pointer positioning doesn't work. I cannot use this > scrollbar which you are showing in

Jewel VerticalLayout padding values don't work?

2019-10-29 Thread Josh Tynjala
I'm trying to set the paddingLeft and paddingRight properties on , but they don't seem to have any effect. Is there a special bead or something that I need to add somewhere to enable these properties? -- Josh Tynjala Bowler Hat LLC

Re: Emulation of labelFunction in ADG

2019-10-29 Thread Alex Harui
Hi Piotr, Yes, that's pretty much the right change. I made a minor tweak to it just now so the integration tests will pass. We need to set up a CI job for integration tests someday. -Alex On 10/29/19, 2:36 AM, "Piotr Zarzycki" wrote: Alex, It looks like I was able to figure

Re: Tabbar with scroll in TourDeJewel

2019-10-29 Thread Piotr Zarzycki
Hi Carlos, FYI: On my system this pointer positioning doesn't work. I cannot use this scrollbar which you are showing in GiF. Thanks, Piotr czw., 24 paź 2019 o 19:42 Carlos Rovira napisał(a): > Hi Piotr, > > mouse scroll depends on pointer positioning. See next animated gif [1] > if you put

Re: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Josh Tynjala
Welcome, Greg! -- Josh Tynjala Bowler Hat LLC On Tue, Oct 29, 2019 at 12:51 AM Harbs wrote: > It is with great pleasure that I announce that the Apache Royale PMC > members have voted in Greg Dove to the PMC. Please join us in welcoming > him. This is a recognition

Re: Royale Node.js documentation

2019-10-29 Thread Josh Tynjala
Yes, the article [1] appears to be valid still. -- Josh Tynjala Bowler Hat LLC On Tue, Oct 29, 2019 at 7:08 AM Carlos Rovira wrote: > Amazing Josh! :) > > I think 3) brings lots of possibilities to work from AS3 with Node. Hope to > take a look soon. > > One question,

Re: Royale Node.js documentation

2019-10-29 Thread Carlos Rovira
Amazing Josh! :) I think 3) brings lots of possibilities to work from AS3 with Node. Hope to take a look soon. One question, is this article [1] still up to date and valid? If so we can add it to that page like we do in other pages [2] at the end as "More examples" or "Related Examples". [1]

Re: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Carlos Rovira
Congratulations Greg! I really think you're pushing Royale in the right direction and dedicating many time and effort to get things done. You deserve to be in this project PMC, so great you consider it and accept to be included :) Thanks Carlos El mar., 29 oct. 2019 a las 12:39, Yishay Weiss ()

RE: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Yishay Weiss
Welcome, Greg. Well deserved. From: Serkan Taş Sent: Tuesday, October 29, 2019 12:17:34 PM To: dev@royale.apache.org ; us...@royale.apache.org Subject: Re: Welcome Greg Dove to Apache Royale's PMC Congrats. Greg, Good luck ! Serkan 29.10.2019 11:05

Jenkins build is back to normal : royale-asjs_MXTests #64

2019-10-29 Thread apacheroyaleci
See

Re: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Serkan Taş
Congrats. Greg, Good luck ! Serkan 29.10.2019 11:05 tarihinde Piotr Zarzycki yazdı: Hi Greg, Welcome among PMCs and good luck! Piotr wt., 29 paź 2019 o 08:51 Harbs napisał(a): It is with great pleasure that I announce that the Apache Royale PMC members have voted in Greg Dove to the

Re: Emulation of labelFunction in ADG

2019-10-29 Thread Piotr Zarzycki
Alex, It looks like I was able to figure out how to do that. Thanks for pushing me out. Please review whether I didn't break anything. I will merge my branch to develop. Thanks, Piotr wt., 29 paź 2019 o 09:57 Piotr Zarzycki napisał(a): > I think I'm moving forward to some direction - We will

Re: Emulation of labelFunction in ADG

2019-10-29 Thread Piotr Zarzycki
I think I'm moving forward to some direction - We will see if I success with that ;) wt., 29 paź 2019 o 09:36 Piotr Zarzycki napisał(a): > A I understand I need to use that token probably -> JSRoyaleEmitterTokens. > CLOSURE_FUNCTION_NAME.getToken() > > wt., 29 paź 2019 o 09:31 Piotr Zarzycki >

Build failed in Jenkins: royale-asjs_MXTests #63

2019-10-29 Thread apacheroyaleci
See Changes: [greg.dove] Don't change the current XML settings for decoding value via [greg.dove] That should not have compiled (inconsistent with Legacy Compiler [greg.dove]

Re: Emulation of labelFunction in ADG

2019-10-29 Thread Piotr Zarzycki
A I understand I need to use that token probably -> JSRoyaleEmitterTokens. CLOSURE_FUNCTION_NAME.getToken() wt., 29 paź 2019 o 09:31 Piotr Zarzycki napisał(a): > I really don't know what you are saying, but I'm trying to figure out. > Anyone can point me what does that mean ? > > pon., 28 paź

Re: Emulation of labelFunction in ADG

2019-10-29 Thread Piotr Zarzycki
I really don't know what you are saying, but I'm trying to figure out. Anyone can point me what does that mean ? pon., 28 paź 2019 o 19:46 Alex Harui napisał(a): > The compiler should probably generate a call to Language.closure that > wraps the function. I won't have time to work on it

RE: migrating from flex

2019-10-29 Thread Yishay Weiss
>How can I export this project to HTML and JS files? >In your documentation on the website you say: add "+configname=flex" to >the compiler option, can I have an example? Where should I add this line? >Maybe this information is useful: this is not a FlexJS project, but an >ActionScript project

Re: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Piotr Zarzycki
Hi Greg, Welcome among PMCs and good luck! Piotr wt., 29 paź 2019 o 08:51 Harbs napisał(a): > It is with great pleasure that I announce that the Apache Royale PMC > members have voted in Greg Dove to the PMC. Please join us in welcoming > him. This is a recognition of Greg's great work in

Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Harbs
It is with great pleasure that I announce that the Apache Royale PMC members have voted in Greg Dove to the PMC. Please join us in welcoming him. This is a recognition of Greg's great work in helping out with Apache Royale's compiler and architecture among other things. Regards, Harbs (On