Re: Multi-dpi Autoscaling dimensions (android)

2018-06-07 Thread Erik J. Thomas
Using percentages in the past, circa 2014/15, could noticeably affect layout speed, but devices are so fast anymore that I don't recommend spending the time to do this. But if you want to, the most efficient place to do your sizing (I like Bill's approach) is to override UIComponent.measure()

Re: FlexJS

2018-06-07 Thread Carlos Rovira
Hi Ale, seems something is happen with Apache servers, since today is working intermittently. If it does not fix soon, we'll be raising a issue to infra. For more help please refer to royale mailing list. You can, in the meanwhile official site is ok, refer to our pre producction site here:

Re: Multi-dpi Autoscaling dimensions (android)

2018-06-07 Thread leokan23
Thank you for your reply. I have done the same in the past, but I was not sure if it had impact on performance or not, especially with all the bindings needed in mxml (I am using it like width={dimens.BUTTON_WIDTH} ). I will try to do the same for any paddings needed to avoid using the s:spacer.