Create panels for customizing your UI, sucessor to eePanels
OnClick now provides a pressed and released variable you can check for.
if pressed then -- do mouse down actions elseif released then -- do mouse up actions end
This means your script will get called twice when someone clicks the panel.
Here is a youtube link to a video Tutorial
Ive created an Example Texture Pack.
This example pack is just a template. If you want to use it as a storage spot for your art, look at the read me file for directions on usage.
Same here
So for the life of me I cant figure out how to get my art into the addon. I have put the art into a folder within the wow folder, used the \\ in front of each folder and at the beginning and all I ever get is just a solid green field.
https://www.wowace.com/addons/kg-panels/files/8057-r438/ update on here
Is it possible to run a macro through clicking on a panel? For example, I want to make a panel that when clicked once, it will run /on then clicked again to run /off.
I've been trying to figure out how to make a panel switch between two different alpha values when clicking the panel.
I thought this would do the trick:
if pressed then
..if self:GetAlpha(.75) then
....self:SetAlpha(.25)
..else
....self:SetAlpha(.75)
..end
end
But it only makes the panel get an alpha value of .25 when I click it the first time. When I click it again it does not go back to .75.
How do I make the panel truly toggle-able?
Any help would be greatly appreciated!
hello, i have made a overlay and imported it into kgpanels it show up but what the problem is that when i import it in kgpanels there is a white background on it and its not transparent and idea how to fix it:
Ingame:
https://gyazo.com/c45c166d05ce92a5c78033f4c6e2e05d
how it should look like :
http://i.imgur.com/AonLhOp.png
if you're using photoshop use Save to Web and check the box that says "keep transparency". There may be a better way but this is how I keep transparency on my PNGs.
When will this addon be updated?
It just updated for me to r438, i used Curse client.
He's not lying, you can see it right here, it's an alpha version thou so you might not get it unless you change some settings in your client.
right click the addon in the curse client and set preferred release typ to alpha. it will give you an update which works
Got a new issue with building my legion UI from scratch.
My steps are as followed;
Screenshot ingame,
Open in Photoshop
Outline where I want to make art
Save for web then png (because doing .tga from the start doesnt work)
Open the png into gimp ( made sure the png was saved 512x512 )
Export as .tga
Make panel in kgpanels
and the result is shown below where the original made in photoshop is what I want, but ingame I end up with a a lot smaller one and wierd white lines around the art. Any clues?
http://i.imgur.com/vFxfkSz.png
its been a while since i used this, but when i wanted to get pixel perfect i remember a setting called inset that had to be zeroed out on all sides
Opened this up, hoping for something like how eepanels used to be.. had no idea what anything meant, and couldn't get any background panels no matter what I tried. Oh well.
It seems that I'm too stupid for this add-on.
Hi I have a pretty good idea for the Active Panels list. Instead of having to scroll down to find a frame name why not have a search box so the first letter will bring up all the frames starting with that one letter and gets smaller and smaller till it's one frame if it's matching the search exactly. If not then have it show the closest frame name to whatever is in the search box.
Also it would be nice to have the freedom to choose which frame names you want showing in order. Or default the way it is now.
And last I wish there was some kind of script sharing libary in kgPanels. So if someone was looking for a certain script function they could search the script libary in kgPanels, type in what kind of function or command and have a list of different scripts with a brief description on what it does. For thoses who don't write or understand code having a script libary would be a great assist. If someone had a script they just made and wanted to share they could upload it to the kgPanels Script Libary. :D
If a script sharing libary for kgpanels would take up to much memory; then a website would sure work.
All you would have to do is add a link in the add-on that will take you off wow and to the website.
Anyone got a link to some artwork for this addon? And can't get it to load. it threw off a bunch of errors and I've nothing on but this addon and addon control panel.
Is it safe to assume that is addon isn't going to be updated anytime soon? I'd like to try something othet than Sunnart
The profile function doesn't seem to work.
I use these for custom background panels behind my chat instead of using the chat frame backgrounds. All my normal characters use the "Default" profile, since all of their chat frames are set up the same, but my bank toon is slightly different, so I use the "Charactername - Realm" profile. Unfortunately, when I make an adjustment to a panel on my bank toon, specifically the border checkboxes in the advanced texture options, that change shows up on the "Default" profile as well.
Is this a bug or am I missing something?
EDIT: I was missing something. For some weird reason, profiles share layouts instead of being isolated like normal profiles. I made separate layouts for my separate profiles.