Forum Index » Technical Support »

Post a reply

silentxcreep
Posted 07:26PM, Saturday, January 30, 2010 (2 years ago)
#0
I have deleted ctmod and reinstalled the new version but when i do the menu bar disappears and doesn't come back until i disable ct_bottombar then it comes back. i can't figure this out! please help.
dargen
Posted 07:52PM, Saturday, January 30, 2010 (2 years ago)
#1
CT_BottomBar has a number of options to hide the various parts of the UI at the bottom of the screen, including the menu bar. Have you checked the CT_BottomBar options (type /ctbb) to see if the option to hide the bar is currently enabled?
silentxcreep
Posted 08:29PM, Saturday, January 30, 2010 (2 years ago)
#2
yeah and no matter if you have the box checked or unchecked it still won't show up! Its currently unchecked cause i want it to show.. but its nowhere to be found.
Last updated by silentxcreep
dargen
Posted 01:07AM, Sunday, January 31, 2010 (2 years ago)
#3
1) If you haven't already tried it, click the "Reset positions" button in the "General options" section of the CT_BottomBar options window. That should reposition everything back to its default location.

2) If you still can't see the bar after resetting its position, then copy and paste this one line /run command into a macro, and post here what it displayed in the chat window.

/run local a,r,p,x,y,n n={"CT_BottomBarAddon-Menu Bar", "CharacterMicroButton"} for i,f in ipairs(n) do for j=1,4 do a,r,p,x,y = _G[f]:GetPoint(j) if a then if r then r=r:GetName() or r end print(j,a,r,p,floor(x),floor(y)) end end end

You should see some lines of text similar to the following in the chat window, although the exact values may be different:

1 BOTTOMLEFT UIParent BOTTOM 48 3
1 BOTTOMLEFT CT_BottomBarAddon-Menu Bar BOTTOMLEFT 0 -3

3) You could also try clicking the "Reset options" button at the bottom of the CT_BottomBar options window. That will delete all the CT_BottomBar options and reload your UI. After reloading, check to see if the bar is visible.

4) If you still can't see the bar, try disabling all addons except for CT_BottomBar, and then check if the bar is visible. If it still is not visible, then click the "Reset positions" button in the CT_BottomBar options window. If you can see the window, then one of the addons you disabled is most likely repositioning or hiding the bar.

5) If you have an addon that moves frames (like MoveAnything), check to see if that addon is configured to move/hide/show the bar.
silentxcreep
Posted 11:25AM, Sunday, January 31, 2010 (2 years ago)
#4
sweet thanks! that helped a whole lot!

i don't know how this happened but it was set at:

1 BOTTOMLEFT UIParent BOTTOM -348 -661
1 BOTTOMLEFT CT_BottomBarAddon-Menu Bar BOTTOMLEFT 0 -3

Quick Reply

You cannot reply to this topic. Try logging in first.