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

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

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

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.

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: 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

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: 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

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