WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   oUF (Otravi Unit Frames) (https://www.wowinterface.com/forums/forumdisplay.php?f=87)
-   -   Hiding the default raid panel (https://www.wowinterface.com/forums/showthread.php?t=40176)

zork 05-17-11 04:26 PM

Hiding the default raid panel
 
Is it correct that we have to hide the default raid panel manually?

Code:

    --die raid panel, die
    CompactRaidFrameManager:UnregisterAllEvents()
    CompactRaidFrameManager:HookScript("OnShow", function(s) s:Hide() end)
    CompactRaidFrameManager:Hide()
   
    CompactRaidFrameContainer:UnregisterAllEvents()
    CompactRaidFrameContainer:HookScript("OnShow", function(s) s:Hide() end)
    CompactRaidFrameContainer:Hide()


Nobgul 05-18-11 07:45 PM

I use a little bit different code but yes I have not found any other way to disable it.

Dawn 05-18-11 09:12 PM

Haste mentioned sometime ago that he doesn't want oUF to handle the compact raid frame manager, because of it's options or something like that (which are useful regardless of using oUF raidframes or default ones). :)


All times are GMT -6. The time now is 05:49 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI