View Single Post
11-29-11, 10:02 PM   #7
Goldpaw
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 56
Originally Posted by d16174l4n63l View Post
What I am trying to do is setup a different raid from style to replace another one.

Say I am using Tukui.
I get into raid and Tukui sets the raid style.
However what I want to do is something like this.

If TukuiRaid is loaded, unregister their raid frames and use mine instead without disabling the addon, Is that possible?
It's strange that you should choose TukUI as an example.

Because in TukUI, the raid frames are included as separate addons, which can be disabled from the addon selection menu. If both (DPS and Healing versions of the raid frames) are disabled, you would get TukUI without the raid frames.

As far as I know, there is no way to unregister already activated frames. Frames in WoW won't be deleted until the next reload of the UI, so you would have to manually hide and kill all the frames. Which is something that should only ever be done when it comes to hiding default WoW elements, not elements created by other addons.

Why don't you simply make your own edit of TukUI (or whatever UI you're using) and simply replace the raid frames with yours? As mentioned, the raid frames are stored in a separate folder as a separate addon, so you won't really be changing or editing any of the main TukUI code, just the raid frames.
  Reply With Quote