kgPanels
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.
Where should I put the art (Like Diablo styled panel) file so it can be relative to the WoW folder?
Is there anyone here that is good with kgpanels. I haven't used it since end game cata/start of MoP. I left for a while and when I came back things seemed messed up and my scripts were not working...now I no longer have the scripts since my computer died.
I had a script that would increase my frame and boarder frame by some amount depending upon the number of people in the raid group but I noticed there was some change (?) recently where you can no longer get the number of raid members in your group and it only goes by party members or something. Is there a work around for this?
Also, I had a script that would cause my frames (and with them my bartender4 bars) to dissappear when i was in a city and out of combat when in the city as well.
Would anyone be willing to help me out here or meet up with me on skype/ventrillo to work through this. I'm not as good with LUA as I am with other programming.
Thanks in advance!!!
-Genvezax
Hello guys,
I am currently using a script to make my panel appear in combat and disappear when ooc.
However, I like to add a fade-in fade-out delay (like 1second delay) when appearing and disappearing.
Does anyone know how to do it? Thanks in advance!
This is the script I am using currently.
On Load
self:RegisterEvent("PLAYER_REGEN_DISABLED")
self:RegisterEvent("PLAYER_REGEN_ENABLED")
On Event
if event == "PLAYER_REGEN_ENABLED" then
self:Hide()
elseif event == "PLAYER_REGEN_DISABLED" then
self:Show()
end
Check out this tutorial video on setting up KG panels!
I am still using v 1.13. Any time I update from that old version, my panels are totally out of wack (different spot).
Any work around for this?
Hello,
since patch 5.4 after every reload/login an other panel is gone. example: i have panel 1-4 Login: 1-4 works Join Raid: 1+2+3 work and panel 4 is gone Reload UI: 1+3 work and now are panel 2+4 gone
I love this addon pls fix it :)
Hello,
since patch 5.4 after every reload/login an other panel is gone.
example: i have panel 1-4
Login: 1-4 works
Join Raid: 1+2+3 work and panel 4 is gone
Reload UI: 1+3 work and now are panel 2+4 gone
I love this addon pls fix it :)
I can see all of my images in my \\interface\\art. But when i go to impot ANY file, all I get is this green fucking box,....................................................................................................EVERYTIME?
PLEASE HELP ME
ok, i know this particular addons goes back to wrath of the lich king, but is there an addon like this that works for vanilla wow? or could i maybe get this addons to work in vanilla if i changed somekind of settings or files?
Watching the tutorials for how to use this add-on... honestly, it's too much work for too little reward.
This might be a really dummie question but , how can i use kgpanels to send a mesage in game
like saying , Hello World! , in a macro i would use /say Hello World! , but how can i do that on kgpanels ?
Thanks
SendChatMessage("Hello World!")
be sure out of date addons are enabled. i havent bump the toc to the config in a bit. its been very very busy at work and i blew my knee out so i havent been on the site much lately
Hi, so I used to use this a long time ago. Recently came back to WoW, reinstalled kgP On the addons selection, it tells me kgPanels is fine, but the config for it is out of date. When I type "/kgpanels config" it just says something like "kgPanels: INTERFACE_VERSION" and does nothing.
I installed from curse, then after I discovered this, I downloaded most recent version from here, and it's still doing it. /: Help?
Hi,
I'm using this addon as it was included in the now dormant "Arkiveui"- Addon-Pack, so I'm a bit afraid of breaking everything when messing with the config the original Arkiveui-Author has made a long time ago.
I wonder if someone has managed to make the panels disappear when entering a pet battle, and could give me a hint as where to tweak the config to get there?
Thanks in advance
Thilo
question, I have kgpanels installed however ikgpanel "config" says it is out of date when i try to load it up to do some editing. Is there anyway to fix this or did i do something wrong? I had it installed previously but then tried a different group of ui mods that ive since deleted it worked before what am i missing? thanks in advance
Im trying to move a bartender 4 bar useing the Bartender4.Bar.barregistry set position I can not seem to find the right point any help would be greatful
Hi Kagaro, hi Stanzilla!
First I would like to thank you for this nice addon. You have done a very good work! Thanks a lot!
I would like to ask for a feature request: Do you think it is possible to rotate text from kgpanel around 90°? And if so, may I ask you to think about implementing it to kgpanels?
I have three boxes which got titled explicitly with its functions. I would prefer the text to be rotated around 90° counterclockwise.
Thanks a lot for your reply. Viprex
I have been having a issue lately where whenever I try to change a panels border kgpanels glitches. I don't get an lua error message either.
Example: I change the regular kgpanels border to "Blizzard achievement" on accident. If I go back to change it to something else, then kgpanels glitches and prevents me from picking something else unless I do a /reload.
Do you have any suggestions as to what I can do to fix this?
I have the exact same issue.