PDA

View Full Version : air app works on windows, fails on linux


digitalkaoz
11-03-2008, 04:15 AM
he there,

i coded an air application, and would like to test it on different OS'es...everything works fine under windows (air runtime 1.1.0.5790)...

i compiled the app under windows with sdk (1.0.1.xxx)

if i try to run the app under linux (runtime 1.1 beta) it slightly fails..., the native window opens up, but the content stays blank, it look like that ext fails...the debugging console is unopenable when the project is deployed to an .air file...so im unable to find the failure...

anyone can confirm this problem with other air apps, testet on linux/windows with this runtimes?
or someone has an idea how to find the bug?

thanks folks

devnull
11-03-2008, 10:38 AM
You will probably have alot better luck asking something like this on an adobe AIR specific forum.

RobSmith
11-05-2008, 08:26 AM
As far as I know is no stable Linux version of Adobe Air out there, is it?

HeathT
11-06-2008, 04:01 PM
To get the debugger or "Introspector" console, simply add the AIRIntrospector.js file to your adobe folder for the project.

Restart application.

Press F12 and debug all you like :)

digitalkaoz
11-10-2008, 02:38 AM
yeah i know the introspector...but the introspector doesnt work on "deployed air apps" as far as i know.

and the linux/windows versions are both 1.1

rhudea
11-11-2008, 02:17 AM
If you included the Introspector in the application air file, then it is available. It doesn't depend on whether you are running using adl or an installed app.

Raul

digitalkaoz
11-11-2008, 07:23 AM
yeah your right...the introspector wont show up in my deployed app because the key is triggering another event in my operating system...