View Single Post
01-08-13, 03:53 PM   #1
Sauerkraut
A Wyrmkin Dreamwalker
 
Sauerkraut's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 52
Need help coloring "widget" again :(

So I'm trying to add my arrow widget to some other frames at the request of a user. So far I have gotten everything working, except that the initial arrow always shows up white. Once you change targets then it seems to color fine. I am using the following events to set the color

Code:
		self:RegisterEvent("PLAYER_TARGET_CHANGED", lib.setTargetArrowColor)
		self:RegisterEvent("UNIT_TARGET", lib.setTargetArrowColor)
I must be missing some thing but for the life of me I can't figure out what.
  Reply With Quote