Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Stantious
Forum: AddOn Help/Support 04-14-13, 02:09 AM
Replies: 14
Views: 9,545
Posted By Stantious
I've had great success with changing the...

I've had great success with changing the following:
if addon == "Blizzard_CompactRaidFrames" then
to
if addon == "Blizzard_RaidUI" then

The only issues are a minor graphical glitch that can be...
Forum: AddOn Help/Support 04-14-13, 01:43 AM
Replies: 14
Views: 9,545
Posted By Stantious
Corrected the error Dridzt, but still no effect.

Corrected the error Dridzt, but still no effect.
Forum: AddOn Help/Support 04-14-13, 01:22 AM
Replies: 14
Views: 9,545
Posted By Stantious
Using this code, no effect, receiving this...

Using this code, no effect, receiving this error:



Not sure what symbol it is getting mad at.
Forum: AddOn Help/Support 04-13-13, 11:57 PM
Replies: 14
Views: 9,545
Posted By Stantious
I was able to get the following to work once:...

I was able to get the following to work once:

local frame=CreateFrame("Frame")
frame:RegisterEvent("VARIABLES_LOADED")
frame:SetScript("OnEvent",function()
...
Forum: AddOn Help/Support 04-13-13, 10:29 PM
Replies: 14
Views: 9,545
Posted By Stantious
Unfortunately that did not work. :(

Unfortunately that did not work. :(
Forum: AddOn Help/Support 04-13-13, 09:55 PM
Replies: 14
Views: 9,545
Posted By Stantious
Run a command on login help

I've been having strata issues with my party frames, but found a command that will drop it to low strata:

CompactRaidFrameManager:SetFrameStrata(LOW)

I've been looking into a way to fire this...
Showing results 1 to 6 of 6