Re: Emoji Help

2017-11-30 Thread OmPrakash Muppirala
Hmm, perhaps try listening to keyUp event and try preventDefault if it is
the emoji button?
Although it is possible that AIR may never call the handler for these
buttons.

Thanks,
Om

On Thu, Nov 30, 2017 at 1:29 PM, Erik J. Thomas  wrote:

> Has anyone learned how to remove the Emoji soft keyboard button on mobile?
> I see no property of TextArea or TextInput to disable it. Using mobile
> theme of course.
>
> Even better, has anyone figured out an Emoji solution in mobile AIR apps?
> In my experimentation, the Emoji chars entered by a user in the native soft
> keyboard do show in TextInput because of course that field is a Stage based
> (native) input field, but I want to save the Emoji character to DB and show
> it in Android and iOS apps, in Labels. Another issue is that I believe
> Emoji's differ in their character code representation between Android and
> iOS.
>
> Just looking for some kind of Emoji solution for AIR mobile apps created
> with Apache Flex. I've thought about using an Emoji font and embedding it,
> but then I'd have to "map" the characters from iOS Emoji keyboard to a
> character in the font, and they won't look exactly the same as iOS or
> Android native Emojis. Still, that could be problematic anyway, as the
> Emoji keyboard contains a lot of character categories.
>
> I also thought of creating a custom pure as3 keyboard but that's beyond
> any scope I can tackle right now.
>
> All I really want to do is not confuse users who put Emoji's into messages
> that don't work. Hiding the Emoji button would be the simplest way but
> probably can't be done from AIR.
>
> Thanks for your suggestions.
>
> Erik
>
>


Emoji Help

2017-11-30 Thread Erik J. Thomas
Has anyone learned how to remove the Emoji soft keyboard button on mobile? I 
see no property of TextArea or TextInput to disable it. Using mobile theme of 
course.

Even better, has anyone figured out an Emoji solution in mobile AIR apps? In my 
experimentation, the Emoji chars entered by a user in the native soft keyboard 
do show in TextInput because of course that field is a Stage based (native) 
input field, but I want to save the Emoji character to DB and show it in 
Android and iOS apps, in Labels. Another issue is that I believe Emoji's differ 
in their character code representation between Android and iOS.

Just looking for some kind of Emoji solution for AIR mobile apps created with 
Apache Flex. I've thought about using an Emoji font and embedding it, but then 
I'd have to "map" the characters from iOS Emoji keyboard to a character in the 
font, and they won't look exactly the same as iOS or Android native Emojis. 
Still, that could be problematic anyway, as the Emoji keyboard contains a lot 
of character categories.

I also thought of creating a custom pure as3 keyboard but that's beyond any 
scope I can tackle right now. 

All I really want to do is not confuse users who put Emoji's into messages that 
don't work. Hiding the Emoji button would be the simplest way but probably 
can't be done from AIR.

Thanks for your suggestions.

Erik



Re: Updates and EncryptedLocalStore

2017-11-30 Thread bilbosax
Thanks 0xC3.  Very helpful and useful information!! I think I have found the
solution that I need now.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Updates and EncryptedLocalStore

2017-11-30 Thread 0xC3
Yes. It is not recommended as a permanent local store.
https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/data/EncryptedLocalStore.html

  



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: HGroup in pure ActionScript

2017-11-30 Thread Piotr Zarzycki
Hi,

Can you try add for the HGroup and images some width and height to check
whether they appear ?

Thanks, Piotr


2017-11-30 15:41 GMT+01:00 Tucsonjhall :

> I'm trying to use HGroup to keep several optional images together in a
> group
> however I'm not hitting the right combination. In short, the code is:
>
> hgroup = new HGroup();
> hgroup.right = 0;
> hgroup.top = 0;
> hgroup.gap = 0;
>
> Within the renderer I try to add the element
> addChild(hgroup);  // have also tried addChild(DisplayObject(hgroup));
>
> And when I want to add images within the HGroup
>
> hgroup.addElement(lockedImage);
> hgroup.addElement(noteImage);
>
> Nothing appears visually. Any suggestions?
>
> Thank you
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


HGroup in pure ActionScript

2017-11-30 Thread Tucsonjhall
I'm trying to use HGroup to keep several optional images together in a group
however I'm not hitting the right combination. In short, the code is:

hgroup = new HGroup();
hgroup.right = 0;
hgroup.top = 0;
hgroup.gap = 0;

Within the renderer I try to add the element
addChild(hgroup);  // have also tried addChild(DisplayObject(hgroup));

And when I want to add images within the HGroup

hgroup.addElement(lockedImage);
hgroup.addElement(noteImage);

Nothing appears visually. Any suggestions? 

Thank you



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Fréderic Cox
That would be amazing, I can then fix the issues and look at updating to
4.16 in the coming days.

Can you send it via WeTransfer?

On Thu, Nov 30, 2017 at 2:02 PM, Piotr Zarzycki 
wrote:

> Frederic,
>
> I can sent you downloaded version off the list if it helps you. Let me
> know.
>
> Thanks, Piotr
>
>
> 2017-11-30 13:56 GMT+01:00 Fréderic Cox :
>
> > Wow that is strange, I have 10.12.6 also, I will retry it once more
> >
> > On Thu, Nov 30, 2017 at 1:36 PM, Piotr Zarzycki <
> piotrzarzyck...@gmail.com
> > >
> > wrote:
> >
> > > Frederic,
> > >
> > > FYI I just tried install that version with Adobe Air 27 on my mac OS
> > Sierra
> > > 10.12.6 and it went all well. Installer 3.3.
> > >
> > > Thanks, Piotr
> > >
> > > 2017-11-30 13:27 GMT+01:00 Piotr Zarzycki :
> > >
> > > > Ahh I'm sorry it is under archive [1]
> > > >
> > > > [1] http://archive.apache.org/dist/flex/4.10.0/binaries/
> > > > apache-flex-sdk-4.10.0-bin.tar.gz
> > > >
> > > > Thanks, Piotr
> > > >
> > > > 2017-11-30 13:21 GMT+01:00 Fréderic Cox :
> > > >
> > > >> Hi Piotr,
> > > >>
> > > >> Thanks for your help but none of the links on
> > > >> http://www.apache.org/dyn/closer.lua/flex/4.10.0/binaries/
> > > >> apache-flex-sdk-4.10.1-bin.tar.gz
> > > >> work for me, not even the mirrors like
> > > >> http://apache.belnet.be/flex/4.10.0/binaries/apache-flex-sdk
> > > >> -4.10.1-bin.tar.gz
> > > >>
> > > >>
> > > >>
> > > >> On Thu, Nov 30, 2017 at 1:18 PM, Piotr Zarzycki <
> > > >> piotrzarzyck...@gmail.com>
> > > >> wrote:
> > > >>
> > > >> > Frederic,
> > > >> >
> > > >> > You can download binaries manually [1] for mac and try to use Ant
> on
> > > Air
> > > >> > instruction [2]. Once you download binaries untar them, and go to
> > the
> > > >> > folder and Terminal:
> > > >> > ant -f installer.xml -Dair.sdk.version=27.0
> > > >> >
> > > >> > Let me know it it helps
> > > >> >
> > > >> > [1]
> > > >> > http://www.apache.org/dyn/closer.lua/flex/4.10.0/
> > > >> > binaries/apache-flex-sdk-4.10.1-bin.tar.gz
> > > >> > [2] https://cwiki.apache.org/confluence/display/FLEX/
> > > Installation+help
> > > >> >
> > > >> > Thanks, Piotr
> > > >> >
> > > >> >
> > > >> > 2017-11-30 13:07 GMT+01:00 Fréderic Cox :
> > > >> >
> > > >> > > 4.16 with AIR 27 just installed successfully, but I would really
> > > need
> > > >> > 4.10
> > > >> > > to work with AIR 27 for the short term, any solutions there?
> > > >> > >
> > > >> > > On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki <
> > > >> > > piotrzarzyck...@gmail.com>
> > > >> > > wrote:
> > > >> > >
> > > >> > > > Hi Frederic,
> > > >> > > >
> > > >> > > > Did you try higher version of Flex ? Latest release 4.16.1 or
> at
> > > >> least
> > > >> > > > 4.11.0 ?
> > > >> > > >
> > > >> > > > Thanks, Piotr
> > > >> > > >
> > > >> > > > 2017-11-30 12:16 GMT+01:00 Fréderic Cox <
> coxfrede...@gmail.com
> > >:
> > > >> > > >
> > > >> > > > > Hi,
> > > >> > > > >
> > > >> > > > > I tried installing Flex 4.10 combined with AIR 27 but it
> gives
> > > me
> > > >> the
> > > >> > > > same
> > > >> > > > > errors on the 3.2 and 3.3 version of the installer. Here is
> > the
> > > >> log:
> > > >> > > > >
> > > >> > > > > Installer version 3.3.0 (mac)
> > > >> > > > > Using Locale: en_BE
> > > >> > > > > Fetched the SDK download mirror URL from the CGI.
> > > >> > > > > SDK version Apache Flex SDK 4.10.0
> > > >> > > > > AIR version 27.0
> > > >> > > > > Flash Player version 27.0
> > > >> > > > > Creating Apache Flex home
> > > >> > > > > Creating temporary directory
> > > >> > > > > Downloading Apache Flex SDK from:
> > > >> > > > > http://archive.apache.org/dist/flex/4.10.0/binaries/
> > > >> > > > > apache-flex-sdk-4.10.0-bin.tar.gz
> > > >> > > > > Verifying Apache Flex SDK MD5 Signature
> > > >> > > > > The Apache Flex SDK MD5 Signature of the downloaded files
> > > matches
> > > >> the
> > > >> > > > > reference. The file is valid.
> > > >> > > > > Uncompressing:
> > > >> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > >> > > > > flex-sdk-4.10.0-bin.tar.gz
> > > >> > > > > Finished uncompressing:
> > > >> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > >> > > > > flex-sdk-4.10.0-bin.tar.gz
> > > >> > > > > Downloading Adobe AIR Runtime Kit for Mac from:
> > > >> > > > > http://airdownload.adobe.com/air/mac/download/27.0/
> AdobeAIRS
> > > >> DK.dmg
> > > >> > > > > Installation aborted:
> > > >> > > > > http://flex.apache.org/track-installer.html?failure=true;
> > > >> > label=Apache
> > > >> > > > Flex
> > > >> > > > > SDK 4.10.0=4.10.0=mac&
> installerversion=3.3.0=
> > > >> > > Uncompress
> > > >> > > > > Adobe AIR Runtime Kit
> > > >> > > > > Native Process error unable to untar Adobe AIR SDK
> > > >> > > > > tar: Unrecognized archive format
> > > >> > > > > tar: Error exit delayed from previous errors.
> > > >> > > > >
> > > >> > > > > Finished 

Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Piotr Zarzycki
Frederic,

I can sent you downloaded version off the list if it helps you. Let me know.

Thanks, Piotr


2017-11-30 13:56 GMT+01:00 Fréderic Cox :

> Wow that is strange, I have 10.12.6 also, I will retry it once more
>
> On Thu, Nov 30, 2017 at 1:36 PM, Piotr Zarzycki  >
> wrote:
>
> > Frederic,
> >
> > FYI I just tried install that version with Adobe Air 27 on my mac OS
> Sierra
> > 10.12.6 and it went all well. Installer 3.3.
> >
> > Thanks, Piotr
> >
> > 2017-11-30 13:27 GMT+01:00 Piotr Zarzycki :
> >
> > > Ahh I'm sorry it is under archive [1]
> > >
> > > [1] http://archive.apache.org/dist/flex/4.10.0/binaries/
> > > apache-flex-sdk-4.10.0-bin.tar.gz
> > >
> > > Thanks, Piotr
> > >
> > > 2017-11-30 13:21 GMT+01:00 Fréderic Cox :
> > >
> > >> Hi Piotr,
> > >>
> > >> Thanks for your help but none of the links on
> > >> http://www.apache.org/dyn/closer.lua/flex/4.10.0/binaries/
> > >> apache-flex-sdk-4.10.1-bin.tar.gz
> > >> work for me, not even the mirrors like
> > >> http://apache.belnet.be/flex/4.10.0/binaries/apache-flex-sdk
> > >> -4.10.1-bin.tar.gz
> > >>
> > >>
> > >>
> > >> On Thu, Nov 30, 2017 at 1:18 PM, Piotr Zarzycki <
> > >> piotrzarzyck...@gmail.com>
> > >> wrote:
> > >>
> > >> > Frederic,
> > >> >
> > >> > You can download binaries manually [1] for mac and try to use Ant on
> > Air
> > >> > instruction [2]. Once you download binaries untar them, and go to
> the
> > >> > folder and Terminal:
> > >> > ant -f installer.xml -Dair.sdk.version=27.0
> > >> >
> > >> > Let me know it it helps
> > >> >
> > >> > [1]
> > >> > http://www.apache.org/dyn/closer.lua/flex/4.10.0/
> > >> > binaries/apache-flex-sdk-4.10.1-bin.tar.gz
> > >> > [2] https://cwiki.apache.org/confluence/display/FLEX/
> > Installation+help
> > >> >
> > >> > Thanks, Piotr
> > >> >
> > >> >
> > >> > 2017-11-30 13:07 GMT+01:00 Fréderic Cox :
> > >> >
> > >> > > 4.16 with AIR 27 just installed successfully, but I would really
> > need
> > >> > 4.10
> > >> > > to work with AIR 27 for the short term, any solutions there?
> > >> > >
> > >> > > On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki <
> > >> > > piotrzarzyck...@gmail.com>
> > >> > > wrote:
> > >> > >
> > >> > > > Hi Frederic,
> > >> > > >
> > >> > > > Did you try higher version of Flex ? Latest release 4.16.1 or at
> > >> least
> > >> > > > 4.11.0 ?
> > >> > > >
> > >> > > > Thanks, Piotr
> > >> > > >
> > >> > > > 2017-11-30 12:16 GMT+01:00 Fréderic Cox  >:
> > >> > > >
> > >> > > > > Hi,
> > >> > > > >
> > >> > > > > I tried installing Flex 4.10 combined with AIR 27 but it gives
> > me
> > >> the
> > >> > > > same
> > >> > > > > errors on the 3.2 and 3.3 version of the installer. Here is
> the
> > >> log:
> > >> > > > >
> > >> > > > > Installer version 3.3.0 (mac)
> > >> > > > > Using Locale: en_BE
> > >> > > > > Fetched the SDK download mirror URL from the CGI.
> > >> > > > > SDK version Apache Flex SDK 4.10.0
> > >> > > > > AIR version 27.0
> > >> > > > > Flash Player version 27.0
> > >> > > > > Creating Apache Flex home
> > >> > > > > Creating temporary directory
> > >> > > > > Downloading Apache Flex SDK from:
> > >> > > > > http://archive.apache.org/dist/flex/4.10.0/binaries/
> > >> > > > > apache-flex-sdk-4.10.0-bin.tar.gz
> > >> > > > > Verifying Apache Flex SDK MD5 Signature
> > >> > > > > The Apache Flex SDK MD5 Signature of the downloaded files
> > matches
> > >> the
> > >> > > > > reference. The file is valid.
> > >> > > > > Uncompressing:
> > >> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > >> > > > > flex-sdk-4.10.0-bin.tar.gz
> > >> > > > > Finished uncompressing:
> > >> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > >> > > > > flex-sdk-4.10.0-bin.tar.gz
> > >> > > > > Downloading Adobe AIR Runtime Kit for Mac from:
> > >> > > > > http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRS
> > >> DK.dmg
> > >> > > > > Installation aborted:
> > >> > > > > http://flex.apache.org/track-installer.html?failure=true;
> > >> > label=Apache
> > >> > > > Flex
> > >> > > > > SDK 4.10.0=4.10.0=mac=3.3.0=
> > >> > > Uncompress
> > >> > > > > Adobe AIR Runtime Kit
> > >> > > > > Native Process error unable to untar Adobe AIR SDK
> > >> > > > > tar: Unrecognized archive format
> > >> > > > > tar: Error exit delayed from previous errors.
> > >> > > > >
> > >> > > > > Finished untaring:
> > >> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/
> AdobeAIRSDK.dmg
> > >> > > > > Installing Adobe Flash Player playerglobal.swc from:
> > >> > > > > http://fpdownload.macromedia.com/get/flashplayer/updaters/
> > >> > > > > 27/playerglobal27_0.swc
> > >> > > > > Installing frameworks configuration files configured for use
> > with
> > >> an
> > >> > > IDE
> > >> > > > > Downloading 2_2.zip from:
> > >> > > > > http://apacheflexbuild.cloudapp.net:8080/job/SWFObjectLegacy
> > >> Package/
> > >> > > 

Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Fréderic Cox
Wow that is strange, I have 10.12.6 also, I will retry it once more

On Thu, Nov 30, 2017 at 1:36 PM, Piotr Zarzycki 
wrote:

> Frederic,
>
> FYI I just tried install that version with Adobe Air 27 on my mac OS Sierra
> 10.12.6 and it went all well. Installer 3.3.
>
> Thanks, Piotr
>
> 2017-11-30 13:27 GMT+01:00 Piotr Zarzycki :
>
> > Ahh I'm sorry it is under archive [1]
> >
> > [1] http://archive.apache.org/dist/flex/4.10.0/binaries/
> > apache-flex-sdk-4.10.0-bin.tar.gz
> >
> > Thanks, Piotr
> >
> > 2017-11-30 13:21 GMT+01:00 Fréderic Cox :
> >
> >> Hi Piotr,
> >>
> >> Thanks for your help but none of the links on
> >> http://www.apache.org/dyn/closer.lua/flex/4.10.0/binaries/
> >> apache-flex-sdk-4.10.1-bin.tar.gz
> >> work for me, not even the mirrors like
> >> http://apache.belnet.be/flex/4.10.0/binaries/apache-flex-sdk
> >> -4.10.1-bin.tar.gz
> >>
> >>
> >>
> >> On Thu, Nov 30, 2017 at 1:18 PM, Piotr Zarzycki <
> >> piotrzarzyck...@gmail.com>
> >> wrote:
> >>
> >> > Frederic,
> >> >
> >> > You can download binaries manually [1] for mac and try to use Ant on
> Air
> >> > instruction [2]. Once you download binaries untar them, and go to the
> >> > folder and Terminal:
> >> > ant -f installer.xml -Dair.sdk.version=27.0
> >> >
> >> > Let me know it it helps
> >> >
> >> > [1]
> >> > http://www.apache.org/dyn/closer.lua/flex/4.10.0/
> >> > binaries/apache-flex-sdk-4.10.1-bin.tar.gz
> >> > [2] https://cwiki.apache.org/confluence/display/FLEX/
> Installation+help
> >> >
> >> > Thanks, Piotr
> >> >
> >> >
> >> > 2017-11-30 13:07 GMT+01:00 Fréderic Cox :
> >> >
> >> > > 4.16 with AIR 27 just installed successfully, but I would really
> need
> >> > 4.10
> >> > > to work with AIR 27 for the short term, any solutions there?
> >> > >
> >> > > On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki <
> >> > > piotrzarzyck...@gmail.com>
> >> > > wrote:
> >> > >
> >> > > > Hi Frederic,
> >> > > >
> >> > > > Did you try higher version of Flex ? Latest release 4.16.1 or at
> >> least
> >> > > > 4.11.0 ?
> >> > > >
> >> > > > Thanks, Piotr
> >> > > >
> >> > > > 2017-11-30 12:16 GMT+01:00 Fréderic Cox :
> >> > > >
> >> > > > > Hi,
> >> > > > >
> >> > > > > I tried installing Flex 4.10 combined with AIR 27 but it gives
> me
> >> the
> >> > > > same
> >> > > > > errors on the 3.2 and 3.3 version of the installer. Here is the
> >> log:
> >> > > > >
> >> > > > > Installer version 3.3.0 (mac)
> >> > > > > Using Locale: en_BE
> >> > > > > Fetched the SDK download mirror URL from the CGI.
> >> > > > > SDK version Apache Flex SDK 4.10.0
> >> > > > > AIR version 27.0
> >> > > > > Flash Player version 27.0
> >> > > > > Creating Apache Flex home
> >> > > > > Creating temporary directory
> >> > > > > Downloading Apache Flex SDK from:
> >> > > > > http://archive.apache.org/dist/flex/4.10.0/binaries/
> >> > > > > apache-flex-sdk-4.10.0-bin.tar.gz
> >> > > > > Verifying Apache Flex SDK MD5 Signature
> >> > > > > The Apache Flex SDK MD5 Signature of the downloaded files
> matches
> >> the
> >> > > > > reference. The file is valid.
> >> > > > > Uncompressing:
> >> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> >> > > > > flex-sdk-4.10.0-bin.tar.gz
> >> > > > > Finished uncompressing:
> >> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> >> > > > > flex-sdk-4.10.0-bin.tar.gz
> >> > > > > Downloading Adobe AIR Runtime Kit for Mac from:
> >> > > > > http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRS
> >> DK.dmg
> >> > > > > Installation aborted:
> >> > > > > http://flex.apache.org/track-installer.html?failure=true;
> >> > label=Apache
> >> > > > Flex
> >> > > > > SDK 4.10.0=4.10.0=mac=3.3.0=
> >> > > Uncompress
> >> > > > > Adobe AIR Runtime Kit
> >> > > > > Native Process error unable to untar Adobe AIR SDK
> >> > > > > tar: Unrecognized archive format
> >> > > > > tar: Error exit delayed from previous errors.
> >> > > > >
> >> > > > > Finished untaring:
> >> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
> >> > > > > Installing Adobe Flash Player playerglobal.swc from:
> >> > > > > http://fpdownload.macromedia.com/get/flashplayer/updaters/
> >> > > > > 27/playerglobal27_0.swc
> >> > > > > Installing frameworks configuration files configured for use
> with
> >> an
> >> > > IDE
> >> > > > > Downloading 2_2.zip from:
> >> > > > > http://apacheflexbuild.cloudapp.net:8080/job/SWFObjectLegacy
> >> Package/
> >> > > > > lastSuccessfulBuild/artifact/
> >> > > > > Download complete
> >> > > > > Downloading osmf.swc from: http://flex.apache.org/
> >> > dependencies/osmf1/
> >> > > > > Downloading flex-messaging-common.jar from:
> >> > > > > http://flex.apache.org/dependencies/
> >> > > > > Downloading afe.jar from: http://flex.apache.org/dependencies/
> >> > > > > Downloading aglj40.jar from: http://flex.apache.org/
> dependencies/
> >> > > > > Downloading 

Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Fréderic Cox
Frederics-MacBook-Pro:4.10_AIR27 frederic$ ant -f installer.xml
-Dair.sdk.version=27.0

