1. #1
    The Patient Smartie's Avatar
    15+ Year Old Account
    Join Date
    Feb 2008
    Location
    Devon, UK
    Posts
    238

    How can I change which addon appears on top?

    Hey,

    I'm running shadow unit frames and ovale spell priority. Does anyone know how I can make ovale spell priority load on top of the shadow unit frame target frame?

    Currently it is appearing underneath it.

    I am aware I can move it, but I have enabled an empty bar on the target frame and would like ovale to show my moves within that bar.

    Thanks

  2. #2
    Deleted
    Take a look at the SetFrameStrata method.

  3. #3
    The Patient Smartie's Avatar
    15+ Year Old Account
    Join Date
    Feb 2008
    Location
    Devon, UK
    Posts
    238
    How would I use that, I assume you mean I need to addon their addon code? I'm not really sure on how to do that.

  4. #4
    Deleted
    Type /framestack and mouseover the frame. Make a snippet with the following:
    Code:
    FrameName:SetFrameStrata("HIGH")
    (Where FrameName is the name the /framestack gave you).

  5. #5
    The Patient Smartie's Avatar
    15+ Year Old Account
    Join Date
    Feb 2008
    Location
    Devon, UK
    Posts
    238
    I managed to get my snippet working but it is causing an error.

    I used the "/framestack" command to check the name of the frame again and it is different. After a futher relog the name has changed again.

    http://img193.imageshack.us/img193/6...0511181409.jpg

    Help :S
    Last edited by Smartie; 2011-02-05 at 06:20 PM.

  6. #6
    Deleted
    Oh, just great. They don't name their frames *-.-. Can you set the unit frame's strata to LOW instead?

  7. #7
    The Patient Smartie's Avatar
    15+ Year Old Account
    Join Date
    Feb 2008
    Location
    Devon, UK
    Posts
    238
    The frame I want to overlay does seem to have a name, but it's getting a nil value when I try it.

    The frame is the target frame, so isn't shown when I don't have a target.

  8. #8
    Deleted
    Try adding:
    Code:
    ## Dependencies: ShadowedUnitFrames
    To your TOC. Dunno if that's how the SUF folder is called, adjust if it isn't.

  9. #9
    The Patient Smartie's Avatar
    15+ Year Old Account
    Join Date
    Feb 2008
    Location
    Devon, UK
    Posts
    238
    I never managed to get this to work

Posting Permissions

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