Thread Tools Display Modes
06-20-07, 11:07 AM   #1
ZMasterJZ
A Murloc Raider
Join Date: Jun 2007
Posts: 4
Question Function only avaible to Blizzard UI?

I've been making a new PlayerFrame and stumbled into an error message that came up after using blizzard code to make my addon. It happens when you click the health and mana bars,
which use this script:

<OnMouseUp>
this:GetParent():Click(button);
</OnMouseUp>

if I disable the script, theres no problems (nor anything that happens if you click, of course).
This script is in both the Health and Mana status bars, and I was wondering why it gives me such an error as "A Addon is trying to use a function only avaible to blizzard UI" with options to "disable UI" or "ignore"

and what way I could just this script to keep the functionality by using a different script.

Thanks, ZMaster
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Function only avaible to Blizzard UI?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off