View Single Post
08-25-15, 10:00 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,323
There are different ways depending on how you want the message to behave. For example, you can use message() to show a basic popup with your message and an "Okay" button. You can use UIErrorsFrame:AddMessage() if you just want to have text pop up in the middle of your screen. If you want to have text pop up at any determined spot, you'll need to set up a FontString and manage showing/hiding the text yourself.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote