Re: Tabbar with scroll in TourDeJewel

2019-10-24 Thread Carlos Rovira
Hi Piotr, that output is right. No scrollbars visible. You should be able to scroll with the mouse wheel How do you scroll in MDL tabs [1]? thanks [1] https://getmdl.io/components/index.html El jue., 24 oct. 2019 a las 16:15, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Hi Carlos,

Re: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-24 Thread Alex Harui
The MXTests use a relatively simple mx:List and mx:DataGrid. They stopped working and started throwing exceptions. I honestly have no idea how whatever test case you were working with worked for you. The MXTests are now working again. If you make a commit and they start to fail, please look

Re: Tabbar with scroll in TourDeJewel

2019-10-24 Thread Piotr Zarzycki
Hi Carlos, I just get back to this. If it's not visible how are you using it? Here is the screenshot on my Chrome - I don't see scrollbar and it doesn't work at all. [1] Describe please or provide some short gif where are you using it. [1] https://ibb.co/3kzYm6h Thanks, Piotr pt., 18 paź 2019

Re: UIComponent.setVisible() versus UIComponet.visible

2019-10-24 Thread Alex Harui
Try changing setVisible to use style.visibility. In the emulations, we are better off using visibility rather than display. -Alex On 10/24/19, 7:05 AM, "Yishay Weiss" wrote: I noticed the implementations were different. .visible changes style.visibility while .setVisible() changes

Re: Tabbar with scroll in TourDeJewel

2019-10-24 Thread Piotr Zarzycki
This is what I'm seeing GiF. I'm using mouse wheel and the only thing which is happen is that I'm scrolling whole page. [1]. What page contains TabBar with scroller in MDL ? [1] https://ibb.co/6Xt51NY czw., 24 paź 2019 o 16:28 Carlos Rovira napisał(a): > Hi Piotr, > that output is right. No

UIComponent.setVisible() versus UIComponet.visible

2019-10-24 Thread Yishay Weiss
I noticed the implementations were different. .visible changes style.visibility while .setVisible() changes style.display. This can cause inconsistencies if different client call different methods. This happens in ViewStack for instance.

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-24 Thread Yishay Weiss
Thanks for fixing this. Can you explain the problems you saw and how you fixed them? From: aha...@apache.org Sent: Wednesday, October 23, 2019 10:11:05 PM To: comm...@royale.apache.org Subject: [royale-asjs] branch develop updated: get MXTests to pass again.

Re: Tabbar with scroll in TourDeJewel

2019-10-24 Thread Carlos Rovira
Hi Piotr, mouse scroll depends on pointer positioning. See next animated gif [1] if you put your mouse pointer (or touch with finger in a touch screen) inside tabor all should work If not maybe is something related to Microsoft IE or Edge (I'm on Mac and is the only browser without testing) For

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-24 Thread Yishay Weiss
Good to know about mxtests. I made the change to fix layout problems in s:TabBar. The problem was var child:IUIComponent = getChildAt(i); if (child) // child is null for TextNodes mw = Math.max(mw,

Re: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-24 Thread Alex Harui
Yes, we will keep running into this, and swap in UIComponents as needed. I just don't want to take the time to fully swap out everything just-in-case. Do-as-you-go. -Alex On 10/24/19, 11:12 AM, "Yishay Weiss" wrote: Good to know about mxtests. I made the change to fix layout problems

Tabbar with scroll in TourDeJewel

2019-10-24 Thread Piotr Zarzycki
I'm using Chrome. It's totally unintuitive. It looks like I will have to implement some kind of arrows in the edge of TabBar component in our application for navigation. I will check tomorrow if it's working for me as you have presented on your gif. Thanks for help! On Thu, Oct 24, 2019, 7:42

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

2019-10-24 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs_MXTests #44

2019-10-24 Thread apacheroyaleci
See Changes: [aharui] allow swapping in of DateField's TextInput. Fixes #525 -- [...truncated 1.12 MB...] [mxmlc] scanning for