New Adobe AIR blog - http://airexamples.com/
I started another new blog (airexamples.com) over the holiday break, but have been holding off on posting the URL until I got some content posted.
The Adobe AIR Examples blog mainly focuses on creating Adobe AIR applications using Flex 3 in Flex Builder. I'll also continue to try and blog Flex SDK and Flex Builder specific examples at blog.flexexamples.com and Flash Authoring/ActionScript 3.0 specific examples at actionscriptexamples.com.
Anyways, here's what I have so far:
- Displaying a status message on a WindowedApplication in Adobe AIR
- Toggling the status bar on a WindowedApplication in Adobe AIR
- Getting the main application directory in Adobe AIR
- Setting the root directory on a FileSystemTree control in Adobe AIR
- Detecting when the root directory changes on a FileSystemTree in Adobe AIR
- Programmatically opening subdirectories on a FileSystemTree control in Adobe AIR
- Programmatically scrolling to a selected node in the FileSystemTree control in Adobe AIR
- Toggling file and folder visibility on a FileSystemTree control in Adobe AIR
- Using a custom label function on a FileSystemTree control in Adobe AIR
- Toggling file extensions on the FileSystemTree control in Adobe AIR
- Determining the selected path for a FileSystemTree control in Adobe AIR
- Toggling hidden files on the FileSystemTree control in Adobe AIR
- Toggling icons on the FileSystemTree control in Adobe AIR
- Setting a custom text format on a WindowedApplication container's title bar in Adobe AIR
- Toggling headers on the FileSystemDataGrid control in Adobe AIR
- Toggling the Type column on the FileSystemDataGrid control in Adobe AIR
- Controlling whether your application is resizable in Adobe AIR
- Navigating to the parent directory on a FileSystemDataGrid control in Adobe AIR
- Toggling file extensions on the FileSystemDataGrid control in Adobe AIR
- Detecting when a WindowedApplication is activated or deactivated in Adobe AIR
- Toggling hidden files on the FileSystemDataGrid control in Adobe AIR
- Allowing multiple file selection on an FileSystemDataGrid control in Adobe AIR
- Browsing for directories on a user's computer using Adobe AIR
- Browsing for individual files on a user's computer using Adobe AIR
- Browsing for multiple files on a user's computer using Adobe AIR
- Preventing the user from minimizing an application in Adobe AIR
- Preventing the user from maximizing an application in Adobe AIR
- Detecting when a WindowedApplication is moved in Adobe AIR
- Detecting the current system chrome setting in an Adobe AIR application
- Setting the title on a WindowedApplication container in Adobe AIR
- Detecting the default encoding used by the host operating system in Adobe AIR
- Toggling the gripper on a WindowedApplication container in Adobe AIR
- Setting the padding around the gripper on a WindowedApplication in Adobe AIR
- Setting the button padding on a WindowedApplication in Adobe AIR
- Setting the corner radius on a WindowedApplication container in Adobe AIR
- Formatting the size column on the FileSystemDataGrid control in Adobe AIR
- Toggling icons on the FileSystemDataGrid control in Adobe AIR
- Installing an Adobe AIR application to a specific directory in the Programs menu
- Setting the width and height of a WindowedApplication container in Adobe AIR
- Setting the width and height of a WindowedApplication container in Adobe AIR (redux)
- Displaying a custom description in an Adobe AIR application installer
- Specifying a custom install folder for an application in Adobe AIR
- Displaying custom icons in an Adobe AIR application
- Filtering files based on extension type in the FileSystemDataGrid control in Adobe AIR using Flex
- Displaying web pages in an HTML control in an Adobe AIR application
- Determining when the location changes on the HTML control in Adobe AIR
- Determining when an HTML control has finished loading in Adobe AIR using Flex