Re: Flex Installer Quits part way

2018-11-16 Thread Alex Harui
I just checked and the checksums for playerglobal 31 had changed so I updated 
them.  Try again.

If you still get a failure, try one more time, but as soon as the Installer UI 
shows up, right-click on the installer and turn on verbose logging and maybe 
progress logging and post a link to the results.

HTH,
-Alex


On 11/16/18, 12:37 PM, "Tucsonjhall"  wrote:

Trying to install the latest version of Flex and AIR runtime and it appears
to fail during the AIR SDK download portion. Any suggestions? Thanks



--
Sent from: 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.246.n4.nabble.com%2Fdata=02%7C01%7Caharui%40adobe.com%7C9b9f682f352046427bbd08d64c035c86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779974653970182sdata=%2BSRfizMB1wLF0eYZWRwN6CmN6FsZj2Ay70mdkiIQOV8%3Dreserved=0




Re: BrowseForSave issue

2018-11-16 Thread Greg Dove
I remember reading something about this.
Check the release notes here:
https://helpx.adobe.com/nz/flash-player/release-note/fp_31_air_31_release_notes.html

   - Saving files to the filesystem from a Flash applet

maybe that is affecting you.



On Sat, Nov 17, 2018 at 9:24 AM Tucsonjhall  wrote:

> A very odd thing happening. I use file.browseForSave throughout my
> application but a new use all of a sudden doesn't work but only in runtime.
> It's fine when testing in FlashBuilder. There's nothing particularly
> different than other uses I have.
>
> fileToCreate.browseForSave( "Save File As" );
> fileToCreate.addEventListener( Event.SELECT, saveExportFile, false, 0, true
> );
>
> What could possibly account for it working in authoring mode but not
> runtime?
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


Re: New install of 4.16.1 and air 31 missing things for build

2018-11-16 Thread kamcknig
The solution is that you cannot use the installer as it uses the binary
packages. You must use the source code if you are trying to build the SDK
yourself.

The installer itself at that time I had the issue was working fine, it was
just building from the SDK from the installer files did not work.

Kyle



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


Re: New install of 4.16.1 and air 31 missing things for build

2018-11-16 Thread Tucsonjhall
Trying to download the latest using the Apache Flex Installer and it bombs
out part way through. Is this still an issue? 



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


Flex Installer Quits part way

2018-11-16 Thread Tucsonjhall
Trying to install the latest version of Flex and AIR runtime and it appears
to fail during the AIR SDK download portion. Any suggestions? Thanks



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


BrowseForSave issue

2018-11-16 Thread Tucsonjhall
A very odd thing happening. I use file.browseForSave throughout my
application but a new use all of a sudden doesn't work but only in runtime.
It's fine when testing in FlashBuilder. There's nothing particularly
different than other uses I have.

fileToCreate.browseForSave( "Save File As" );
fileToCreate.addEventListener( Event.SELECT, saveExportFile, false, 0, true
);

What could possibly account for it working in authoring mode but not
runtime?



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