Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Applying skins to a container

    Use either a SkinnableContainer or a BorderContainer as a container for visual child elements and a SkinnableDataContainer as a container for data items, and modify the available style properties.

  2. Avg. Rating 5.0

    Creating a Spark-based ViewStack

    Create a custom GroupBase-based container and assign an Array-based property to the [DefaultProperty] metatag for the container that represents the declared MXML children. Expose selectedIndex and selectedChild properties to represent the currently displayed child container, and override the protec ...

  3. Avg. Rating 5.0
  4. Avg. Rating 5.0

    Creating a Flex Library Project in Flash Builder

    From the Flex Navigator, choose New Flex Library Project to access the Create New Project wizard.

  5. Avg. Rating 5.0

    Adding a drop shadow to a custom chrome window

    Pass a DropShadowFilter instance to the filters Array of the NativeWindow instance, or set the dropShadowEnabled and dropShadowColor styles.

  6. Avg. Rating 5.0

    How can I clear the cache of a recordset created with <cfque ...

    In order to have the results show immediately, you can simply run another SQL statement immediately after your update SQL has completed.

  7. Avg. Rating 5.0

    Specifying sort functions for DataGrid columns

    Use the sortCompareFunction property of the DataGridColumn tag to assign a reference to a function that performs the custom sorting logic.

  8. Avg. Rating 5.0

    Encrypting a database with a password

    Use the user’s password as the basis for the encryption key, and use the reencrypt() method of the SQLConnection class to change the encryption key for a database.

  9. Avg. Rating 4.5

    Generating a formatted TextFlow Layout for plain text assets

    The following code demonstrates the solution for generating a formatted TextFlow layout for plain text assets using the TextLayout class.

  10. Avg. Rating 4.0

    Creating custom columns for a dataGrid

    Use the DataGridColumn tag to specify custom properties for columns in a DataGrid.