Buildfile: installer.xml does not exist!

Build failed

On Thu, Nov 30, 2017 at 1:27 PM, Piotr Zarzycki 
wrote:

> Ahh I'm sorry it is under archive [1]
>
> [1]
> http://archive.apache.org/dist/flex/4.10.0/binaries/
> apache-flex-sdk-4.10.0-bin.tar.gz
>
> Thanks, Piotr
>
> 2017-11-30 13:21 GMT+01:00 Fréderic Cox :
>
> > Hi Piotr,
> >
> > Thanks for your help but none of the links on
> > http://www.apache.org/dyn/closer.lua/flex/4.10.0/
> > binaries/apache-flex-sdk-4.10.1-bin.tar.gz
> > work for me, not even the mirrors like
> > http://apache.belnet.be/flex/4.10.0/binaries/apache-flex-
> > sdk-4.10.1-bin.tar.gz
> >
> >
> >
> > On Thu, Nov 30, 2017 at 1:18 PM, Piotr Zarzycki <
> piotrzarzyck...@gmail.com
> > >
> > wrote:
> >
> > > Frederic,
> > >
> > > You can download binaries manually [1] for mac and try to use Ant on
> Air
> > > instruction [2]. Once you download binaries untar them, and go to the
> > > folder and Terminal:
> > > ant -f installer.xml -Dair.sdk.version=27.0
> > >
> > > Let me know it it helps
> > >
> > > [1]
> > > http://www.apache.org/dyn/closer.lua/flex/4.10.0/
> > > binaries/apache-flex-sdk-4.10.1-bin.tar.gz
> > > [2] https://cwiki.apache.org/confluence/display/FLEX/Installation+help
> > >
> > > Thanks, Piotr
> > >
> > >
> > > 2017-11-30 13:07 GMT+01:00 Fréderic Cox :
> > >
> > > > 4.16 with AIR 27 just installed successfully, but I would really need
> > > 4.10
> > > > to work with AIR 27 for the short term, any solutions there?
> > > >
> > > > On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki <
> > > > piotrzarzyck...@gmail.com>
> > > > wrote:
> > > >
> > > > > Hi Frederic,
> > > > >
> > > > > Did you try higher version of Flex ? Latest release 4.16.1 or at
> > least
> > > > > 4.11.0 ?
> > > > >
> > > > > Thanks, Piotr
> > > > >
> > > > > 2017-11-30 12:16 GMT+01:00 Fréderic Cox :
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I tried installing Flex 4.10 combined with AIR 27 but it gives me
> > the
> > > > > same
> > > > > > errors on the 3.2 and 3.3 version of the installer. Here is the
> > log:
> > > > > >
> > > > > > Installer version 3.3.0 (mac)
> > > > > > Using Locale: en_BE
> > > > > > Fetched the SDK download mirror URL from the CGI.
> > > > > > SDK version Apache Flex SDK 4.10.0
> > > > > > AIR version 27.0
> > > > > > Flash Player version 27.0
> > > > > > Creating Apache Flex home
> > > > > > Creating temporary directory
> > > > > > Downloading Apache Flex SDK from:
> > > > > > http://archive.apache.org/dist/flex/4.10.0/binaries/
> > > > > > apache-flex-sdk-4.10.0-bin.tar.gz
> > > > > > Verifying Apache Flex SDK MD5 Signature
> > > > > > The Apache Flex SDK MD5 Signature of the downloaded files matches
> > the
> > > > > > reference. The file is valid.
> > > > > > Uncompressing:
> > > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > > > > flex-sdk-4.10.0-bin.tar.gz
> > > > > > Finished uncompressing:
> > > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > > > > flex-sdk-4.10.0-bin.tar.gz
> > > > > > Downloading Adobe AIR Runtime Kit for Mac from:
> > > > > > http://airdownload.adobe.com/air/mac/download/27.0/
> AdobeAIRSDK.dmg
> > > > > > Installation aborted:
> > > > > > http://flex.apache.org/track-installer.html?failure=true;
> > > label=Apache
> > > > > Flex
> > > > > > SDK 4.10.0=4.10.0=mac=3.3.0=
> > > > Uncompress
> > > > > > Adobe AIR Runtime Kit
> > > > > > Native Process error unable to untar Adobe AIR SDK
> > > > > > tar: Unrecognized archive format
> > > > > > tar: Error exit delayed from previous errors.
> > > > > >
> > > > > > Finished untaring:
> > > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
> > > > > > Installing Adobe Flash Player playerglobal.swc from:
> > > > > > http://fpdownload.macromedia.com/get/flashplayer/updaters/
> > > > > > 27/playerglobal27_0.swc
> > > > > > Installing frameworks configuration files configured for use with
> > an
> > > > IDE
> > > > > > Downloading 2_2.zip from:
> > > > > > http://apacheflexbuild.cloudapp.net:8080/job/
> > SWFObjectLegacyPackage/
> > > > > > lastSuccessfulBuild/artifact/
> > > > > > Download complete
> > > > > > Downloading osmf.swc from: http://flex.apache.org/
> > > dependencies/osmf1/
> > > > > > Downloading flex-messaging-common.jar from:
> > > > > > http://flex.apache.org/dependencies/
> > > > > > Downloading afe.jar from: http://flex.apache.org/dependencies/
> > > > > > Downloading aglj40.jar from: http://flex.apache.org/
> dependencies/
> > > > > > Downloading flex-fontkit.jar from: http://flex.apache.org/
> > > > dependencies/
> > > > > > Downloading rideau.jar from: http://flex.apache.org/
> dependencies/
> > > > > >
> > > > > > Can anyone help me out? I have an issue in my app and need to
> > update
> > > to
> > > > > > Adobe AIR 26 or higher.
> > > > > >
> > > 

Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Piotr Zarzycki
Frederic,

