Skip to main content
Participating Frequently
July 12, 2011
Question

problem with air.NativeProcess.isSupported

  • July 12, 2011
  • 1 reply
  • 978 views

Hi
I use dreamwever cs4 with air2.7
os: win 7


i try to run this example in cs4 with Adobe AIR extension for Dreamweaver
http://www.adobe.com/devnet/air/flex/quickstart/articles/interacting_with_native_process.html

http://www.adobe.com/products/air/tools/javascript/

but air.NativeProcess.isSupported return false !.
I try to download the exe of the example and run it , i get  "This application requires an update to Adobe AIR that is not available for your system."

http://www.adobe.com/content/dotcom/en/devnet/air/flex/quickstart/articles/interacting_with_native_process/_jcr_content/articlePrerequistes/multiplefiles/node_1279788819179/file.res/NativeProcessTestFlex.exe

second , i went to know who to enable the debug to know if there any error while running.

This topic has been closed for replies.

1 reply

chris.campbell
Legend
July 13, 2011

When working with the NativeProcess api, you'll want to make sure that extendedDesktop is set in the supportedProfiles section of the app descriptor.  I'm not familiar with the Dreamweaver extension, but I'm assuming that's an option you can make.  You might want to repost this over on the Dreamweaver forum.

Thanks,

Chris