Thread Tools Display Modes
06-15-09, 02:50 PM   #1
sweede
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 18
Moving Default Action Bars

I made a small addon that moves my default action bar up a little bit.

MainMenuBar:ClearAllPoints()
MainMenuBar:SetPoint("BOTTOM",0,56)

It's ran whenever any of the following events is fired.

PLAYER_ENTERING_WORLD
ADDON_LOADED
ACTIONBAR_PAGE_CHANGED
UNIT_EXITED_VEHICLE

However, every now and then (most notably when zoning out of instances), the frame is reset (anchored to the bottom).

What event do i need to watch to keep my frames in the right spot
  Reply With Quote
06-15-09, 02:54 PM   #2
sweede
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 18
oh dang, i posted this in the wrong forum.

i ment the other one, the one above this..

if a mod reads it i'm sure they'll be nice and move it!!

<3
  Reply With Quote
06-15-09, 03:46 PM   #3
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
You could do this little trick:

MainMenuBar.SetPoint = function () end

To stop it from doing anything.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Moving Default Action Bars


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