On Nov 28, 2014 2:17 AM, "Carlos Monteiro" <uno.monte...@gmail.com> wrote: > > Great work :) > I've done some testing and detected some bugs so far: > > *ButtonBarView.mxml* > Bug: Select a Button then Unselect it > Fix: validate buttonbar.selectedIndex before get > buttonbar.selectedItem.label > label.text = buttonbar.selectedIndex > -1 ? buttonbar.selectedItem.label + > " Pressed." : "No Button Pressed"; > > *ButtonBarSkin* > If you add more than 3 buttons the button separator will be thicker only > between the middle buttons. > > *ButtonSkin* > Try two buttons side to side one with width=45 and another width=450. > > The Button skin does not resizes correctly. > On buttonUp the border on the right side is bigger. > On button down the border is bigger top, down, left and right. > > best regards, > Carlos Monteiro
Thanks for testing, Carlos! Would you be kind enough to add JIRA tickets for these issues, please? Thanks, Om > > > On 17 November 2014 at 19:38, quick6black <anas...@gmail.com> wrote: > > > Hi Om, > > > > I created another pull request, this fixes a few bugs and an issue with the > > lateral menu sliding out. I also added in a drag to close and a new view > > for > > some more native air features. I would like to create a better landing > > page, > > any ideas? > > > > thanks, > > > > Aaron > > > > > > > > -- > > View this message in context: > > http://apache-flex-development.2333347.n4.nabble.com/Tour-de-Flex-Mobile-tp41483p42431.html > > Sent from the Apache Flex Development mailing list archive at Nabble.com. > >