The following example shows how you can filter files based on file extensions in the Adobe AIR FileSystemDataGrid control by setting the extensions property.
Full code after the jump.
{ 0 comments }
A bunch of Adobe AIR examples*
Posts tagged as:
The following example shows how you can filter files based on file extensions in the Adobe AIR FileSystemDataGrid control by setting the extensions property.
Full code after the jump.
{ 0 comments }
The following example shows how you can toggle icons in the Adobe AIR FileSystemDataGrid control by setting the showIcons property.
Full code after the jump.
{ 0 comments }
The following example shows how you can format the size column to display bytes or kilobytes in an Adobe AIR FileSystemDataGrid control by setting the sizeDisplayMode property to one of the static constants in the FileSystemSizeDisplayMode class.
Full code after the jump.
{ 0 comments }
The following example shows how you can enable multiple file selection in an Adobe AIR FileSystemDataGrid control by setting the Boolean allowMultipleSelection property.
Full code after the jump.
{ 0 comments }
In a previous example, “Toggling hidden files on the FileSystemTree control in Adobe AIR” we saw how you can toggle hidden files on the Adobe AIR FileSystemTree control by setting the showHidden property.
The following example shows how you can toggle hidden files on the Adobe AIR FileSystemDataGrid control by setting the showHidden property.
Full code after the jump.
{ 0 comments }
In a previous example, “Toggling file extensions on the FileSystemTree control in Adobe AIR”, we saw how to toggle file name extensions on the Adobe AIR FileSystemTree control by setting the showExtensions property.
The following example shows how you can toggle file name extensions on the Adobe AIR FileSystemDataGrid control by setting the showExtensions property.
Full code after the jump.
{ 0 comments }
The following example shows how you can navigate to the parent directory in an Adobe AIR FileSystemDataGrid control by calling the navigateUp() method.
Full code after the jump.
{ 1 comment }
The following code shows how you can toggle the visibility of the Type column in the Adobe AIR FileSystemDataGrid control by setting the typeColumn object’s visible property.
Full code after the jump.
{ 0 comments }
The following example shows how you can toggle the headers on the Adobe AIR FileSystemDataGrid control by setting the Boolean showHeaders property.
Full code after the jump.
{ 0 comments }