View Single Post
07-08-13, 02:45 PM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Akatosh View Post
1. How can I do for One click (on kgpanels) open the bags, and one click more close the bags.?
Code:
if pressed then ToggleAllBags() end
Originally Posted by Akatosh View Post
2. how can I do for 1 click (on kgpanels) open the calendar, and one click close the calendar.?
Code:
if pressed then Calendar_Toggle() end
Originally Posted by Akatosh View Post
3. how can I do for a panel that show me the gold in that format?: 111g 111s 111c?

4. how can i do for panel of cords with xx, yy format?
kgPanels is not really meant for that sort of thing. I'd suggest using a DataBroker display with existing gold and coordinate plugins instead. StatBlocksCore can give you standalone blocks for each plugin if that's the kind of thing you're into, and you can attach a kgPanels background texture if you want. If you want a traditional "info bar" I'd recommend Bazooka.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote