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

  1. Avg. Rating 3.8

    Deselect items in a TileList when empty space is clicked

    Listen for click, itemClick events, if click is fired without itemClick getting fired, set selectedIndex to -1

  2. Avg. Rating 3.5

    AIR HTML Control: Getting window.open() to redirect to the s ...

    Set the navigateInSystemBrowser property of the HTMLLoader control on the creationComplete event of the HTML control.

  3. Avg. Rating 3.3

    Invoking .NET methods from Flex using Weborb

    Set up Weborb and deploy your .NET class into it. Use mx:RemoteObject to invoke methods on the .NET class from Flex.

  4. Not yet rated

    Setting a default folder for the Browse dialog box

    On the File object, set its path to the folder you want using resolvePath or the default constructor. Then call browse(), browseForOpen(), or browseForSave() on it.

  • Results 1-4 of 4