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.
-
View User Profile
-
Send Message
Posted May 23, 2009What I'm after includes a few "variables". Somewhat difficult to explain. I use SimpleThreatMeter. I have made a set of panels to "frame" it. I cannot parent nor anchor to it. So, using scripts I would like to have the panel show during the following events.
1. In combat + 2. In party / raid (with or without pet active) 3. Not in party / raid WITH pet active.
and just always hide ooc. Here is what I have so far but this is lacking the party/raid check and has me somewhat baffled...
OnLoad if select(2, UnitClass("player")) == "HUNTER" then self:RegisterEvent("PLAYER_REGEN_ENABLED") self:RegisterEvent("PLAYER_REGEN_DISABLED") end self:Hide()
OnEvent if event == "PLAYER_REGEN_ENABLED" then self:Hide() elseif event == "PLAYER_REGEN_DISABLED" and UnitExists("pet") then self:Show() end
Thanks for the help. Since I've been getting better at Kgpanels, I'm only loving it more and more. Thanks for the help.
- Arrowsong
-
View User Profile
-
Send Message
Posted May 21, 2009set the background style to none
-
View User Profile
-
Send Message
Posted May 20, 2009I recently stopped using Discord Art due to it causing major lag, everyone recommended KG panels as the art mod to use, but I ran into a problem.
My image is 512x512 and previews of it show up in kg panels, but I cannot get it to show up in an actual panel (unless I click tile background ><).
here is the image if it helps: http://rapidshare.com/files/235373238/texture1.rar.html
-
View User Profile
-
Send Message
Posted May 16, 2009-
View User Profile
-
Send Message
Posted Jun 9, 2009/script message(GetMouseFocus():GetName())
-
View User Profile
-
Send Message
Posted May 10, 2009-
View User Profile
-
Send Message
Posted May 25, 2009-
View User Profile
-
Send Message
Posted May 25, 2009-
View User Profile
-
Send Message
Posted May 6, 2009-
View User Profile
-
Send Message
Posted May 6, 2009Whenever i save a file using Photoshop as a .tga it gives it a solid fill white background (despite i save it as a checkered "empty" background), i cant see any help on the site after a mind numbing search, any help will be appreciated. thanks in advance
-
View User Profile
-
Send Message
Posted May 5, 2009not there isnt at this time.
-
View User Profile
-
Send Message
Posted May 5, 2009Is there a global lock/unlock option?
-
View User Profile
-
Send Message
Posted May 3, 2009-
View User Profile
-
Send Message
Posted May 25, 2009-
View User Profile
-
Send Message
Posted May 25, 2009-
View User Profile
-
Send Message
Posted Apr 30, 2009Yes, they are different profiles.
-
View User Profile
-
Send Message
Posted Apr 29, 2009-
View User Profile
-
Send Message
Posted May 25, 2009-
View User Profile
-
Send Message
Posted May 23, 2009-
View User Profile
-
Send Message
Posted May 23, 2009