I downloaded the ext air package but everything i made (like a simple window) shows me some error.
What error?
Originally Posted by decapattack
And i tried the 3.3.0 jar file.
But if i use the 2.2 jar everything goes fine.
What jar files you are talking about?
Aptana has nothing to do with working or not working AIR applications, it's just an IDE.
How does your code look like?
What AIR version do you use?
If 2.5 (the current AIR version that is out for some days), change the application.xml file according to the new specs. Especially change the namespace to 2.5 and rename the "version" tag to "versionNumber" and make sure it has the format <0-999>[.<0-999>][.<0-999>] (maximum depth of 3, one needed, no characters allowed).
And last but not least, consider to use extjs3.3.0 in when using ext-air3.3.0. The air adapter may work with prior extjs versions, but that is not intended, not tested and not guaranteed.
Regards,
makana
Programming today is a race between software engineers striving to build bigger and better Ń–diot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)