Thread Tools Display Modes
03-09-10, 09:49 AM   #1
ormjaevel
An Aku'mai Servant
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 38
problems with nMainbar - cant get bottom left and right to show

Hello.

I downloaded nMainbar earlier today but I have some problems.. I cant get my bottomleft and rightbar to show, just if I hold over them.

Code:
multiBarBottomLeft = {
        mouseover           = true,
        alpha               = 1,
    },
    
    multiBarBottomRight = {
        mouseover           = true,
        alpha               = 1,
    },
Thats how it looks.
What shall I type to get the bars to show?
  Reply With Quote
03-09-10, 10:03 AM   #2
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
change the mouseover = true to mouseover = false on both.
__________________

  Reply With Quote
03-09-10, 10:17 AM   #3
ormjaevel
An Aku'mai Servant
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 38
Originally Posted by sacrife View Post
change the mouseover = true to mouseover = false on both.
ah ya, how stupid am I lol
didnt even notice the mouseover lol
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » problems with nMainbar - cant get bottom left and right to show

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off