View Single Post
07-13-10, 03:50 AM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,953
Hmm, I can't see why it doesn't work unless you have to have a name passed to the FontString. I think I read somewhere that you can only override the object if it has a unique identity.

Try changing this line ...

TextFrameFont = TextFrame:CreateFontString(nil, "BACKGROUND",GameFontNormal)

To this ...

TextFrameFont = TextFrame:CreateFontString("MyTextFrameFont", "BACKGROUND",GameFontNormal)

And see if that works.

If it still doesn't work and no-one else can see anything by the time I get back in game later on I'll see what's happening.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote