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

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:

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.

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" );