Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Tom Chiverton
I just got an auto email from Google saying "your apps is running an outdated version of OpenSSL". Do I just need to recompile with a newer AIR (13? 14?) install ? -- extravision Signature *Tom Chiverton* | Lead Developer | Extravision *T:* 0161 817 2922 | *W:* www.extravision.com

R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Federico De Maddalena
I received the same email...probably we have to recompile with the latest version of air sdk 14 (14.0.0.110) -Messaggio originale- Da: Tom Chiverton [mailto:t...@extravision.com] Inviato: venerdì 13 giugno 2014 09:58 A: users@flex.apache.org Oggetto: Alert from Google app store - vulner

setStyle destroy UndoManager

2014-06-13 Thread gpi
Hi, during programming I found strange problem with UndoManager related to textFlow in RichEditableText. When I try to set some style for RET (by setStyle), all steps stored in UndoManager are reseting. Here is simple example online: http://op2.pl/undo/test.swf Whe

Re: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Tom Chiverton
On 13/06/14 09:20, Federico De Maddalena wrote: I received the same email...probably we have to recompile with the latest version of air sdk 14 (14.0.0.110) And as newer AIRs don't support Linux, that's the end of distributing AIR apps directly from Linux :-/ Something else I need VirtualBox f

R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Federico De Maddalena
I've just compiled an apk with the latest version of AIR and in xxx.apk/lib/armeabi-v7a/libCore.so I found the string "OpenSSL 1.0.1g". In the older version of the same apk I found "OpenSSL 1.0.1e". Is 1.0.1g the correct version of OpenSSL? I've updated AIR SDK two hours ago... Sorry for my bad en

Re: setStyle destroy UndoManager

2014-06-13 Thread Jake Knerr
Hi gpi, When the RichEditableText component loses focus it clears all undo steps by default. Therefore, in your demo when you click the "setStyle" button the editable text loses focus and the undo steps are lost. This is the expected behavior. To prevent this from happening you need to set the "

Re: setStyle destroy UndoManager

2014-06-13 Thread gpi
Thank you Jake for your reply, but I'm affraid that is no lost focus problem. I added one more empty button, and when I click on it (focus is lost from RET) UndoManager still working. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoManager-tp

Re: setStyle destroy UndoManager

2014-06-13 Thread gpi
Thank you Jake for your reply, but I'm affraid that problem is not in lost focus. I added one more empty button, and when I click on it (focus is lost from RET) UndoManager working OK. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoManager-t

Re: setStyle destroy UndoManager

2014-06-13 Thread Jake Knerr
gpi, Please post the code for the small example you created. Thanks. - Jake On Fri, Jun 13, 2014 at 4:18 AM, gpi wrote: > Thank you Jake for your reply, but I'm affraid that problem is not in lost > focus. I added one more empty button, and when I click on it (focus is lost > from RET) UndoM

Re: setStyle destroy UndoManager

2014-06-13 Thread gpi
This is code of this example: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" creationComplete="init()"> -- View this message in context: http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoManager

RE: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Frédéric THOMAS
Yes, it seems to be correct, Adobe is updating its release note about it, see this post [1] comments. Frédéric THOMAS [1] https://forums.adobe.com/message/6455251#6455251 > Subject: R: R: Alert from Google app store - vulnerable OpenSSL version > Date: Fri, 13 Jun 2014 11:11:19 +0200 > From: f.

R: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Federico De Maddalena
Yes, i'm following this post and someone wrote "we really need to be upgrade to open SSL 1.0.1h if we read the google play email and refer to the openssl link they gave us." According to OpenSSL release note, version 1.0.1g contains bug... -Messaggio originale- Da: Frédéric THOMAS [mai

RE: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Frédéric THOMAS
Well, later, they says: - As it said in the mail from Google(http://www.openssl.org/news/secadv_20140605.txt), we should upgrade the openssl to version 1.0.1h answers: - We are aware of openSSL 1.0.1h version and the updated AIR SDK will be available soon. - For mobile applications the AIR SDK

Re: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Tom Chiverton
On 13/06/14 13:49, Frédéric THOMAS wrote: - We are aware of openSSL 1.0.1h version and the updated AIR SDK will be available soon. - For mobile applications the AIR SDK 14.0.0.110 is enough and you don't need to update the openSSL on pc. - The openSSL is bundled in the application so the captiv

RE: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Frédéric THOMAS
It is what I understood too :P Frédéric THOMAS > Date: Fri, 13 Jun 2014 14:01:42 +0100 > From: t...@extravision.com > To: users@flex.apache.org > Subject: Re: R: R: Alert from Google app store - vulnerable OpenSSL version > > On 13/06/14 13:49, Frédéric THOMAS wrote: > > - We are aware of openSS

avoid transition onStageOrientationChange

2014-06-13 Thread Gabriele Campi
Hi, is it possible to avoid transition when the stage orientation change in a flex mobile project? Thanks Gabriele

TextInput - no soft keyboard in iOS

2014-06-13 Thread Jonathan Christian
Hey Apache friends, I'm a little perplexed on this issue I am having. The ultimate goal is to have square corners on a textinput box in a mobile flex project using Flex 4.12.1 and AIR 13. I have a typical spark textinput box that uses spark.components.textInput () - works fine But when I a

Re: TextInput - no soft keyboard in iOS

2014-06-13 Thread Alex Harui
Are you sure you are using the right text entry widget in your skin? On 6/13/14 1:04 PM, "Jonathan Christian" wrote: >Hey Apache friends, > > >I'm a little perplexed on this issue I am having. The ultimate goal is to >have square corners on a textinput box in a mobile flex project using Flex >4.

Re: TextInput - no soft keyboard in iOS

2014-06-13 Thread Greg Dove
You might need to ensure that you have the skin based on spark.skins.mobile.TextInputSkin for iOS instead of spark.skins.spark.TextInputSkin I know I had similar problems with iOS in the past. On Sat, Jun 14, 2014 at 8:04 AM, Jonathan Christian < jcisinthehous...@gmail.com> wrote: > Hey Apach