FYI I just tried install that version with Adobe Air 27 on my mac OS Sierra
10.12.6 and it went all well. Installer 3.3.

Thanks, Piotr

2017-11-30 13:27 GMT+01:00 Piotr Zarzycki :

> Ahh I'm sorry it is under archive [1]
>
> [1] http://archive.apache.org/dist/flex/4.10.0/binaries/
> apache-flex-sdk-4.10.0-bin.tar.gz
>
> Thanks, Piotr
>
> 2017-11-30 13:21 GMT+01:00 Fréderic Cox :
>
>> Hi Piotr,
>>
>> Thanks for your help but none of the links on
>> http://www.apache.org/dyn/closer.lua/flex/4.10.0/binaries/
>> apache-flex-sdk-4.10.1-bin.tar.gz
>> work for me, not even the mirrors like
>> http://apache.belnet.be/flex/4.10.0/binaries/apache-flex-sdk
>> -4.10.1-bin.tar.gz
>>
>>
>>
>> On Thu, Nov 30, 2017 at 1:18 PM, Piotr Zarzycki <
>> piotrzarzyck...@gmail.com>
>> wrote:
>>
>> > Frederic,
>> >
>> > You can download binaries manually [1] for mac and try to use Ant on Air
>> > instruction [2]. Once you download binaries untar them, and go to the
>> > folder and Terminal:
>> > ant -f installer.xml -Dair.sdk.version=27.0
>> >
>> > Let me know it it helps
>> >
>> > [1]
>> > http://www.apache.org/dyn/closer.lua/flex/4.10.0/
>> > binaries/apache-flex-sdk-4.10.1-bin.tar.gz
>> > [2] https://cwiki.apache.org/confluence/display/FLEX/Installation+help
>> >
>> > Thanks, Piotr
>> >
>> >
>> > 2017-11-30 13:07 GMT+01:00 Fréderic Cox :
>> >
>> > > 4.16 with AIR 27 just installed successfully, but I would really need
>> > 4.10
>> > > to work with AIR 27 for the short term, any solutions there?
>> > >
>> > > On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki <
>> > > piotrzarzyck...@gmail.com>
>> > > wrote:
>> > >
>> > > > Hi Frederic,
>> > > >
>> > > > Did you try higher version of Flex ? Latest release 4.16.1 or at
>> least
>> > > > 4.11.0 ?
>> > > >
>> > > > Thanks, Piotr
>> > > >
>> > > > 2017-11-30 12:16 GMT+01:00 Fréderic Cox :
>> > > >
>> > > > > Hi,
>> > > > >
>> > > > > I tried installing Flex 4.10 combined with AIR 27 but it gives me
>> the
>> > > > same
>> > > > > errors on the 3.2 and 3.3 version of the installer. Here is the
>> log:
>> > > > >
>> > > > > Installer version 3.3.0 (mac)
>> > > > > Using Locale: en_BE
>> > > > > Fetched the SDK download mirror URL from the CGI.
>> > > > > SDK version Apache Flex SDK 4.10.0
>> > > > > AIR version 27.0
>> > > > > Flash Player version 27.0
>> > > > > Creating Apache Flex home
>> > > > > Creating temporary directory
>> > > > > Downloading Apache Flex SDK from:
>> > > > > http://archive.apache.org/dist/flex/4.10.0/binaries/
>> > > > > apache-flex-sdk-4.10.0-bin.tar.gz
>> > > > > Verifying Apache Flex SDK MD5 Signature
>> > > > > The Apache Flex SDK MD5 Signature of the downloaded files matches
>> the
>> > > > > reference. The file is valid.
>> > > > > Uncompressing:
>> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
>> > > > > flex-sdk-4.10.0-bin.tar.gz
>> > > > > Finished uncompressing:
>> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
>> > > > > flex-sdk-4.10.0-bin.tar.gz
>> > > > > Downloading Adobe AIR Runtime Kit for Mac from:
>> > > > > http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRS
>> DK.dmg
>> > > > > Installation aborted:
>> > > > > http://flex.apache.org/track-installer.html?failure=true;
>> > label=Apache
>> > > > Flex
>> > > > > SDK 4.10.0=4.10.0=mac=3.3.0=
>> > > Uncompress
>> > > > > Adobe AIR Runtime Kit
>> > > > > Native Process error unable to untar Adobe AIR SDK
>> > > > > tar: Unrecognized archive format
>> > > > > tar: Error exit delayed from previous errors.
>> > > > >
>> > > > > Finished untaring:
>> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
>> > > > > Installing Adobe Flash Player playerglobal.swc from:
>> > > > > http://fpdownload.macromedia.com/get/flashplayer/updaters/
>> > > > > 27/playerglobal27_0.swc
>> > > > > Installing frameworks configuration files configured for use with
>> an
>> > > IDE
>> > > > > Downloading 2_2.zip from:
>> > > > > http://apacheflexbuild.cloudapp.net:8080/job/SWFObjectLegacy
>> Package/
>> > > > > lastSuccessfulBuild/artifact/
>> > > > > Download complete
>> > > > > Downloading osmf.swc from: http://flex.apache.org/
>> > dependencies/osmf1/
>> > > > > Downloading flex-messaging-common.jar from:
>> > > > > http://flex.apache.org/dependencies/
>> > > > > Downloading afe.jar from: http://flex.apache.org/dependencies/
>> > > > > Downloading aglj40.jar from: http://flex.apache.org/dependencies/
>> > > > > Downloading flex-fontkit.jar from: http://flex.apache.org/
>> > > dependencies/
>> > > > > Downloading rideau.jar from: http://flex.apache.org/dependencies/
>> > > > >
>> > > > > Can anyone help me out? I have an issue in my app and need to
>> update
>> > to
>> > > > > Adobe AIR 26 or higher.
>> > > > >
>> > > > > Thanks for the help
>> > > > >
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > >
>> > > > Piotr Zarzycki
>> > > >
>> > > > Patreon: 

Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Piotr Zarzycki
Ahh I'm sorry it is under archive [1]

[1]
http://archive.apache.org/dist/flex/4.10.0/binaries/apache-flex-sdk-4.10.0-bin.tar.gz

Thanks, Piotr

2017-11-30 13:21 GMT+01:00 Fréderic Cox :

> Hi Piotr,
>
> Thanks for your help but none of the links on
> http://www.apache.org/dyn/closer.lua/flex/4.10.0/
> binaries/apache-flex-sdk-4.10.1-bin.tar.gz
> work for me, not even the mirrors like
> http://apache.belnet.be/flex/4.10.0/binaries/apache-flex-
> sdk-4.10.1-bin.tar.gz
>
>
>
> On Thu, Nov 30, 2017 at 1:18 PM, Piotr Zarzycki  >
> wrote:
>
> > Frederic,
> >
> > You can download binaries manually [1] for mac and try to use Ant on Air
> > instruction [2]. Once you download binaries untar them, and go to the
> > folder and Terminal:
> > ant -f installer.xml -Dair.sdk.version=27.0
> >
> > Let me know it it helps
> >
> > [1]
> > http://www.apache.org/dyn/closer.lua/flex/4.10.0/
> > binaries/apache-flex-sdk-4.10.1-bin.tar.gz
> > [2] https://cwiki.apache.org/confluence/display/FLEX/Installation+help
> >
> > Thanks, Piotr
> >
> >
> > 2017-11-30 13:07 GMT+01:00 Fréderic Cox :
> >
> > > 4.16 with AIR 27 just installed successfully, but I would really need
> > 4.10
> > > to work with AIR 27 for the short term, any solutions there?
> > >
> > > On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki <
> > > piotrzarzyck...@gmail.com>
> > > wrote:
> > >
> > > > Hi Frederic,
> > > >
> > > > Did you try higher version of Flex ? Latest release 4.16.1 or at
> least
> > > > 4.11.0 ?
> > > >
> > > > Thanks, Piotr
> > > >
> > > > 2017-11-30 12:16 GMT+01:00 Fréderic Cox :
> > > >
> > > > > Hi,
> > > > >
> > > > > I tried installing Flex 4.10 combined with AIR 27 but it gives me
> the
> > > > same
> > > > > errors on the 3.2 and 3.3 version of the installer. Here is the
> log:
> > > > >
> > > > > Installer version 3.3.0 (mac)
> > > > > Using Locale: en_BE
> > > > > Fetched the SDK download mirror URL from the CGI.
> > > > > SDK version Apache Flex SDK 4.10.0
> > > > > AIR version 27.0
> > > > > Flash Player version 27.0
> > > > > Creating Apache Flex home
> > > > > Creating temporary directory
> > > > > Downloading Apache Flex SDK from:
> > > > > http://archive.apache.org/dist/flex/4.10.0/binaries/
> > > > > apache-flex-sdk-4.10.0-bin.tar.gz
> > > > > Verifying Apache Flex SDK MD5 Signature
> > > > > The Apache Flex SDK MD5 Signature of the downloaded files matches
> the
> > > > > reference. The file is valid.
> > > > > Uncompressing:
> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > > > flex-sdk-4.10.0-bin.tar.gz
> > > > > Finished uncompressing:
> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > > > flex-sdk-4.10.0-bin.tar.gz
> > > > > Downloading Adobe AIR Runtime Kit for Mac from:
> > > > > http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRSDK.dmg
> > > > > Installation aborted:
> > > > > http://flex.apache.org/track-installer.html?failure=true;
> > label=Apache
> > > > Flex
> > > > > SDK 4.10.0=4.10.0=mac=3.3.0=
> > > Uncompress
> > > > > Adobe AIR Runtime Kit
> > > > > Native Process error unable to untar Adobe AIR SDK
> > > > > tar: Unrecognized archive format
> > > > > tar: Error exit delayed from previous errors.
> > > > >
> > > > > Finished untaring:
> > > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
> > > > > Installing Adobe Flash Player playerglobal.swc from:
> > > > > http://fpdownload.macromedia.com/get/flashplayer/updaters/
> > > > > 27/playerglobal27_0.swc
> > > > > Installing frameworks configuration files configured for use with
> an
> > > IDE
> > > > > Downloading 2_2.zip from:
> > > > > http://apacheflexbuild.cloudapp.net:8080/job/
> SWFObjectLegacyPackage/
> > > > > lastSuccessfulBuild/artifact/
> > > > > Download complete
> > > > > Downloading osmf.swc from: http://flex.apache.org/
> > dependencies/osmf1/
> > > > > Downloading flex-messaging-common.jar from:
> > > > > http://flex.apache.org/dependencies/
> > > > > Downloading afe.jar from: http://flex.apache.org/dependencies/
> > > > > Downloading aglj40.jar from: http://flex.apache.org/dependencies/
> > > > > Downloading flex-fontkit.jar from: http://flex.apache.org/
> > > dependencies/
> > > > > Downloading rideau.jar from: http://flex.apache.org/dependencies/
> > > > >
> > > > > Can anyone help me out? I have an issue in my app and need to
> update
> > to
> > > > > Adobe AIR 26 or higher.
> > > > >
> > > > > Thanks for the help
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > >
> > > > Piotr Zarzycki
> > > >
> > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > *
> > > >
> > >
> >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > *
> >
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Fréderic Cox
Hi Piotr,

Thanks for your help but none of the links on
http://www.apache.org/dyn/closer.lua/flex/4.10.0/binaries/apache-flex-sdk-4.10.1-bin.tar.gz
work for me, not even the mirrors like
http://apache.belnet.be/flex/4.10.0/binaries/apache-flex-sdk-4.10.1-bin.tar.gz



On Thu, Nov 30, 2017 at 1:18 PM, Piotr Zarzycki 
wrote:

> Frederic,
>
> You can download binaries manually [1] for mac and try to use Ant on Air
> instruction [2]. Once you download binaries untar them, and go to the
> folder and Terminal:
> ant -f installer.xml -Dair.sdk.version=27.0
>
> Let me know it it helps
>
> [1]
> http://www.apache.org/dyn/closer.lua/flex/4.10.0/
> binaries/apache-flex-sdk-4.10.1-bin.tar.gz
> [2] https://cwiki.apache.org/confluence/display/FLEX/Installation+help
>
> Thanks, Piotr
>
>
> 2017-11-30 13:07 GMT+01:00 Fréderic Cox :
>
> > 4.16 with AIR 27 just installed successfully, but I would really need
> 4.10
> > to work with AIR 27 for the short term, any solutions there?
> >
> > On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki <
> > piotrzarzyck...@gmail.com>
> > wrote:
> >
> > > Hi Frederic,
> > >
> > > Did you try higher version of Flex ? Latest release 4.16.1 or at least
> > > 4.11.0 ?
> > >
> > > Thanks, Piotr
> > >
> > > 2017-11-30 12:16 GMT+01:00 Fréderic Cox :
> > >
> > > > Hi,
> > > >
> > > > I tried installing Flex 4.10 combined with AIR 27 but it gives me the
> > > same
> > > > errors on the 3.2 and 3.3 version of the installer. Here is the log:
> > > >
> > > > Installer version 3.3.0 (mac)
> > > > Using Locale: en_BE
> > > > Fetched the SDK download mirror URL from the CGI.
> > > > SDK version Apache Flex SDK 4.10.0
> > > > AIR version 27.0
> > > > Flash Player version 27.0
> > > > Creating Apache Flex home
> > > > Creating temporary directory
> > > > Downloading Apache Flex SDK from:
> > > > http://archive.apache.org/dist/flex/4.10.0/binaries/
> > > > apache-flex-sdk-4.10.0-bin.tar.gz
> > > > Verifying Apache Flex SDK MD5 Signature
> > > > The Apache Flex SDK MD5 Signature of the downloaded files matches the
> > > > reference. The file is valid.
> > > > Uncompressing:
> > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > > flex-sdk-4.10.0-bin.tar.gz
> > > > Finished uncompressing:
> > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > > flex-sdk-4.10.0-bin.tar.gz
> > > > Downloading Adobe AIR Runtime Kit for Mac from:
> > > > http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRSDK.dmg
> > > > Installation aborted:
> > > > http://flex.apache.org/track-installer.html?failure=true;
> label=Apache
> > > Flex
> > > > SDK 4.10.0=4.10.0=mac=3.3.0=
> > Uncompress
> > > > Adobe AIR Runtime Kit
> > > > Native Process error unable to untar Adobe AIR SDK
> > > > tar: Unrecognized archive format
> > > > tar: Error exit delayed from previous errors.
> > > >
> > > > Finished untaring:
> > > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
> > > > Installing Adobe Flash Player playerglobal.swc from:
> > > > http://fpdownload.macromedia.com/get/flashplayer/updaters/
> > > > 27/playerglobal27_0.swc
> > > > Installing frameworks configuration files configured for use with an
> > IDE
> > > > Downloading 2_2.zip from:
> > > > http://apacheflexbuild.cloudapp.net:8080/job/SWFObjectLegacyPackage/
> > > > lastSuccessfulBuild/artifact/
> > > > Download complete
> > > > Downloading osmf.swc from: http://flex.apache.org/
> dependencies/osmf1/
> > > > Downloading flex-messaging-common.jar from:
> > > > http://flex.apache.org/dependencies/
> > > > Downloading afe.jar from: http://flex.apache.org/dependencies/
> > > > Downloading aglj40.jar from: http://flex.apache.org/dependencies/
> > > > Downloading flex-fontkit.jar from: http://flex.apache.org/
> > dependencies/
> > > > Downloading rideau.jar from: http://flex.apache.org/dependencies/
> > > >
> > > > Can anyone help me out? I have an issue in my app and need to update
> to
> > > > Adobe AIR 26 or higher.
> > > >
> > > > Thanks for the help
> > > >
> > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > *
> > >
> >
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> *
>


Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Piotr Zarzycki
Frederic,

