WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   oUF (Otravi Unit Frames) (https://www.wowinterface.com/forums/forumdisplay.php?f=87)
-   -   API version 5: changes and discussion (https://www.wowinterface.com/forums/showthread.php?t=35152)

neverg 10-21-10 04:14 AM

I had a problem with Frame strata too on my layout, but that was because when creating Backdrops I was giving them Frame strata Low. Then some other elements of the frame were giving higher Frame Strata, dunno how because before they didn't behave like that. I removed the Frame Strata (Low) from the Backdrop and everything spawn "normally" again. Don't know if that is your case tho.

drakull 10-21-10 06:07 AM

Has something changed regarding frame scaling? Prior to 4.0 my frames would scale accordingly with the .scale property but now it just ignores it.

neverg 10-21-10 06:35 AM

Quote:

Originally Posted by drakull (Post 213042)
Has something changed regarding frame scaling? Prior to 4.0 my frames would scale accordingly with the .scale property but now it just ignores it.

I had to change that on my layout as well.

Use this instead:

:SetScale()

lurelure 10-22-10 03:33 AM

The eclipsebar seems to force visibility (on form changes etc), meaning I can't control its visibility once its spawned.

Edit: Nevermind, this seems to be the case with more things (castbars etc.)

yj589794 10-22-10 04:52 AM

Quote:

Originally Posted by lurelure (Post 213252)
The eclipsebar seems to force visibility (on form changes etc), meaning I can't control its visibility once its spawned.

The eclipsebar element uses the same visibility settings as the default blizzard element. The element will be shown if you are in balance spec and in caster or chicken forms, any other combination of form/spec will hide the element.

If you want different behaviour then add your own PostUpdateVisibility function:

Code:

self.EclipseBar.PostUpdateVisibility = function(element, unit)
        -- put visibility code here
end


lurelure 10-22-10 06:02 AM

Oh, I didn't know that was possible. Thanks, and appologies for my noobishness. :)


All times are GMT -6. The time now is 03:13 AM.

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