Quantcast
Channel: AIR Examples
Browsing latest articles
Browse All 10 View Live

Sorting the FileSystemDataGrid control by date in Adobe AIR

The following example shows how you can do a date sort on the Flex FileSystemDataGrid control in Adobe AIR by setting a custom sort compare function on the creationDateColumn and modificationDateColumn...

View Article



Setting the file size display mode in the Flex FileSystemDataGrid control in...

The following example shows how you can toggle whether the Flex FileSystemDataGrid control in Adobe AIR shows file sizes in bytes or kilobytes by setting the sizeDisplayMode property to one of the...

View Article

Opening a new Window in Adobe AIR

The following example shows how you can launch a new Flex Window container in Adobe AIR by creating a custom Window component and calling the open() method. <?xml version="1.0" encoding="utf-8"?>...

View Article

Specifying whether a new Window is focused in Adobe AIR

In a previous example, “Opening a new Window in Adobe AIR”, we saw how you could launch a new Flex Window container in Adobe AIR by creating a custom Window component and calling the open() method. The...

View Article

Keeping a WindowedApplication on top of other windows in Adobe AIR

The following example shows how you can keep a WindowedApplication container on top of other windows in Adobe AIR by setting the Boolean alwaysInFront property. <?xml version="1.0"...

View Article


Setting a custom text style on the status bar on a WindowedApplication...

The following example shows how you can customize the text styles on the WindowedApplication status bar in Adobe AIR by setting the statusTextStyleName style. <?xml version="1.0"...

View Article

Displaying a custom title bar icon in a WindowedApplication container in...

The following example shows how you can display a custom title bar icon in a WindowedApplication container in Adobe AIR by setting the titleIcon property. <?xml version="1.0" encoding="utf-8"?>...

View Article

Detecting the line-ending character sequence used by the host operating...

The following example shows how you can detect the line ending character sequence used by the host operating system in Adobe AIR by using the static File.lineEnding property. <?xml version="1.0"...

View Article


Opening a new NativeWindow in Adobe AIR

In a previous example, “Opening a new Window in Adobe AIR”, we saw how you could launch a new Flex Window container in Adobe AIR by creating a custom Window component and calling the open() method. The...

View Article


Detecting the number of screens on a users system in Adobe AIR

The following example shows how you can detect the number of screens on a user’s system in Adobe AIR by using the static, read-only Screen.screens property. From the documentation: colorDepth – The...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images