View Single Post
12-01-11, 02:04 AM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
I'm not sure if this bar is already part of the nUI mover system or this is the first time it is used so if you have my plugin open up the lua file with notepad or any text editor and change the top section of code so that appears like this.

MovableFrames = {
[1] = "TutorialFrameAlertButton",
[2] = "PlayerPowerBarAlt",
[3] = "ExtraActionBarFrame",
};

That hourglass bar may be either the PlayerPowerBarAlt or ExtraActionBarFrame. See if doing that and reloading the UI and typing /nui movers to move the bar helps the situation.
__________________