Confirmation window in flex
Every application need confirmation window to confirm the user that they really want the task to complete.
In Flex , you can use Alert class to achieve the result. Alert class can also be used to show some simple message to the user. Here is the example how to ask user for confirmation and only [...]






