View Single Post
06-26-16, 01:44 PM   #2
kaimox
A Fallenroot Satyr
Join Date: Jun 2008
Posts: 25
Now I'm getting confused: Scaling works on some toons and not on others (with all Multibars and ChocolateBars present on all of them). And today I started getting an error message on those where it's not working:
ActionBars.lua:8: Frame MultiBarLeft is not movable or resizable
[C]: in function `SetUserPlaced'
...\ActionBars.lua:8: in main chunk

Locals:
(*temporary) = MultiBarLeft {
0 = <userdata>
}
(*temporary) = true

Code is:
MainMenuBar:SetScale(0.9)
MultiBarLeft:SetUserPlaced(true)
MultiBarLeft:Show()
MultiBarRight:SetUserPlaced(true)
MultiBarRight:Show()

Can't anybody help?
  Reply With Quote