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.
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.
I have the same problem. Creating panels or changing anything on a panel is too painstaking because each requires a reloadui. I was about to disable it when I decided to have a fiddle to see if I could resolve it myself. Perhaps a clashing addon? The problem appears to only effect some drop-downs, I had problems with background texture and border. I also found that by choosing from another drop-down ( I re-choose the font under Text Options ) when the problem occurred, I was then able to make a selection without /reloadui.
I'm relatively new to Lua, and I'm having trouble getting onClick to do what I want.
Screenshot for reference.
I want, when I click on my (Gerudo) panel, to have it target myself, and when I click on it's twin on the other side of the screen for it to open the unit menu (invite, inspect, whisper, etc.) Does anyone have the lines of code I need to make this happen, or can you point me in the direction of someone who does? Thanks,
Gerudo