how to change flex mobilegrid's style

2014-06-20 Thread ????
hey everyone,the normal style of the flex mobilegrid is black,i want to change the color like the row,the header,and i also want to change the height of the row,how to do that?thanks

Fwd: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread Octavio Molano Anta
Hello. Adobe just released a new beta version of the AIR SDK, published on Jun 19th: http://labs.adobe.com/downloads/air.html This beta version (14.0.0.125) contains a newer version of OpenSSL (1.0.1h) which is a new requirement for Google Play apps for security reasons. The Apache Flex installer

RE: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread Kessler CTR Mark J
> BTW, what's the folder "in" for? It contains the AIR SDK again. Is it just > a temp folder I can delete or is that really used somewhere? If it's a temp > folder, why not just use the folder named "temp" instead of creating > another one? The "in" folder houses the downloaded dependencies Flex

Sorting behavior changed between Adobe and Apache Flex SDK (?)

2014-06-20 Thread santanu4ver
Hi, I recently noticed some change in behavior between Apache and Adobe Flex SDK (when working with our application which we shifted to Apache Flex SDK some time back). We have always seen that doing 'sort=null' stops any further sorting to a collection of data (in Adobe's SDK). With Apache Flex

Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread Octavio Molano Anta
Hello. Adobe just released a new beta version of the AIR SDK, published on Jun 19th: http://labs.adobe.com/downloads/air.html This beta version (14.0.0.125) contains a newer version of OpenSSL (1.0.1h) which is a new requirement for Google Play apps for security reasons. The Apache Flex installer

RE: Sorting behavior changed between Adobe and Apache Flex SDK (?)

2014-06-20 Thread Kessler CTR Mark J
Could you please create a new issue [1] and post a small example app. I'll take a peek at it later. [1] https://issues.apache.org/jira/browse/FLEX -Mark -Original Message- From: santanu4ver [mailto:santanu4...@gmail.com] Sent: Friday, June 20, 2014 6:14 AM To: users@flex.apache.org Sub

RE: Sorting behavior changed between Adobe and Apache Flex SDK (?)

2014-06-20 Thread santanu4ver
Hello Mark, Here's the link to Apache JIRA: https://issues.apache.org/jira/browse/FLEX-34381. Please, have a look. Thank you. With Regards, Santanu -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Sorting-behavior-changed-between-Adobe-and-Apache-Flex-SDK-tp69

RE: Sorting behavior changed between Adobe and Apache Flex SDK (?)

2014-06-20 Thread Justin Mclean
I believe the sort is not unapplied until you call collection.refresh() There were several JIRA bugs related to this change once I'm back online I'll take a look On Jun 20, 2014 12:09 PM, "santanu4ver" wrote: > Hello Mark, > > Here's the link to Apache JIRA: > https://issues.apache.org/jira/brows

RE: Sorting behavior changed between Adobe and Apache Flex SDK (?)

2014-06-20 Thread santanu4ver
This is not the case in Adobe's SDK. You do not need to do a 'refresh' to the collection so you can still keep any previous sorting order to the collection. I don't want to do a 'refresh' either after 'sort=null' so I can still keep the previously sorted order. Thanks. -- View this message in c

RE: [OT] easyWorker

2014-06-20 Thread Frédéric THOMAS
Added command and state work flow implementation, all tests green. Enjoy !! https://github.com/doublefx/easyWorker Frédéric THOMAS > From: webdoubl...@hotmail.com > To: users@flex.apache.org > Subject: RE: [OT] easyWorker > Date: Tue, 17 Jun 2014 12:39:57 +0100 > > Hi João, > > It means that

RE: [OT] easyWorker

2014-06-20 Thread Frédéric THOMAS
Allow now your Runnable to intercept calls from the IThread methods pause(), resume() and terminate(). Enjoy !! Frédéric THOMAS > From: webdoubl...@hotmail.com > To: users@flex.apache.org > Subject: RE: [OT] easyWorker > Date: Fri, 20 Jun 2014 16:09:00 +0100 > > Added command and state work f

Re: Sorting behavior changed between Adobe and Apache Flex SDK (?)

2014-06-20 Thread Alex Harui
On 6/20/14 5:45 AM, "santanu4ver" wrote: >This is not the case in Adobe's SDK. You do not need to do a 'refresh' to >the >collection so you can still keep any previous sorting order to the >collection. Yes, that's true. In Apache Flex, IIRC, some folks tried to handle sort changes without ref

Unable to find named traits while packaging app for iOS

2014-06-20 Thread whityfenix
Hi, I have an App that I want to deploy on iOS. I follow the instructions provided by this article. http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air-apps-on-ios/ I have the issue while doing this. Shortly, I have several external SWF's let's call them: ba

Re: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread OmPrakash Muppirala
The Apache Flex installer only downloads the older non-beta version or the > AIR SDK (14.0.0.110). > Until it's updated to include this beta (build 125), how can I use the > newer AIR version? > I will add the new beta version to the Installer in a while. Thanks for the heads up! Regards, Om

Re: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread OmPrakash Muppirala
On Fri, Jun 20, 2014 at 11:54 AM, Octavio Molano Anta < octavio.mol...@gmail.com> wrote: > El 20/06/2014 19:30, "OmPrakash Muppirala" > escribió: > > > > I will add the new beta version to the Installer in a while. Thanks for > > the heads up! > > > > Regards, > > Om > > Great, thanks! Anyway, w

Re: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread Octavio Molano Anta
El 20/06/2014 19:30, "OmPrakash Muppirala" escribió: > > I will add the new beta version to the Installer in a while. Thanks for > the heads up! > > Regards, > Om Great, thanks! Anyway, what would be the steps to take to use a version of AIR still not supported by the installer? Best regards, O

Re: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread Alex Harui
On 6/20/14 11:54 AM, "Octavio Molano Anta" wrote: > >Great, thanks! Anyway, what would be the steps to take to use a version of >AIR still not supported by the installer? There are a several ways: 1) use Ant. A) download and uncompress the binary package into a folder B) run a

Re: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread Octavio Molano Anta
OmPrakash Muppirala : > > *I just updated the installer config. Please close and repoen the* > * Installer, you should see the new AIR 14 beta in the dropdown list.* > Great, thanks! I noticed that the "Select Flash Player version" dropdown now has two entries called "Flash Player 14". I guess