WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   /fstack KgPanels, Details Damage Meter and Gnosis Castbars (https://www.wowinterface.com/forums/showthread.php?t=57289)

Embee 07-14-19 06:08 AM

/fstack KgPanels, Details Damage Meter and Gnosis Castbars
 
Hi All,

I would like to attach a Kgpanels Texture to either Details Window and Gnosis Castbars and would like them to hide if details or castabars are not shown.

In the past I could easily use fstack to find out the frame name but it seems that /fstack works differently these days as it always shows UIParent including some numbers e.g. UIParent.8903221 etc.

Because of that I am not able to attach any of the textures.

Does someone knows a work arround.

Thanks in advance.

Embee

Viryz 07-14-19 07:52 AM

If I wanted to do something similiar, Im using a macro to get the name of addon to anchor it with.

This macro is telling you what to attach your texture to.

Code:

/run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())
You need to mouseover, in this case, the CastBar for example, to get the correct name.

Hope this helps.

Viryz

jeruku 07-14-19 09:14 AM

You can hit Alt to move, right-Alt goes up while left-Alt goes down, through the frames listed on the tooltip. Once you've highlighted the frame you're looking for hit Ctrl to show a frame with the frames details listed; from there you can double-click the children/regions listed to focus on them.

Embee 07-16-19 01:40 PM

Hi,

Thank you to both of you for your quick response.
Both ways helped but its easier to do it with the macro.

Thanks again.

Embee

Ketho 07-16-19 10:30 PM

Quote:

Originally Posted by Embee (Post 332878)
In the past I could easily use fstack to find out the frame name but it seems that /fstack works differently these days as it always shows UIParent including some numbers e.g. UIParent.8903221 etc.


Enable this cvar
Code:

/console fstack_preferParentKeys 1

Ketho 07-17-19 06:13 PM

oops, meant
Code:

/console fstack_preferParentKeys 0


All times are GMT -6. The time now is 12:40 PM.

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