Posts tagged as:

show()

In the previous post we looked at creating and displaying a basic, bare[ly usable], Alert dialog. Now we’ll look at how to determine which button a user pressed to dismiss the dialog.

[click to continue…]

{ 2 comments }

Using the Alert control

by Peter deHaan on July 18, 2007

in Alert

The following code shows a very basic method for displaying an Alert dialog in a Flex application. As this is a very simple example, it doesn’t show how to properly determine which button the user clicked to dismiss the dialog box, nor does it show other techniques such as modal versus non-modal dialog boxes. I’ll try and cover those in later entries.

Full code after the jump.

[click to continue…]

{ 0 comments }