Download
(126Kb)
Download
Updated: 05-06-12 04:17 AM
Updated:05-06-12 04:17 AM
Created:04-28-12 03:52 PM
Downloads:1,901
Favorites:1
MD5:

zz Actionbuttons

Version: 40300.Alpha.rev16
by: Rilgamon [More]

Actionbar replacement in development It will never offer Bartender/Dominos functionality. Its aimed at minimalism.
Mostly functional but not yet recommended for raiding or pvp.

todo:

- ExtraActionBar (Ultraxion)
- PossessionBar (Fix taints)

40300.16 06/May/2012

- hopefully fixed bar positioning

40300.14 04/May/2012

- added hide option for bars
- added an exitbutton (thanks zork :) ) but no prefs (size, reset) yet

40300.13 03/May/2012

- Rewritten

40300.7 28/Apr/2012

- Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 05-04-12, 08:48 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Hey Thanks! The code is handy until I figure out if it makes sense to combine the possessbar buttons and the exitbutton
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 05-04-12, 03:16 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
If you are not yet into visibility state drivers I suggest you take a look at it. Those can be pretty handy.

Simple script to show an vehicle exit button via

Lua Code:
  1. local veb = CreateFrame("BUTTON", nil, UIParent, "SecureHandlerClickTemplate")
  2.   veb:SetSize(30,30)
  3.   veb:SetPoint("CENTER",0,0)
  4.   veb:RegisterForClicks("AnyUp")
  5.   veb:SetNormalTexture(anyTexture)
  6.   veb:SetScript("OnClick", function(self) VehicleExit() end)
  7.   RegisterStateDriver(veb, "visibility", "[target=vehicle,exists] show;hide")
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 05-03-12, 01:26 PM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Originally Posted by jlrm365
Minimalism is always welcome.
I look forward to seeing what this is like.
atm its not yet ready for "real" use ... need to add support for the extrabar (ultraxion) and find a way to hide bars so they only appear on mouseover and vehicles need better testing
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 05-03-12, 11:46 AM  
jlrm365
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 113
Uploads: 1
Minimalism is always welcome.
I look forward to seeing what this is like.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: