1. #1
    Deleted

    [Resolved] Stuck trying to parent kgpanels to fortexorcist

    I'm attempting to instruct kgpanels to hide a panel when the FX cooldown frame hides, which is when there are no cooldowns to show. The problem I am having is that I cannot find the name of the cooldown frame. This is the type of script I would use the frame in.

    OnLoad:
    Code:
    self:SetParent("Cooldown frame name")
    OnEvent:
    Code:
    self:Show()
    EDIT: Problem solved. Using the instructions from the FX FAQ I setup FX to enable global frame names in the advanced options and then used "FX_Cooldown1" which is the default name for the CD frame.
    Last edited by mmoce51001d307; 2012-06-20 at 06:49 PM. Reason: Problem Solved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •