Re: MX namespace with AIR 32 on Windows

2021-01-08 Thread Alex Harui
I expect that 'airHome' is coming from the air-config.xml in frameworks folder. 
 You could just edit air-config.xml and get rid of the variable.  I think you 
can specify it on the command-line +airHome=.  You might be able to 
specify  an AIR_HOME environment variable.

HTH,
-Alex

On 1/8/21, 7:40 AM, "Tucsonjhall"  wrote:

Making some progress but I'm getting an odd error that I don't understand.
When trying to address a path, it is prepending the hard path then adding
the environment path (or something)

unable to open 'C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64
Bit)\sdks\AIR 32\frameworks\{airHome}\frameworks\libs\air\airglobal.swc'

I'm not sure what that implies. At least it's recognizing the mx namespace
now in Flash Builder




--
Sent from: 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.246.n4.nabble.com%2Fdata=04%7C01%7Caharui%40adobe.com%7Cf46ad852188840a9817208d8b3ebad14%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637457172090225440%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=62a8qGvotqa86%2FfT8TMvV1iIiht4FVcTmyP12D6Nh%2FQ%3Dreserved=0



Re: MX namespace with AIR 32 on Windows

2021-01-08 Thread Tucsonjhall
Making some progress but I'm getting an odd error that I don't understand.
When trying to address a path, it is prepending the hard path then adding
the environment path (or something)

unable to open 'C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64
Bit)\sdks\AIR 32\frameworks\{airHome}\frameworks\libs\air\airglobal.swc'

I'm not sure what that implies. At least it's recognizing the mx namespace
now in Flash Builder




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


Re: MX namespace with AIR 32 on Windows

2021-01-08 Thread Tucsonjhall
Well making some progress. Some path is goofed up given the error message I'm
getting now (which is progress)


unable to open 'C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64
Bit)\sdks\AIR 32\frameworks\{airHome}\frameworks\libs\air\airglobal.swc'

Where is airHome specified or what might be prepending a hard path to a
template path?



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


Re: MX namespace with AIR 32 on Windows

2021-01-07 Thread Alex Harui
What steps are you using to "overlay"?  There is/was a Flex version of an AIR 
SDK that was easier to use than the "full" AIR SDK.  Since your Mac is working, 
compare the library-path in the air-config.xml in the frameworks folder.

-Alex

On 1/7/21, 6:26 PM, "Tucsonjhall"  wrote:

Thanks Alex. Obviously you're the Flex god but I'm banging my head against
the wall. However I will try again tomorrow. I may have to hire you to help
me, even though your per-hour rate is $2000. Appreciate your feedback.



--
Sent from: 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.246.n4.nabble.com%2Fdata=04%7C01%7Caharui%40adobe.com%7Cd73a00f7c8a74b11d90a08d8b37cd4c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637456696019839924%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000sdata=cx21DKOxzgJzbCCIwKBW6MKoNk3wLcfHiM%2B2EzAbTvs%3Dreserved=0



Re: MX namespace with AIR 32 on Windows

2021-01-07 Thread Tucsonjhall
Thanks Alex. Obviously you're the Flex god but I'm banging my head against
the wall. However I will try again tomorrow. I may have to hire you to help
me, even though your per-hour rate is $2000. Appreciate your feedback.



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


Re: MX namespace with AIR 32 on Windows

2021-01-07 Thread Alex Harui
If you overlay the Flex air-config.xml with the one from an AIR SDK, then it 
might result in those symptoms.

HTH,
-Alex

On 1/7/21, 2:42 PM, "Tucsonjhall"  wrote:

If anyone has been reading these threads I've created you know I'm trying to
convert my product from AIR runtime downloaded by customers to captive
runtime. I've tried downloading the "old" AIR SDK 32 from the Adobe site and
using it to recompile my application. 

I've installed the latest Flex framework and then overlay the AIR framework.
Older components like HDividedBox are no longer recognized so obviously I've
done something incorrect. Ironically, I had no problem following the same
approach on Mac. It compiles the captive runtime fine.

Please set me right.



--
Sent from: 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.246.n4.nabble.com%2Fdata=04%7C01%7Caharui%40adobe.com%7C16940f587bde45a0476408d8b35d8e65%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637456561690894260%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=T03Nll4RpqUdwu8%2F8%2F9ZTGFhuWQaj2suKfvwxJv0M%2BA%3Dreserved=0



MX namespace with AIR 32 on Windows

2021-01-07 Thread Tucsonjhall
If anyone has been reading these threads I've created you know I'm trying to
convert my product from AIR runtime downloaded by customers to captive
runtime. I've tried downloading the "old" AIR SDK 32 from the Adobe site and
using it to recompile my application. 

I've installed the latest Flex framework and then overlay the AIR framework.
Older components like HDividedBox are no longer recognized so obviously I've
done something incorrect. Ironically, I had no problem following the same
approach on Mac. It compiles the captive runtime fine.

Please set me right.



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