Thread Tools Display Modes
07-14-19, 06:08 AM   #1
Embee
A Defias Bandit
Join Date: Jul 2015
Posts: 3
/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
  Reply With Quote
07-14-19, 07:52 AM   #2
Viryz
A Cyclonian
AddOn Compiler - Click to view compilations
Join Date: Apr 2009
Posts: 42
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
  Reply With Quote
07-14-19, 09:14 AM   #3
jeruku
A Cobalt Mageweaver
 
jeruku's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 223
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.
  Reply With Quote
07-16-19, 01:40 PM   #4
Embee
A Defias Bandit
Join Date: Jul 2015
Posts: 3
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
  Reply With Quote
07-16-19, 10:30 PM   #5
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Embee View Post
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
  Reply With Quote
07-17-19, 06:13 PM   #6
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
oops, meant
Code:
/console fstack_preferParentKeys 0
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » /fstack KgPanels, Details Damage Meter and Gnosis Castbars

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off