Friday, February 20, 2009

Adobe AIR application - File System



So I had a little down time today, so I started writing an AIR application. The idea was to allow our admin folk to go paperless with their work order information. Essentially the programs is simply a data entry solution. It saves out an xml file based on the fields entered. It can also open the files with the the same format. So you can create, open, and modify an existing work order. The cool thing about it, is that it creates a file directory based on the File# entered. It also exports a jpeg of the form, for easy printing, since we still like our paper copies. Granted, it's sort of a glorified excel spreadsheet, and it's not finished yet. But it was a good exercise in working with the Filesystem class for Adobe Air, as well as the com.adobe.images package.

No comments:

Post a Comment