View Single Post
04-25-13, 05:17 AM   #1
Clamsoda
A Frostmaul Preserver
Join Date: Nov 2011
Posts: 269
Issue With Party Frames In Combat

Good morning,

I am experiencing an issue with oUF, in that when I join a party that has more than one person, while I am in combat (entering a LFD group, while they are fighting), I receive several errors. I assume this is due to setting frame properties in combat, but I thought that was a non-issue within the secure templates.

Here is the error straight out of the taint log:
http://pastebin.com/hXvfDPb9

Here is my code for spawning the party frames:
http://pastebin.com/0LwbvvAP

The function at line 30 of Interface\AddOns\oUF_Clamsoda\functions.lua:
http://pastebin.com/DcxnTkDK

I borrowed much of the code for spawning the party frames from Zork's oUF_Simple, considering I haven't got a strong grasp on secure headers. I was receiving the error before I added the "oUF-initialConfigFunction" properties; I assumed that would fix it, considering the taint log seems to dislike my setting the size and scale.

Thank you for your time and help.

Edit 1: Explaining the situation helped me wrap my head around what was wrong; instead of using my header function for the party frames, I am going to explicitly use the parts that AREN'T related to scale or size, and use the "oUF-initialConfigFunction" properties to control the size and scale of the party frames. Hopefully that will help.

Last edited by Clamsoda : 04-25-13 at 05:28 AM.
  Reply With Quote