View Single Post
04-28-10, 07:34 PM   #7
acapela
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 241
edit, this code crashes (looks correct graphically, but eventually crashes):

Code:
frame:SetBackdrop( { insets = { left = 4, right = 4, top = 4, bottom = 4, },
			edgeSize = 16, edgeFile = [[Interface\Addons\Aloft\Textures\krsnik]],
			bgFile = [[Interface\AddOns\Forte_Core\Textures\Minimalist]], } )
in this case, it was the only "border" i was applying anywhere on the nameplate, specifically to the health bar. i will experiment without the "edgeSize" table member.

Originally Posted by Shadowed View Post
Correct, and also try hardcoding the paths in rather than going through SML.
i will do that as well, though i fetch from SharedMedia on each initialization (i am not caching any of the resulting paths). this means the path would have to be corrupt in SharedMedia... or corrupted between the point i fetch it and the point i use it. i guess stranger things have happened, though.
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"

Last edited by acapela : 04-28-10 at 08:01 PM.
  Reply With Quote