Tag Archive for 'closeevent'

20
Aug

Creating custom dialog boxes using the PopUpManager and TitleWindow classes

Here are a couple examples of using the TitleWindow container with the PopUpManager class to create custom pop-up windows and dialog boxes.

Full code after the jump.

Continue reading ‘Creating custom dialog boxes using the PopUpManager and TitleWindow classes’

18
Jul

Detecting which button a user pressed to dismiss an Alert dialog

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.

Continue reading ‘Detecting which button a user pressed to dismiss an Alert dialog’