batch inserts in SQLite instance in AIR?
Hi, is there a way to execute multiple insert statements as one batch in the SQLite instance of AIR? for examplevar sql:String = "insert into the_table values ( 'one', 'two' ); insert into the_table...
View ArticleDefault browser window from HTML
I am just building a simple HTML app and want to open a new window to an existing web page from the air app that opens in a default browser window rather than spawining a new air window. I have been...
View ArticleAIR + AS3 + SQLite = tons of questions
Hi - first off, like many who end up posting I lean more to "designer" than "developer". Which probably has the programmer groaning :)Anyway what I want to do is develop an AIR application through...
View ArticleKeyboard shortcut -- f1
I've got some code that attempts to set a keyboard shortcut for a menu item to the F1 key. Unfortunately, it's setting it to f+1.Does anyone know how to do this?Here's the code I'm...
View Articleerror downloading the update. Error# 16824
Hi,I am getting an error numbered 16824 every time I execute my application with an old version and when I click Download now. I get an error number 16824. I have checked the app file, the update file...
View ArticleHowto FileSystem makes conversion or decompilers? Is it possible?
Hello guys, I want to ask about input and output with FileSystem: 1. Example for images or photo conversion:Open Input from UserDirectory -> mypic1.pngChoose into output from UserDirectory ->...
View ArticleHow to install AIR SDK 3.1 ( with 3.4 installed )
I am trying to install a previous version of the SDK 3.1I am doing this to accommodate BlackBerry BB10. Using the Manage SDK utility in Flash CS6, I currently have installed 3.2 and 3.4.When I try...
View ArticleAdobe AIR deployment
Admittedly, I'm green to software deployments in an enterprise type environment, but I'm trying to deploy various Adobe software packages to users (~500). Air is one in particular that I've been...
View Articleis it possible to run a shell script from AIR?
I can not scan a local directory unless on of my installed files is chmod755. i want to run a script on init() that will chmod 755 a file in the bin-debug directory. Thanks in advance for your assistance.
View ArticleAdobe AIR - java is not recognized as an internal or external command...
Hi, I've done everything as in the HelloWorld tutorial but when i run this cmd: adtit gives me the following error java is not recognized as an internal or external command operable program or batch...
View ArticleCannot uninstall AIR on Mac OSX
First, using 10.5.6 I cannot uninstall AIR from my system. I have tried everything. Here is what I have tried. - Using uninstaller: It is missing from /Applications/Utilities- Forcing uninstall in...
View ArticleReturning list of files in directory not working.
Gidday I'm using the following code to try to put a listing of files in a dir into an array. I created a dir call myDir in the same place as my .swf and .air, and placed a file in it. But I get error...
View ArticleCall Javascript From AIR - Flash
I'm developing an AIR application in Flash that needs to call external javascript functions. Is it possible to call external js functions from AIR (Flash) or call js functions embedded in an html file?...
View ArticleAir 3.5 iOS Native Extension - Undefined symbols for architecture armv7
I am trying to create a native extension to interface with a 3rd party SDK that was designed for iOS. I have built this extension before, but recently the 3rd released an update to their sdk and I took...
View ArticleHow to change html-css cursor style in Adobe Air?
We all know how to change cursor style in Html pages, of course using css such as, 'cursor: url("move.cur"), move'.But when I use it in Adobe Air, it will not show the standard cursor style in...
View ArticleWhere is the ARH (AIR Runtime Helper) utility?
Hello, AIR Runtime redistributable documentation mentions the ARH (AIR Runtime Helper) which is a tool that can detect which version of the AIR runtime and which version of my app is installed on the...
View ArticleAir 1.5 vs 2.0 performance
I have been developing an app for a few weeks for a jukebox front end and have been using air 1.5 (1.5.3.9120 to be exact) and though I might aswell start using air 2 so downloaded the air 2 RC...
View ArticleAdobe Air, Oracle Integration
Hi All, I've been looking all over the web and have been unable to find a definitive answer on this one.I have a client that needs to get some data directly from an oracle server on which the air app...
View Articlebatch inserts in SQLite instance in AIR?
Hi, is there a way to execute multiple insert statements as one batch in the SQLite instance of AIR? for examplevar sql:String = "insert into the_table values ( 'one', 'two' ); insert into the_table...
View ArticleUpdate Error :16800
I had recently downloaded the latest candidate release AIR 2.0 from Adobe forum . I am currently working on Auto Update Feature .which works fine . But when I convert .air to .exe .Air auto update...
View Article