View Single Post
03-26-21, 04:41 PM   #5
yess
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 29
Originally Posted by Seerah View Post
Doesn't ChocolateBar have this built in by using the Jostle library?
It used to, I tried to maintain it since 2016, but eventually I stopped because I did to not want to cause glitches for others using the lib.

Originally Posted by Tim View Post
Try also adding this:
Code:
        MainMenuBar:SetMovable(true)
        MainMenuBar.ignoreFramePositionManager = true
Thanks I will try that!

Originally Posted by Xrystal View Post
nUI hooks into various functions after Blizzard does its stuff to move things back to where we want them.

-- Reparent, move and allow user placement changes made here
hooksecurefunc("UpdateMicroButtonsParent",....)

-- Used for scaling buttons to our chosen size
hooksecurefunc("MoveMicroButtons", ...)

-- Used to adjust placement of the arrow tip added to "MicroButtons" info system
hooksecurefunc(HelpTip,"Show",....)

Not sure if any of them will help you with what you want to do but you never know.
Thanks I will look into this and nUI

Last edited by yess : 03-26-21 at 04:45 PM.
  Reply With Quote