WoW:Creating simple pop-up dialog boxes: Difference between revisions

{{UIHowTo}}, slight lead-in tweak
(Typo fixing using AWB)
({{UIHowTo}}, slight lead-in tweak)
Line 1: Line 1:
This HOWTO covers the creation of what Blizzard calls ''static popups''.  These are the simple
{{UIHowTo}}
one-button and two-button dialog boxes you see when confirming a warlock summon, sending money
'''Static popups'' are simple one- or two-button dialog boxes you see when confirming a warlock summon, sending money
through the mail, renaming a pet, and so forth.
through the mail, renaming a pet, and so forth. This tutorial describes how you can use the StaticPopup code to display simple dialogs in your own addon.


As you might expect, all of the basic UI elements (positioning, sound effects, layout) are handled for you.
As you might expect, all of the basic UI elements (positioning, sound effects, layout) are handled for you.