Lynda.com has released a new course by David Gassner entitled AIR for Flex Developers. This course looks at how Flex Builder 3 and the Flex 3 framework can be used to build cross-system desktop applications with Adobe AIR, and covers every point of integration with the host operating system, including working with the local file system, creating and maintaining local databases, and managing native windows and menus.
Adobe AIR includes the capability of creating and working with local SQL databases. Many stand SQL features are supported in the runtime, open source SQLite system can be used for storing local, persistent data.
The flollowing is a simplistic example that create a sqlite database, add, get, update and remove records from the “user” table. Continue reading »
Last week working on an application which combines Google App Engine, Adobe AIR, and Flex. This was a fun experiment that turned into a pretty cool application. The application, named QuickFix, sends an image to Google App Engine which does an “I’m Feeling Lucky” transformation on the image and sends it back. Here’s a screenshot of it fixing one of the photos I took at the Java Posse Roundup this past winter: Continue reading »
Last week I spent a few hours with Dick Wall of the Java Posse working on an application which combines Google App Engine, Adobe AIR, and Flex. This was a fun experiment that turned into a pretty cool application. The application, named QuickFix, sends an image to Google App Engine which does an “I’m Feeling Lucky” transformation on the image and sends it back. Here’s a screenshot of it fixing one of the photos I took at the Java Posse Roundup this past winter: Continue reading »
AIR 1.1 has been released. The big enhancement is support for localized and internationalized applications, the AIR runtime itself now supports multiple languages (Brazilian Portuguese, Chinese, French, German, Italian, Japanese, Korean, Russian, and Spanish), as well as support for building internationalized applications (including keyboard input for double-byte languages). There are other API enhancements, too.
Adobe AIR supports enterprise deployment. There; I’ve said it. We’ve had a bit of trouble getting this message out, so I wanted to be clear about this right up front.
Now, before anyone jumps all over me for this one, I’m also sure we could do a better job of supporting enterprise deployment. If you’ve deployed AIR in an enterprise setting and have thoughts on what we could do better, please send them our way. Continue reading »
I’ve come across this error a number of times:
exception during transcoding: Unexpected exception encountered while reading font file ‘/C:/Documents and Settings/markl/My Documents/Flex Builder 3/DexterNorthCode/src/assets/DejaVuSans-Bold.ttf’
It can be very frustrating as there is not much information to be gleaned from the error messages and the whole font area is very murky and complicated. Continue reading »
Adobe today announces AIR 1.0. In their words, here are how it’s important for Developers and for How it’s good for business.
For Developers:
The Adobe® AIR™ runtime lets developers use proven web technologies to build rich Internet applications that deploy to the desktop and run across operating systems. It’s for all developers like AJAX, Adobe Flex Developers and Adobe Flash Developers. Continue reading »