Re: Flex SDK Installation Problem

2017-08-23 Thread Philip Keiter
This is my error log from trying to get AIR 26 today. Looks like the download path has an extra / in it. Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.16.0 AIR version 26.0 Flash Player version 26.0 Creating Ap

Re: [OT] Looking for work

2017-08-10 Thread Philip Keiter
Hi Scott, This message is showing up blank for me. Did you send by mistake? Or is it an intentional ping to me? Thanks, Philip On Thu, Aug 10, 2017 at 3:54 AM, Scott Matheson wrote: > > > Sent from my iPhone > > > On 9 Aug 2017, at 20:46, Philip Keiter wrote: > > >

Re: excluding item in layout

2017-08-10 Thread Philip Keiter
Also, have you considered grouped states yet? Or was that the complexity you wanted to avoid? On Wed, Aug 9, 2017 at 3:33 PM, Philip Keiter wrote: > Hi Scott, have you tried controlling them this way? > b1.visible = b1.includeInLayout = false; > > That is the standard way to do it

[OT] Looking for work

2017-08-09 Thread Philip Keiter
I have just completed a project and am looking for a new project. If your team needs another developer please email directly (without emailing users@flex.apache.org).

Re: excluding item in layout

2017-08-09 Thread Philip Keiter
Hi Scott, have you tried controlling them this way? b1.visible = b1.includeInLayout = false; That is the standard way to do it when states are not a good fit. Is there more complexity to it than your example demonstrates? -Philip On Wed, Aug 9, 2017 at 3:07 PM, Harbs wrote: > I usually just a

copylocale replacement

2016-10-10 Thread Philip Keiter
Hello, In the Adobe Flex SDK, to create a locale's framework resources, we used the copylocale utility included with the SDK. What is the correct equivalent for adding framework resources for new locales in an Apache Flex SDK? Thanks!

copylocale replacement

2016-10-10 Thread Philip Keiter
Hello, In the Adobe Flex SDK, to create a locale's "framework resources", we used the copylocale utility included with the SDK. What is the correct equivalent for adding framework resources for new locales in an Apache Flex SDK? Thanks!

Re: Flex contracts from home ?

2016-06-20 Thread Philip Keiter
r > be able to code for anyone else I would consider doing my own application > using AIR if that’s a viable route to go? > > Trevor > > > > > > On Jun 20, 2016, at 4:24 PM, Philip Keiter > wrote: > > > > Desktop AIR apps for Windows and OSX seem to be the

Re: Flex contracts from home ?

2016-06-20 Thread Philip Keiter
Desktop AIR apps for Windows and OSX seem to be the most reluctant or challenging to phase out. The web apps are easier to replace than the AIR apps and there is a greater urge to. It is following the pattern of all legacy code. Large institutions with large B2B apps are going to hold onto it for a

Re: SDK Installer Failing on older SDK

2016-02-01 Thread Philip Keiter
ng and host it somewhere. If > >someone can do that, then we can try pointing to that. Or ask the > >SWFObject project to revert back to the old packaging. > > > >-Alex > > > >On 1/28/16, 7:04 AM, "Philip Keiter" > >wrote: > > > >&g

Re: SDK Installer Failing on older SDK

2016-01-28 Thread Philip Keiter
Although apparently it failed on the next step because it says Download complete? On Thu, Jan 28, 2016 at 9:00 AM, Philip Keiter < philip.kei...@universalmind.com> wrote: > Hi Alex, the new installer log shows 2.2 but still fails. > > Installer version 3.2.0 (windows) > U

Re: SDK Installer Failing on older SDK

2016-01-28 Thread Philip Keiter
il the > filename for swfobject shows up as 2.2 instead of 2_2. > > [1] http://flex.apache.org/installer/sdk-installer-config-4.0.xml > > HTH, > -Alex > > On 1/27/16, 7:16 AM, "Philip Keiter" > wrote: > > >Downloading SDK 4.9.1 AIR 3.7 fails every day at

SDK Installer Failing on older SDK

2016-01-27 Thread Philip Keiter
Downloading SDK 4.9.1 AIR 3.7 fails every day at swfobject. Today's Log: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.9.1 AIR version 3.7 Flash Player version 11.7 Creating Apache Flex home Creating temporary

Re: SDK Installer Failing on older SDK

2016-01-27 Thread Philip Keiter
Thank you Alex but it is still aborting in the same place I tried once on receiving your email and then again just now. On Wed, Jan 27, 2016 at 11:48 AM, Alex Harui wrote: > I adjusted the swfobject download file name. Please try again. > > Thanks, > -Alex > > On 1/27/16

Re: SDK Installer Failing on older SDK

2016-01-27 Thread Philip Keiter
Downloading SDK 4.9.1 AIR 3.7 fails every day at swfobject. Today's Log: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.9.1 AIR version 3.7 Flash Player version 11.7 Creating Apache Flex home Creating temporary

Re: Flex-sdk on linux

2015-12-22 Thread Philip Keiter
I found that localization/globalization does not work when building on Linux. -Philip On Tue, Dec 22, 2015 at 8:06 AM, Andrew Kerr wrote: > It *is* possible to run FlexUnit tests on Linux (or at least on Ubuntu > 14.04, where I managed to get it working). See > https://github.com/ajkerr/chef-f