Re: BusyIndicator rotating off-center on iOS

2017-06-16 Thread Paul Moreau
Hi Bilbo,

Have you tried applying the mobile skin to the BusyIndicator?

skinClass="spark.skins.mobile.BusyIndicatorSkin"

Paul


On Fri, Jun 16, 2017 at 5:58 AM, bilbosax  wrote:

> I have created a PopUp component that I use when processing is occurring to
> let the user know that they need to wait. On iOS, the BusyIndicator is
> wobbling about it's center instead of rotating smoothly.  Any thoughts as
> to
> why this would happen??? Here is my PopUp Component;
>
> 
> http://ns.adobe.com/mxml/2009";
>  xmlns:s="library://ns.adobe.com/flex/spark"
>  xmlns:mx="library://ns.adobe.com/flex/mx"
> creationComplete="init(event)"
> xmlns:fxgAssets="fxgAssets.*">
> 
>
> 
>
> 
>  symbolColor="#FF"
> rotationInterval="50"/>
> 
>
>
>
> --
> View this message in context: http://apache-flex-users.
> 246.n4.nabble.com/BusyIndicator-rotating-off-
> center-on-iOS-tp15321.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>



-- 






*DISCLAIMER: This electronic message together with any attachments is
confidential. If you are not the intended recipient, do not copy, disclose
or use the contents in any way. Please also advise us by return e-mail that
you have received the message and then please destroy. Zutec  Ltd is not
responsible for any changes made to this message and / or any attachments
after sending by Zutec. We use virus scanning software but exclude all
liability for viruses or anything similar in this email or any attachment.*


Re: Use Apache Flex - FlexJS to read an RSS feed

2017-06-16 Thread Angelo Lazzari
Hi Alex,
no i was just asking if it was still "a good solution" because of the date
they posted it.

So, it's ok.

Thank you
Angelo

El vie., 16 jun. 2017 a las 8:18, Alex Harui ()
escribió:

> Hi Angelo,
>
> Can you explain more about why you think the first link is not good for
> FlexJS?  I took a quick glance and it looked ok to me if you use the
> FlexJS HTTPService instead of URLLoader.
>
> Thanks,
> -Alex
>
> On 6/14/17, 10:58 PM, "Angelo Lazzari"  wrote:
>
> >HI!
> >Just to continue the POC start a few days ago about a possibile app
> >creation with Apache Flex or Flex JS where i need to connect to Amazon
> >S3i need another help from the community.
> >
> >Is there a best practice method to read an rss feed from a flexJS mobile
> >app and display his content like and image, a title and link them to the
> >original post?
> >
> >I mean, i googled a bit and i find some really good stuff but i don't
> >think
> >if it's good for FlexJS or simply too old to be applied in a recent Apache
> >Flex project:
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpermadi.co
> >m%2F2010%2F03%2Fflash-as3-processing-rss-feeds%2F&data=02%7C01%7C%7Cf50c5c
> >c9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
> >6331031239879873&sdata=0AxOJAYOachtISZdtkUyqx%2BoeuOgvNJh7qywOQKXhTA%3D&re
> >served=0
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.mikech
> >ambers.com
> %2Fblog%2F2008%2F01%2F22%2Fparsing-rss-20-feeds-in-actionscript-
> >3%2F&data=02%7C01%7C%7Cf50c5cc9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b344387
> >94aed2c178decee1%7C0%7C0%7C636331031239879873&sdata=oylytrD7o6tokxDCU9jNio
> >XoNOUQiHwOrkC8f8eRuLE%3D&reserved=0
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstackover
> >flow.com
> %2Fquestions%2F21127282%2Fcreating-an-actionscript-3-rss-looping-f
> >eed&data=02%7C01%7C%7Cf50c5cc9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b3443879
> >4aed2c178decee1%7C0%7C0%7C636331031239879873&sdata=zqTRnD1yVfI0Okp4Mfnj47y
> >w%2BpGzXCwrIaQYLlJKCn0%3D&reserved=0
> >
> >if FlexJS cannot do it, which is actually the correct way to do it in
> >Apache Flex?
> >
> >Again, thank you very much
> >Angelo
>
>


Re: Optimize speed on Android

2017-06-16 Thread agm65
thx alot!



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Optimize-speed-on-Android-tp15284p15325.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Optimize speed on Android

2017-06-16 Thread After24
Hi,

You can optimize a bit more by setting the Color depth to 16 bit in the XML
app descriptor.
  16bit

The gain is not huge but not neglictable if your app manipumates bitmap
objects.

you can also set :

stage.frameRate to 60;
stage.quality to StageQuality.LOW;
Scroller.maxDragRate to 80 (Static property of the scroller component); 

Use pure as3 item renderers and old flash TextField object whenever you
don't need complexe text layout.

Vincent.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Optimize-speed-on-Android-tp15284p15326.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Still problems using the installer

2017-06-16 Thread agm65
same problem. i have installed air 26 but still the error# 1000.



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/Still-problems-using-the-installer-tp15279p15327.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: Use Apache Flex - FlexJS to read an RSS feed

2017-06-16 Thread Alex Harui
Hi Angelo,

FlexJS is new enough, that AFAIK, nobody has used FlexJS to read an RSS
feed.  You might be the first to try it, so expect some bumps in the road.
 I'm just saying that in taking a quick look at the example, I didn't see
anything obvious other than swapping HTTPService for URLLoader.  FlexJS
has XML and XMLList classes for JS although there might be a bug or two in
them.

Good luck, and feel free to ask more questions if you run into issues.

-Alex

On 6/16/17, 1:02 AM, "Angelo Lazzari"  wrote:

>Hi Alex,
>no i was just asking if it was still "a good solution" because of the date
>they posted it.
>
>So, it's ok.
>
>Thank you
>Angelo
>
>El vie., 16 jun. 2017 a las 8:18, Alex Harui ()
>escribió:
>
>> Hi Angelo,
>>
>> Can you explain more about why you think the first link is not good for
>> FlexJS?  I took a quick glance and it looked ok to me if you use the
>> FlexJS HTTPService instead of URLLoader.
>>
>> Thanks,
>> -Alex
>>
>> On 6/14/17, 10:58 PM, "Angelo Lazzari"  wrote:
>>
>> >HI!
>> >Just to continue the POC start a few days ago about a possibile app
>> >creation with Apache Flex or Flex JS where i need to connect to Amazon
>> >S3i need another help from the community.
>> >
>> >Is there a best practice method to read an rss feed from a flexJS
>>mobile
>> >app and display his content like and image, a title and link them to
>>the
>> >original post?
>> >
>> >I mean, i googled a bit and i find some really good stuff but i don't
>> >think
>> >if it's good for FlexJS or simply too old to be applied in a recent
>>Apache
>> >Flex project:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpermadi.c
>>o
>> 
>>>m%2F2010%2F03%2Fflash-as3-processing-rss-feeds%2F&data=02%7C01%7C%7Cf50c
>>>5c
>> 
>>>c9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>63
>> 
>>>6331031239879873&sdata=0AxOJAYOachtISZdtkUyqx%2BoeuOgvNJh7qywOQKXhTA%3D&
>>>re
>> >served=0
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.mikec
>>h
>> >ambers.com
>> %2Fblog%2F2008%2F01%2F22%2Fparsing-rss-20-feeds-in-actionscript-
>> 
>>>3%2F&data=02%7C01%7C%7Cf50c5cc9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b3443
>>>87
>> 
>>>94aed2c178decee1%7C0%7C0%7C636331031239879873&sdata=oylytrD7o6tokxDCU9jN
>>>io
>> >XoNOUQiHwOrkC8f8eRuLE%3D&reserved=0
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstackove
>>r
>> >flow.com
>> %2Fquestions%2F21127282%2Fcreating-an-actionscript-3-rss-looping-f
>> 
>>>eed&data=02%7C01%7C%7Cf50c5cc9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b34438
>>>79
>> 
>>>4aed2c178decee1%7C0%7C0%7C636331031239879873&sdata=zqTRnD1yVfI0Okp4Mfnj4
>>>7y
>> >w%2BpGzXCwrIaQYLlJKCn0%3D&reserved=0
>> >
>> >if FlexJS cannot do it, which is actually the correct way to do it in
>> >Apache Flex?
>> >
>> >Again, thank you very much
>> >Angelo
>>
>>



Re: Use Apache Flex - FlexJS to read an RSS feed

2017-06-16 Thread Angelo Lazzari
ok, thank you very much Alex! i will give you feedbacks!

Angelo

El vie., 16 jun. 2017 a las 17:05, Alex Harui ()
escribió:

