View Single Post
11-30-14, 02:01 PM   #7
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
You're getting that error because "$parent" (when creating an object) refers to the name of the object's immediate parent. In the case of the level text on the target frame, that parent isn't "TargetFrame" -- there's another frame in between:

http://www.townlong-yak.com/framexml...tFrame.xml#184
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote