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

  1. Avg. Rating 3.3

    Display pop-up only on first visit to a web page

    You need to use "creationComplete" event of Flex Application Container to achieve the above.

  2. Not yet rated

    Filling in dynamic text fields based on item selected from a ...

    If i understood your problem correctly, all you need to do is get the combobox's CHANGE event and using selectedItem property u will get the item being selected and then do whatever processing you want to do. See below code for the same.

  • Results 1-2 of 2