View Single Post
08-14-10, 11:34 AM   #252
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 150
This might be asked before but i want to know how to set panels to work with mouseover actionbar's, i parented and anchored it to the actionbar but it doesnt show/hide on mouseover(the panel that is)
this is what i've got
Code:
{name = "ActionBarPanel2",
anchor_to = "bottom",
anchor_frame = "Bar5",
parent = "Bar5",
width = 20,
height = 200,
y_off = 20,
x_off = 0,
bg_color = {0.14,0.14,0.14},
bg_alpha = 1,
strata = "BACKGROUND"
},
__________________

Tukui | Github
  Reply With Quote