View Single Post
06-22-10, 01:44 PM   #217
Dokee
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jun 2010
Posts: 19
Originally Posted by zynix View Post
Allright, post the code you're trying to use, and i'll see what i can do
Well.. thats some of the problem, I have no idea what code(s) to use. But I could give you the stripe code for LitePanels if that helps? So basically I just have two of these on each side of all unit frames, and want them hidden when the frames are not shown. (Target, Pet, Target of Target and possibly Party)
Code:
{	name = "LeftPlayerTop", parent = "UIParent", anchor_to = "BOTTOM",
		width = 75, height = 2,
		strata = "LOW",
		bg_color = "0 1 1", bg_alpha = 0, gradient = "H", gradient_color = "0 1 1", gradient_alpha = 1,
		y_off = 177.5, x_off = -465,
	},
  Reply With Quote