You can download binaries manually [1] for mac and try to use Ant on Air
instruction [2]. Once you download binaries untar them, and go to the
folder and Terminal:
ant -f installer.xml -Dair.sdk.version=27.0

Let me know it it helps

[1]
http://www.apache.org/dyn/closer.lua/flex/4.10.0/binaries/apache-flex-sdk-4.10.1-bin.tar.gz
[2] https://cwiki.apache.org/confluence/display/FLEX/Installation+help

Thanks, Piotr


2017-11-30 13:07 GMT+01:00 Fréderic Cox :

> 4.16 with AIR 27 just installed successfully, but I would really need 4.10
> to work with AIR 27 for the short term, any solutions there?
>
> On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki <
> piotrzarzyck...@gmail.com>
> wrote:
>
> > Hi Frederic,
> >
> > Did you try higher version of Flex ? Latest release 4.16.1 or at least
> > 4.11.0 ?
> >
> > Thanks, Piotr
> >
> > 2017-11-30 12:16 GMT+01:00 Fréderic Cox :
> >
> > > Hi,
> > >
> > > I tried installing Flex 4.10 combined with AIR 27 but it gives me the
> > same
> > > errors on the 3.2 and 3.3 version of the installer. Here is the log:
> > >
> > > Installer version 3.3.0 (mac)
> > > Using Locale: en_BE
> > > Fetched the SDK download mirror URL from the CGI.
> > > SDK version Apache Flex SDK 4.10.0
> > > AIR version 27.0
> > > Flash Player version 27.0
> > > Creating Apache Flex home
> > > Creating temporary directory
> > > Downloading Apache Flex SDK from:
> > > http://archive.apache.org/dist/flex/4.10.0/binaries/
> > > apache-flex-sdk-4.10.0-bin.tar.gz
> > > Verifying Apache Flex SDK MD5 Signature
> > > The Apache Flex SDK MD5 Signature of the downloaded files matches the
> > > reference. The file is valid.
> > > Uncompressing:
> > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > flex-sdk-4.10.0-bin.tar.gz
> > > Finished uncompressing:
> > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > > flex-sdk-4.10.0-bin.tar.gz
> > > Downloading Adobe AIR Runtime Kit for Mac from:
> > > http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRSDK.dmg
> > > Installation aborted:
> > > http://flex.apache.org/track-installer.html?failure=true=Apache
> > Flex
> > > SDK 4.10.0=4.10.0=mac=3.3.0=
> Uncompress
> > > Adobe AIR Runtime Kit
> > > Native Process error unable to untar Adobe AIR SDK
> > > tar: Unrecognized archive format
> > > tar: Error exit delayed from previous errors.
> > >
> > > Finished untaring:
> > > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
> > > Installing Adobe Flash Player playerglobal.swc from:
> > > http://fpdownload.macromedia.com/get/flashplayer/updaters/
> > > 27/playerglobal27_0.swc
> > > Installing frameworks configuration files configured for use with an
> IDE
> > > Downloading 2_2.zip from:
> > > http://apacheflexbuild.cloudapp.net:8080/job/SWFObjectLegacyPackage/
> > > lastSuccessfulBuild/artifact/
> > > Download complete
> > > Downloading osmf.swc from: http://flex.apache.org/dependencies/osmf1/
> > > Downloading flex-messaging-common.jar from:
> > > http://flex.apache.org/dependencies/
> > > Downloading afe.jar from: http://flex.apache.org/dependencies/
> > > Downloading aglj40.jar from: http://flex.apache.org/dependencies/
> > > Downloading flex-fontkit.jar from: http://flex.apache.org/
> dependencies/
> > > Downloading rideau.jar from: http://flex.apache.org/dependencies/
> > >
> > > Can anyone help me out? I have an issue in my app and need to update to
> > > Adobe AIR 26 or higher.
> > >
> > > Thanks for the help
> > >
> >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > *
> >
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Fréderic Cox
4.16 with AIR 27 just installed successfully, but I would really need 4.10
to work with AIR 27 for the short term, any solutions there?

On Thu, Nov 30, 2017 at 12:28 PM, Piotr Zarzycki 
wrote:

> Hi Frederic,
>
> Did you try higher version of Flex ? Latest release 4.16.1 or at least
> 4.11.0 ?
>
> Thanks, Piotr
>
> 2017-11-30 12:16 GMT+01:00 Fréderic Cox :
>
> > Hi,
> >
> > I tried installing Flex 4.10 combined with AIR 27 but it gives me the
> same
> > errors on the 3.2 and 3.3 version of the installer. Here is the log:
> >
> > Installer version 3.3.0 (mac)
> > Using Locale: en_BE
> > Fetched the SDK download mirror URL from the CGI.
> > SDK version Apache Flex SDK 4.10.0
> > AIR version 27.0
> > Flash Player version 27.0
> > Creating Apache Flex home
> > Creating temporary directory
> > Downloading Apache Flex SDK from:
> > http://archive.apache.org/dist/flex/4.10.0/binaries/
> > apache-flex-sdk-4.10.0-bin.tar.gz
> > Verifying Apache Flex SDK MD5 Signature
> > The Apache Flex SDK MD5 Signature of the downloaded files matches the
> > reference. The file is valid.
> > Uncompressing:
> > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > flex-sdk-4.10.0-bin.tar.gz
> > Finished uncompressing:
> > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> > flex-sdk-4.10.0-bin.tar.gz
> > Downloading Adobe AIR Runtime Kit for Mac from:
> > http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRSDK.dmg
> > Installation aborted:
> > http://flex.apache.org/track-installer.html?failure=true=Apache
> Flex
> > SDK 4.10.0=4.10.0=mac=3.3.0=Uncompress
> > Adobe AIR Runtime Kit
> > Native Process error unable to untar Adobe AIR SDK
> > tar: Unrecognized archive format
> > tar: Error exit delayed from previous errors.
> >
> > Finished untaring:
> > /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
> > Installing Adobe Flash Player playerglobal.swc from:
> > http://fpdownload.macromedia.com/get/flashplayer/updaters/
> > 27/playerglobal27_0.swc
> > Installing frameworks configuration files configured for use with an IDE
> > Downloading 2_2.zip from:
> > http://apacheflexbuild.cloudapp.net:8080/job/SWFObjectLegacyPackage/
> > lastSuccessfulBuild/artifact/
> > Download complete
> > Downloading osmf.swc from: http://flex.apache.org/dependencies/osmf1/
> > Downloading flex-messaging-common.jar from:
> > http://flex.apache.org/dependencies/
> > Downloading afe.jar from: http://flex.apache.org/dependencies/
> > Downloading aglj40.jar from: http://flex.apache.org/dependencies/
> > Downloading flex-fontkit.jar from: http://flex.apache.org/dependencies/
> > Downloading rideau.jar from: http://flex.apache.org/dependencies/
> >
> > Can anyone help me out? I have an issue in my app and need to update to
> > Adobe AIR 26 or higher.
> >
> > Thanks for the help
> >
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> *
>


Re: Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Piotr Zarzycki
Hi Frederic,

Did you try higher version of Flex ? Latest release 4.16.1 or at least
4.11.0 ?

Thanks, Piotr

2017-11-30 12:16 GMT+01:00 Fréderic Cox :

> Hi,
>
> I tried installing Flex 4.10 combined with AIR 27 but it gives me the same
> errors on the 3.2 and 3.3 version of the installer. Here is the log:
>
> Installer version 3.3.0 (mac)
> Using Locale: en_BE
> Fetched the SDK download mirror URL from the CGI.
> SDK version Apache Flex SDK 4.10.0
> AIR version 27.0
> Flash Player version 27.0
> Creating Apache Flex home
> Creating temporary directory
> Downloading Apache Flex SDK from:
> http://archive.apache.org/dist/flex/4.10.0/binaries/
> apache-flex-sdk-4.10.0-bin.tar.gz
> Verifying Apache Flex SDK MD5 Signature
> The Apache Flex SDK MD5 Signature of the downloaded files matches the
> reference. The file is valid.
> Uncompressing:
> /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> flex-sdk-4.10.0-bin.tar.gz
> Finished uncompressing:
> /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-
> flex-sdk-4.10.0-bin.tar.gz
> Downloading Adobe AIR Runtime Kit for Mac from:
> http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRSDK.dmg
> Installation aborted:
> http://flex.apache.org/track-installer.html?failure=true=Apache Flex
> SDK 4.10.0=4.10.0=mac=3.3.0=Uncompress
> Adobe AIR Runtime Kit
> Native Process error unable to untar Adobe AIR SDK
> tar: Unrecognized archive format
> tar: Error exit delayed from previous errors.
>
> Finished untaring:
> /Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
> Installing Adobe Flash Player playerglobal.swc from:
> http://fpdownload.macromedia.com/get/flashplayer/updaters/
> 27/playerglobal27_0.swc
> Installing frameworks configuration files configured for use with an IDE
> Downloading 2_2.zip from:
> http://apacheflexbuild.cloudapp.net:8080/job/SWFObjectLegacyPackage/
> lastSuccessfulBuild/artifact/
> Download complete
> Downloading osmf.swc from: http://flex.apache.org/dependencies/osmf1/
> Downloading flex-messaging-common.jar from:
> http://flex.apache.org/dependencies/
> Downloading afe.jar from: http://flex.apache.org/dependencies/
> Downloading aglj40.jar from: http://flex.apache.org/dependencies/
> Downloading flex-fontkit.jar from: http://flex.apache.org/dependencies/
> Downloading rideau.jar from: http://flex.apache.org/dependencies/
>
> Can anyone help me out? I have an issue in my app and need to update to
> Adobe AIR 26 or higher.
>
> Thanks for the help
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Unable to install Flex SDK on 3.2 and 3.3 installer

2017-11-30 Thread Fréderic Cox
Hi,

I tried installing Flex 4.10 combined with AIR 27 but it gives me the same
errors on the 3.2 and 3.3 version of the installer. Here is the log:

Installer version 3.3.0 (mac)
Using Locale: en_BE
Fetched the SDK download mirror URL from the CGI.
SDK version Apache Flex SDK 4.10.0
AIR version 27.0
Flash Player version 27.0
Creating Apache Flex home
Creating temporary directory
Downloading Apache Flex SDK from:
http://archive.apache.org/dist/flex/4.10.0/binaries/apache-flex-sdk-4.10.0-bin.tar.gz
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files matches the
reference. The file is valid.
Uncompressing:
/Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-flex-sdk-4.10.0-bin.tar.gz
Finished uncompressing:
/Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/apache-flex-sdk-4.10.0-bin.tar.gz
Downloading Adobe AIR Runtime Kit for Mac from:
http://airdownload.adobe.com/air/mac/download/27.0/AdobeAIRSDK.dmg
Installation aborted:
http://flex.apache.org/track-installer.html?failure=true=Apache Flex
SDK 4.10.0=4.10.0=mac=3.3.0=Uncompress
Adobe AIR Runtime Kit
Native Process error unable to untar Adobe AIR SDK
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.

Finished untaring:
/Users/frederic/ApacheFlex/sdk/4.10_AIR27/temp/AdobeAIRSDK.dmg
Installing Adobe Flash Player playerglobal.swc from:
http://fpdownload.macromedia.com/get/flashplayer/updaters/27/playerglobal27_0.swc
Installing frameworks configuration files configured for use with an IDE
Downloading 2_2.zip from:
http://apacheflexbuild.cloudapp.net:8080/job/SWFObjectLegacyPackage/lastSuccessfulBuild/artifact/
Download complete
Downloading osmf.swc from: http://flex.apache.org/dependencies/osmf1/
Downloading flex-messaging-common.jar from:
http://flex.apache.org/dependencies/
Downloading afe.jar from: http://flex.apache.org/dependencies/
Downloading aglj40.jar from: http://flex.apache.org/dependencies/
Downloading flex-fontkit.jar from: http://flex.apache.org/dependencies/
Downloading rideau.jar from: http://flex.apache.org/dependencies/

Can anyone help me out? I have an issue in my app and need to update to
Adobe AIR 26 or higher.

Thanks for the help