View Single Post
02-05-11, 07:02 AM   #11
Twis_Ted
A Murloc Raider
Join Date: Oct 2009
Posts: 7
OK since you've been so nice to help with this, I thought this would work, but no change.
Code:
-- the Bliz "right 1" bar (aka "left" bar in the Bliz code)

	["nUI_LeftUnitBar"] =
	{		
		btn_size    = 48,
		gap         = 2,
		anchor      = "BOTTOMLEFT",	
		origin      = "BOTTOMLEFT",
		orientation = "HORIZONTAL",	
		yOfs        = -250,
		xOfs        = -680,
		rows        = 6,
		cols        = 2,
		page        = 6,
		nuibind     = "nUI_LEFTUNITBAR",
		binding     = "MULTIACTIONBAR3BUTTON",
		label       = nUI_L["nUI_LeftUnitBar"],
	},
Am I missing something?