Thread Tools Display Modes
03-29-07, 06:01 AM   #1
Shen
A Murloc Raider
Join Date: Dec 2005
Posts: 5
How to move/resize UI_INFO_MESSAGE and UI_ERROR_MESSAGE event messages?

Is there a way to move those red and yellow messages that show in the top middle of the screen, ie "Foobar Quest Item 1/1" when a quest updates and "You don't have a target" messages?

I want to move them down a bit and make them a bit bigger, as my UI works best when scaled all the way down to 0.64.

Can anyone help? Is there an addon that can do this?

Last edited by Shen : 03-29-07 at 06:04 AM.
  Reply With Quote
03-29-07, 11:51 PM   #2
Shen
A Murloc Raider
Join Date: Dec 2005
Posts: 5
Well, found out the answer on another forum site

/script UIErrorsFrame:SetScale(n);

where n is a number. It moves the text down a bit when scaling up, so now it fits my UI.
  Reply With Quote
03-30-07, 01:26 AM   #3
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Originally Posted by Shen
Well, found out the answer on another forum site

/script UIErrorsFrame:SetScale(n);

where n is a number. It moves the text down a bit when scaling up, so now it fits my UI.
You can also do

/script UIErrorsFrame:SetPoint()

to manually specify its location. See http://www.wowwiki.com/API_Region_SetPoint for details
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » How to move/resize UI_INFO_MESSAGE and UI_ERROR_MESSAGE event messages?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off