> Hi Angelo,
>
> FlexJS is new enough, that AFAIK, nobody has used FlexJS to read an RSS
> feed.  You might be the first to try it, so expect some bumps in the road.
>  I'm just saying that in taking a quick look at the example, I didn't see
> anything obvious other than swapping HTTPService for URLLoader.  FlexJS
> has XML and XMLList classes for JS although there might be a bug or two in
> them.
>
> Good luck, and feel free to ask more questions if you run into issues.
>
> -Alex
>
> On 6/16/17, 1:02 AM, "Angelo Lazzari"  wrote:
>
> >Hi Alex,
> >no i was just asking if it was still "a good solution" because of the date
> >they posted it.
> >
> >So, it's ok.
> >
> >Thank you
> >Angelo
> >
> >El vie., 16 jun. 2017 a las 8:18, Alex Harui ()
> >escribió:
> >
> >> Hi Angelo,
> >>
> >> Can you explain more about why you think the first link is not good for
> >> FlexJS?  I took a quick glance and it looked ok to me if you use the
> >> FlexJS HTTPService instead of URLLoader.
> >>
> >> Thanks,
> >> -Alex
> >>
> >> On 6/14/17, 10:58 PM, "Angelo Lazzari" 
> wrote:
> >>
> >> >HI!
> >> >Just to continue the POC start a few days ago about a possibile app
> >> >creation with Apache Flex or Flex JS where i need to connect to Amazon
> >> >S3i need another help from the community.
> >> >
> >> >Is there a best practice method to read an rss feed from a flexJS
> >>mobile
> >> >app and display his content like and image, a title and link them to
> >>the
> >> >original post?
> >> >
> >> >I mean, i googled a bit and i find some really good stuff but i don't
> >> >think
> >> >if it's good for FlexJS or simply too old to be applied in a recent
> >>Apache
> >> >Flex project:
> >> >
> >>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpermadi.c
> >>o
> >>
> >>>m%2F2010%2F03%2Fflash-as3-processing-rss-feeds%2F&data=02%7C01%7C%7Cf50c
> >>>5c
> >>
> >>>c9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
> >>>63
> >>
> >>>6331031239879873&sdata=0AxOJAYOachtISZdtkUyqx%2BoeuOgvNJh7qywOQKXhTA%3D&
> >>>re
> >> >served=0
> >> >
> >>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.mikec
> >>h
> >> >ambers.com
> >> %2Fblog%2F2008%2F01%2F22%2Fparsing-rss-20-feeds-in-actionscript-
> >>
> >>>3%2F&data=02%7C01%7C%7Cf50c5cc9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b3443
> >>>87
> >>
> >>>94aed2c178decee1%7C0%7C0%7C636331031239879873&sdata=oylytrD7o6tokxDCU9jN
> >>>io
> >> >XoNOUQiHwOrkC8f8eRuLE%3D&reserved=0
> >> >
> >>
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstackove
> >>r
> >> >flow.com
> >> %2Fquestions%2F21127282%2Fcreating-an-actionscript-3-rss-looping-f
> >>
> >>>eed&data=02%7C01%7C%7Cf50c5cc9df4f46006be908d4b3b393fc%7Cfa7b1b5a7b34438
> >>>79
> >>
> >>>4aed2c178decee1%7C0%7C0%7C636331031239879873&sdata=zqTRnD1yVfI0Okp4Mfnj4
> >>>7y
> >> >w%2BpGzXCwrIaQYLlJKCn0%3D&reserved=0
> >> >
> >> >if FlexJS cannot do it, which is actually the correct way to do it in
> >> >Apache Flex?
> >> >
> >> >Again, thank you very much
> >> >Angelo
> >>
> >>
>
>


Re: BusyIndicator rotating off-center on iOS

2017-06-16 Thread bilbosax
Paul, I thought that the busyIndicator was designed for mobile, so I don't
know why it would be important to use that particular skin, but it
definitely did the trick!!!  Thanks for the help my friend.

Bill



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/BusyIndicator-rotating-off-center-on-iOS-tp15321p15330.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: BusyIndicator rotating off-center on iOS

2017-06-16 Thread Erik J. Thomas
Depending on how you set up your mobile project, I believe all controls will 
use the mobile skins by default. It may be that you have configured your 
project for spark theme and not mobile. You shouldn't need to use spark theme 
unless you're building a codebase that can be shared across mobile and desktop 
and/or web. I don't know where the theme setting is in your IDE, but in 
IntelliJ it's the mobile theme by default for a new mobile project.

If you run spark them for a mobile project you may run into more issues than 
just the BusyIndicator, for example if you are using TextInput the spark theme 
won't use the StylableStageText which means some of the native functionality 
won't work the same as in a native app.

Also, I'm not real happy with BusyIndicator even with mobile skins because it 
stops rotating on async API calls to servers or whenever doing heavy CPU 
lifting like when encoding a large bitmap to JPG, etc. It's so annoying that 
AIR doesn't use a worker thread for that and give the UI full responsiveness 
all the time to keep the BusyIndicator rotating among other things.

Erik

> On Jun 16, 2017, at 12:20 PM, bilbosax  wrote:
> 
> Paul, I thought that the busyIndicator was designed for mobile, so I don't
> know why it would be important to use that particular skin, but it
> definitely did the trick!!!  Thanks for the help my friend.
> 
> Bill
> 
> 
> 
> --
> View this message in context: 
> http://apache-flex-users.246.n4.nabble.com/BusyIndicator-rotating-off-center-on-iOS-tp15321p15330.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
> 



Re: BusyIndicator rotating off-center on iOS

2017-06-16 Thread bilbosax
Thanks for the reply Erik.  I use Flash Builder, but I must not have it set
up perfectly for mobile development because I have been having the EXACT
problems that you have mentioned, namely the busyIndicator and the textInput
skins.  I will have to look into if there is a setting in Flash Builder that
I can check to make sure that mobile skins are the default.  Thanks for
bringing this to my attention!



--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/BusyIndicator-rotating-off-center-on-iOS-tp15321p15332.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.