View Single Post
10-18-12, 10:06 AM   #1
jlrm365
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 113
Question Pet Action Bar - BORDER - Hide how?!

Hello.

I play with the default interface and would like to continue doing so.
One tweak I would like to make, however, is to remove the chunky border around the pet bar - when not using the extra action bars.
For those who haven't seen that border (in a while), this is what I mean. Look at the pet bar:

PET BAR BORDER

I found some "how to make a script" pages and also did /framestack. I thought I had identified the element to hide:
PetActionBarFrame

That seems to be incorrect as, when I add create an addon with the line
PetActionBarFrame:Hide();
the chunky frame remains - but the buttons vanish.

I don't want a complicated addon. I would just like to be able to add something small, to hide that border. Does such an addon exist?
Otherwise, which is the correct element to hide and how should it be scripted?
Thanks very much for reading

EDIT:

Ok. It's been solved and was, as a lot of things are, remarkably simple.
Leatrix - of the Leatrix Plus addon - pointed it out what I needed to do.

I've created and uploaded the resulting addon. It can be found here: Pet Bar Border
"Problem" more than solved / no more input needed.

Thanks, Leatrix!


Last edited by jlrm365 : 10-18-12 at 02:07 PM. Reason: "Problem" more than solved / no more input needed.
  Reply With Quote