You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Carlos Monteiro <cm...@wavesolutions.pt> on 2014/12/01 13:23:02 UTC

Re: Tour de Flex Mobile

Hi,

Is there a specific JIRA for tour de flex mobile? can you provide the link?

Os melhores cumprimentos,

[image: ASSINATURA WaveMaps] <http://www.wavemaps.pt>

[image: Inline images 1]

cmonteiro@wavesolutions.pt | www.wavesolutions.pt | 253 824 293

On 28 November 2014 at 21:58, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> On Nov 28, 2014 2:17 AM, "Carlos Monteiro" <un...@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 <an...@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.
> > >
>

Re: Tour de Flex Mobile

Posted by Carlos Monteiro <un...@gmail.com>.
Done.
https://issues.apache.org/jira/browse/FLEX-34650
https://issues.apache.org/jira/browse/FLEX-34651
https://issues.apache.org/jira/browse/FLEX-34652

On 1 December 2014 at 23:33, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Thanks, Alex!
>
> Carlos, please file your tickets against these components.
>
> Regards,
> Om
>
> On Mon, Dec 1, 2014 at 11:52 AM, Alex Harui <ah...@adobe.com> wrote:
>
> > Ok, done.
> >
> > On 12/1/14, 11:38 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
> >
> > >I don't think there is a JIRA component for TDF Mobile.  Can someone
> > >please
> > >create one?
> > >
> > >While at it, new components for Mobile: Android theme and Mobile: iOS
> > >theme
> > >would be good.
> > >
> > >Thanks,
> > >Om
> > >
> > >On Mon, Dec 1, 2014 at 11:30 AM, Erik de Bruin <er...@ixsoftware.nl>
> > wrote:
> > >
> > >> Is this what you're looking for:
> > >>
> > >> https://issues.apache.org/jira/browse/FLEX-33839
> > >>
> > >> HTH,
> > >>
> > >> Erik
> > >>
> > >>
> > >>
> > >> On Mon, Dec 1, 2014 at 1:23 PM, Carlos Monteiro <
> > >> cmonteiro@wavesolutions.pt>
> > >> wrote:
> > >>
> > >> > Hi,
> > >> >
> > >> > Is there a specific JIRA for tour de flex mobile? can you provide
> the
> > >> link?
> > >> >
> > >> > Os melhores cumprimentos,
> > >> >
> > >> > [image: ASSINATURA WaveMaps] <http://www.wavemaps.pt>
> > >> >
> > >> > [image: Inline images 1]
> > >> >
> > >> > cmonteiro@wavesolutions.pt | www.wavesolutions.pt | 253 824 293
> > >> >
> > >> > On 28 November 2014 at 21:58, OmPrakash Muppirala
> > >><bi...@gmail.com>
> > >> > wrote:
> > >> >
> > >> >> On Nov 28, 2014 2:17 AM, "Carlos Monteiro" <uno.monteiro@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 <an...@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.
> > >> >> > >
> > >> >>
> > >> >
> > >> >
> > >>
> > >>
> > >> --
> > >> Ix Multimedia Software
> > >>
> > >> Jan Luykenstraat 27
> > >> 3521 VB Utrecht
> > >>
> > >> T. 06-51952295
> > >> I. www.ixsoftware.nl
> > >>
> >
> >
>

Re: Tour de Flex Mobile

Posted by Carlos Monteiro <cm...@wavesolutions.pt>.
https://issues.apache.org/jira/browse/FLEX-34650
https://issues.apache.org/jira/browse/FLEX-34651
https://issues.apache.org/jira/browse/FLEX-34652

Os melhores cumprimentos,

[image: ASSINATURA WaveMaps] <http://www.wavemaps.pt>

[image: Inline images 1]

cmonteiro@wavesolutions.pt | www.wavesolutions.pt | 253 824 293

On 1 December 2014 at 23:33, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Thanks, Alex!
>
> Carlos, please file your tickets against these components.
>
> Regards,
> Om
>
> On Mon, Dec 1, 2014 at 11:52 AM, Alex Harui <ah...@adobe.com> wrote:
>
> > Ok, done.
> >
> > On 12/1/14, 11:38 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
> >
> > >I don't think there is a JIRA component for TDF Mobile.  Can someone
> > >please
> > >create one?
> > >
> > >While at it, new components for Mobile: Android theme and Mobile: iOS
> > >theme
> > >would be good.
> > >
> > >Thanks,
> > >Om
> > >
> > >On Mon, Dec 1, 2014 at 11:30 AM, Erik de Bruin <er...@ixsoftware.nl>
> > wrote:
> > >
> > >> Is this what you're looking for:
> > >>
> > >> https://issues.apache.org/jira/browse/FLEX-33839
> > >>
> > >> HTH,
> > >>
> > >> Erik
> > >>
> > >>
> > >>
> > >> On Mon, Dec 1, 2014 at 1:23 PM, Carlos Monteiro <
> > >> cmonteiro@wavesolutions.pt>
> > >> wrote:
> > >>
> > >> > Hi,
> > >> >
> > >> > Is there a specific JIRA for tour de flex mobile? can you provide
> the
> > >> link?
> > >> >
> > >> > Os melhores cumprimentos,
> > >> >
> > >> > [image: ASSINATURA WaveMaps] <http://www.wavemaps.pt>
> > >> >
> > >> > [image: Inline images 1]
> > >> >
> > >> > cmonteiro@wavesolutions.pt | www.wavesolutions.pt | 253 824 293
> > >> >
> > >> > On 28 November 2014 at 21:58, OmPrakash Muppirala
> > >><bi...@gmail.com>
> > >> > wrote:
> > >> >
> > >> >> On Nov 28, 2014 2:17 AM, "Carlos Monteiro" <uno.monteiro@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 <an...@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.
> > >> >> > >
> > >> >>
> > >> >
> > >> >
> > >>
> > >>
> > >> --
> > >> Ix Multimedia Software
> > >>
> > >> Jan Luykenstraat 27
> > >> 3521 VB Utrecht
> > >>
> > >> T. 06-51952295
> > >> I. www.ixsoftware.nl
> > >>
> >
> >
>

Re: Tour de Flex Mobile

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Thanks, Alex!

Carlos, please file your tickets against these components.

Regards,
Om

On Mon, Dec 1, 2014 at 11:52 AM, Alex Harui <ah...@adobe.com> wrote:

> Ok, done.
>
> On 12/1/14, 11:38 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
> >I don't think there is a JIRA component for TDF Mobile.  Can someone
> >please
> >create one?
> >
> >While at it, new components for Mobile: Android theme and Mobile: iOS
> >theme
> >would be good.
> >
> >Thanks,
> >Om
> >
> >On Mon, Dec 1, 2014 at 11:30 AM, Erik de Bruin <er...@ixsoftware.nl>
> wrote:
> >
> >> Is this what you're looking for:
> >>
> >> https://issues.apache.org/jira/browse/FLEX-33839
> >>
> >> HTH,
> >>
> >> Erik
> >>
> >>
> >>
> >> On Mon, Dec 1, 2014 at 1:23 PM, Carlos Monteiro <
> >> cmonteiro@wavesolutions.pt>
> >> wrote:
> >>
> >> > Hi,
> >> >
> >> > Is there a specific JIRA for tour de flex mobile? can you provide the
> >> link?
> >> >
> >> > Os melhores cumprimentos,
> >> >
> >> > [image: ASSINATURA WaveMaps] <http://www.wavemaps.pt>
> >> >
> >> > [image: Inline images 1]
> >> >
> >> > cmonteiro@wavesolutions.pt | www.wavesolutions.pt | 253 824 293
> >> >
> >> > On 28 November 2014 at 21:58, OmPrakash Muppirala
> >><bi...@gmail.com>
> >> > wrote:
> >> >
> >> >> On Nov 28, 2014 2:17 AM, "Carlos Monteiro" <un...@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 <an...@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.
> >> >> > >
> >> >>
> >> >
> >> >
> >>
> >>
> >> --
> >> Ix Multimedia Software
> >>
> >> Jan Luykenstraat 27
> >> 3521 VB Utrecht
> >>
> >> T. 06-51952295
> >> I. www.ixsoftware.nl
> >>
>
>

