How to move the cursor in a text input programatically
Hi, I am using a TextInput field and a my own keyboard UI with buttons for each alphabet. When the user presses buttons on the keyboard UI, i populate the TextInput field through data binding. But I...
View ArticleAIR PNG Encoder from Javascript.
Hi there, How can I encode a Bitmap from AIR using the Javascript AIRAliases.js //// var captureFile = air.File.applicationStorageDirectory.resolvePath( 'c:\capture.png' ); var capture = new...
View ArticleAIR + RSL Error #2035: URL Not Found
I created a new AIR project called "Test" in FB3.2. Then went to project properties and changed all the linkages on the libs to RSL. (as with flex adding in the swz's as appropriate, correcting the...
View ArticleSQLite prepared statements in AIR: compiled with sqlite3_prepare_v2 or...
A set of specific conditions has to be met before SQLite will use an index when the LIKE operator is used in the statement: http://www.sqlite.org/optoverview.html (see section 4.0). One of those...
View ArticleAdobe Air causing error in event log
I installed Windows 7 64-bit on a system recently. This morning I installed PS CS4, including Adobe Air. I've now gotten 5 of these errors recorded in the event log. Source: SideBySideEvent ID:...
View ArticleHow to get Current Song playing on iTunes with Air?
Is there any way to get the Title of the current song playing in iTunes?I know there are APIs to do this on Windows with C, etc but can it be done somehow in Adobe Air? Thanks for the help, -Rachit
View ArticleTo State or ViewStack?
What's the difference between States and a ViewStack? It seems I can accomplish about the same thing with both. I have an accordion control with, let's say, 5 panes defined and I want it to act...
View Articleload local image display in air app
I am trying to load an image from the local file system, then diplay it in my air window. I don't have any problems getting the file reference from the open file dialog, problem is that I don't know...
View ArticleSelecting the sound output device
Hi, is there any way to select which sound output device to use from an Adobe AIR application? If there is, I can't seem to find it (using either the manual, the forums or Google). Any help will be...
View ArticleMultiple instances of an air app
Is there a way to create an AIR app that can have multiple instances of itself running on the same windows machine?
View ArticleWhere is SQLite db Stored?
Just added a SQLite database to my project. Packaged and all is working well. But where is the db stored. I have my code to create the database if it doesn't exist. I have my Mac to show hidden files....
View Articleupload file (jpg) through URLRequest w/out FileReference.browse()
Greetings all! I'm working on a project where I need to take batch processed images (processed through a photoshop droplet) and upload them to a web service using HTTP POST. I thought I was on the...
View ArticleAIR 2 Linux .rpm - absolute path error?
Hello,We bundle AIR 2 .rpm and an AIR help application in our software builds for Linux RedHat, using the following command:+ '/usr/bin/Adobe AIR Application Installer' -eulaAccepted -desktopShortcut...
View Articlehow to set the Native Process Installer generatedFile.exe's icon
hi i have made the (Native Process packaged) .exe by using adt commandhow can i change the default icon to the desiered one thanks, Dhaivat
View ArticleAIR EmailClient
Hi All, I have to develop AIR Email Client,it has to communicate with server. I am using URLRequest to sending the request and getting back the session id and cadata. Problem is am not...
View ArticleAIR NativeProcess StandardOutput not returning all output
I'm using a simple application that can be run from the command line (on OSX) like so: oconv inFile.rad > outFile.rad When run from the command line, the output file looks like this:#?RADIANCEoconv...
View Articleadt package fails on Linux w/no information
Hi, I have a project setup and am building native installers happily on both Win7 and Mac OS X using ant and flexTasks.jar. The Flex SDK version is 4.1.0.16076 adt version "2.0.2.12610" When I run the...
View ArticleUsing flex4.1, Flash Builder giving error "flash.filesystem::StorageVolume...
Hi there, I'm trying to copy some files to Storage Card on a AIR application. Is this possible with the latest version of the AIR SDK (2.0)? I am developing in Flash Builder. I have...
View ArticleError creating AIR file
Hi, This is senthil kumar from India, Currenly working on Adobe Air application, I have a problem in creating Air File, I m including the below files and folders for publishing AIR file 1. main flash...
View Articlefile does not contain AndroidManifest.xml
Hi all, I'm having an issue where I'm packing an AIR 2.5 application as an Android APK file, and attempting to install it on a device. The ADT command line tool creates the file without issue, but when...
View Article