View Single Post
05-25-20, 08:53 AM   #4
Necta
A Murloc Raider
Join Date: May 2020
Posts: 5
So i tried to redo a new one wich is basically this :

MainMenuBar:SetScale(1.04)
MultiBarBottomRight:SetScale(1.04)
MainMenuBar:SetMovable(true)
MainMenuBar:SetUserPlaced(true)
MainMenuBar:ClearAllPoints()
MainMenuBar:SetPoint("CENTER",70,-373)
MultiBarBottomRight:ClearAllPoints()
MultiBarBottomRight:SetPoint("CENTER",MainMenuBar,273,-1)

And surprisingly i didn't get any error . However it still doesn't work https://imgur.com/KYiel43
The font strangely disappeared, the bar isn't responding anymore ( i cant clic on spell/move or Simply interact with it ) and it's not exactly on the coordinates that i have chosen ( too much on the right) .

Edit: I also tried to put MultiBarBottomRight SetSetMovable(true) and SetUserPlaced(true) but it's still the same.

@d87 I'm sorry i dont understand what you mean ? I should replace MultiBarBottomRight with MultiBarBottomRightActionButton1 ?

Oh and sorry for the lack of explanation, it's a bit tough for me to converse like that ^^ .
By saying 'everything is breaking down . The bars are not even responding' i was only talking about the bars affected with the addon. The rest of my UI still work normally !

Last edited by Necta : 05-25-20 at 09:20 AM.
  Reply With Quote