Re: Tour de Flex Mobile

Posted by Alex Harui <ah...@adobe.com>.
Ok, done.

On 12/1/14, 11:38 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

>I don't think there is a JIRA component for TDF Mobile.  Can someone
>please
>create one?
>
>While at it, new components for Mobile: Android theme and Mobile: iOS
>theme
>would be good.
>
>Thanks,
>Om
>
>On Mon, Dec 1, 2014 at 11:30 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>
>> Is this what you're looking for:
>>
>> https://issues.apache.org/jira/browse/FLEX-33839
>>
>> HTH,
>>
>> Erik
>>
>>
>>
>> On Mon, Dec 1, 2014 at 1:23 PM, Carlos Monteiro <
>> cmonteiro@wavesolutions.pt>
>> wrote:
>>
>> > Hi,
>> >
>> > Is there a specific JIRA for tour de flex mobile? can you provide the
>> link?
>> >
>> > Os melhores cumprimentos,
>> >
>> > [image: ASSINATURA WaveMaps] <http://www.wavemaps.pt>
>> >
>> > [image: Inline images 1]
>> >
>> > cmonteiro@wavesolutions.pt | www.wavesolutions.pt | 253 824 293
>> >
>> > On 28 November 2014 at 21:58, OmPrakash Muppirala
>><bi...@gmail.com>
>> > wrote:
>> >
>> >> On Nov 28, 2014 2:17 AM, "Carlos Monteiro" <un...@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 <an...@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.
>> >> > >
>> >>
>> >
>> >
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>>


Re: Tour de Flex Mobile

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I don't think there is a JIRA component for TDF Mobile.  Can someone please
create one?

While at it, new components for Mobile: Android theme and Mobile: iOS theme
would be good.

Thanks,
Om

On Mon, Dec 1, 2014 at 11:30 AM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> Is this what you're looking for:
>
> https://issues.apache.org/jira/browse/FLEX-33839
>
> HTH,
>
> Erik
>
>
>
> On Mon, Dec 1, 2014 at 1:23 PM, Carlos Monteiro <
> cmonteiro@wavesolutions.pt>
> wrote:
>
> > Hi,
> >
> > Is there a specific JIRA for tour de flex mobile? can you provide the
> link?
> >
> > Os melhores cumprimentos,
> >
> > [image: ASSINATURA WaveMaps] <http://www.wavemaps.pt>
> >
> > [image: Inline images 1]
> >
> > cmonteiro@wavesolutions.pt | www.wavesolutions.pt | 253 824 293
> >
> > On 28 November 2014 at 21:58, OmPrakash Muppirala <bi...@gmail.com>
> > wrote:
> >
> >> On Nov 28, 2014 2:17 AM, "Carlos Monteiro" <un...@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 <an...@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.
> >> > >
> >>
> >
> >
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>

Re: Tour de Flex Mobile

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Is this what you're looking for:

https://issues.apache.org/jira/browse/FLEX-33839

HTH,

Erik



On Mon, Dec 1, 2014 at 1:23 PM, Carlos Monteiro <cm...@wavesolutions.pt>
wrote:

> Hi,
>
> Is there a specific JIRA for tour de flex mobile? can you provide the link?
>
> Os melhores cumprimentos,
>
> [image: ASSINATURA WaveMaps] <http://www.wavemaps.pt>
>
> [image: Inline images 1]
>
> cmonteiro@wavesolutions.pt | www.wavesolutions.pt | 253 824 293
>
> On 28 November 2014 at 21:58, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
>> On Nov 28, 2014 2:17 AM, "Carlos Monteiro" <un...@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 <an...@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.
>> > >
>>
>
>


-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl