Search

 

June 2007
S M T W T F S
« May   Jul »
 12
3456789
10111213141516
17181920212223
24252627282930

Tags

Archives

Archive for June, 2007

« Previous Entries Next Entries »

Simple Drag and Drop AIR

Monday, June 18th, 2007

TweetDrag and Drop from the desktop to an AIR application is one of the new features of AIR. Basically, I add the event listeners to the application to handle the drag events. Then when a file is dropped onto the application, I check the file extension and then handle it if is an image file [...]

Indy Flex User Group Tomorrow!

Monday, June 18th, 2007

TweetCan’t make it to D.C. for Flex maniacs next week? You can see my presentation tomorrow night at the Indy Flex User Group. The title is “Custom Formatter, Validator, and Effects Components”. Here are the details: Meeting Date: Tuesday June 19th, 2007 Meeting Time: 6:30 PM Location: LANTech Training The Pyramids, 3500 DePauw Blvd. Pyramid [...]

Connect.Discover.Enspire

Thursday, June 14th, 2007

TweetWell MAX 2007 has made a major shift from Engage to Connect.Discover.Enspire. Connect. * Connect with the Community. * Strengthen Relationships. * Foster Ecosystem and Evangelism. Discover. * Discover the latest technology. * Learn new skills. * Enable rich, engaging experiences. Inspire. * Find inspiration in leading developers / designers. * Inspire each other to [...]

AIR Embedded Database Code Exerpts 2

Wednesday, June 13th, 2007

TweetHere is today’s excerpt. This is the data access class that is used to save and retrieve the userid from the SQLite database. Here is the flow: When the application launches, the PreferencesDAO class is instantiated. If a userid can not be retrieved from the local database, a Cairngorm event is dispatched to get a [...]

AIR Embedded Database Code Exerpts 1

Tuesday, June 12th, 2007

TweetHere are some excerpts for the AIR Embedded Database post. The class below on init will attempt to open the database file and if it is not found will then create the database file and then call the functions to create the tables. Creating the database: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586package com.everythingflex.employeeDirectory.utils {     import com.adobe.cairngorm.control.CairngormEventDispatcher;     [...]

« Previous Entries Next Entries »