Download
(4Kb)
Download
Updated: 08-16-18 01:34 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-16-18 01:34 PM
Created:12-27-08 08:46 PM
Downloads:85,315
Favorites:308
MD5:
Categories:Action Bar Mods, Buff, Debuff, Spell

rButtonTemplate  Popular! (More than 5000 hits)

Version: 800.20180816
by: zork [More]


Intro

rButtonTemplate is a framework to theme Blizzard action, aura and item buttons. It does nothing on its own, needs a theme like rButtonTemplate_Zork.
API documentation
rButtonTemplate API documentation
Quick-Links
rActionBar, rActionBar_Zork, rBuffFrame, rBuffFrame_Zork, rButtonTemplate, rButtonTemplate_Zork
Git
https://github.com/zorker/rothui/tre...ButtonTemplate

Optional Files (20)
File Name
Version
Size
Author
Date
Type
800.20180901
14kB
09-02-18 03:34 AM
Addon
801-2018081101
4kB
08-11-18 04:55 AM
Addon
700.20161004
23kB
10-04-16 06:24 AM
Addon
1.3
80kB
11-29-10 02:09 PM
Addon
1.0
22kB
11-14-10 06:23 PM
Addon
1.2
24kB
11-09-10 02:59 PM
Addon
1.0
3kB
11-05-10 09:22 AM
Addon
rev3
6kB
07-06-10 06:25 PM
Addon
1.0
8kB
04-25-10 01:32 PM
Patch
1.0
2kB
12-06-09 12:47 PM
Addon
1.0
3kB
08-18-09 11:37 AM
Addon
1.0
10kB
07-06-09 12:02 PM
Addon
v1
16kB
06-17-09 06:57 PM
Addon
v1.3
18kB
02-19-09 12:10 PM
Addon
001
21kB
01-23-09 03:24 AM
Addon
1.0
5kB
01-22-09 09:38 AM
Addon
003
6kB
01-20-09 08:16 PM
Patch
001
15kB
01-20-09 03:59 PM
Addon
001
10kB
01-20-09 03:58 PM
Addon
0.1
7kB
01-17-09 10:12 AM
Addon


Post A Reply Comment Options
Unread 02-16-12, 08:26 AM  
ronconsoda
A Defias Bandit

Forum posts: 3
File comments: 8
Uploads: 0
To all those Dominos users who want to keep using this addon add the following to the init() function:

Code:
	for i = 1, 60 do
		local bu = _G["DominosActionButton"..i]
		if bu then
			styleActionButton(bu)
		end
	end
Report comment to moderator  
Reply With Quote
Unread 02-16-12, 03:02 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
The update from yesterday is quite a rewrite on how the style functions get called. I know some of you use this mod together with Dominos.
This may not work anymore with the latest version because I removed most of the ActionButtonTemplate hooks.

Gonna look into it.
__________________
| 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 01-20-12, 12:54 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Added a new style function for the ExtraActionButton1.

Result:


Function:
http://code.google.com/p/rothui/sour...vn796&r=796#86
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 01-20-12 at 12:56 PM.
Report comment to moderator  
Reply With Quote
Unread 12-05-11, 12:06 PM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Originally Posted by Haleth
but this won't restyle the ExtraActionButton .
This! Thanks
Report comment to moderator  
Reply With Quote
Unread 12-05-11, 03:05 AM  
Haleth
This Space For Rent
 
Haleth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1173
File comments: 1146
Uploads: 17
Hey zork,

Not sure if this is intentional, but this won't restyle the ExtraActionButton . The regular function doesn't work if you add it, too, because that the button doesn't appear to have a NormalTexture.

It works fine if you make an exception for it (not sure about taint though).
Last edited by Haleth : 12-05-11 at 03:43 AM.
Report comment to moderator  
Reply With Quote
Unread 12-05-11, 01:16 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by PatrickC
In any case, thanks for your mods, couldnt live without them anymore.
Thanks but you should really consider that.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 12-05-11 at 01:20 AM.
Report comment to moderator  
Reply With Quote
Unread 12-04-11, 09:15 PM  
PatrickC
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Thank you, everything looks good now.
The only thing I noticed is TullaRange isnt coloring the button borders anymore, only the icon texture itself. Just nitpicking but I'll throw it out there since it used to color the whole button.
In any case, thanks for your mods, couldnt live without them anymore.
Report comment to moderator  
Reply With Quote
Unread 12-04-11, 04:59 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Finally. I found my error. Fix is coming.

*edit* version 40300.03 is up.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 12-04-11 at 05:20 PM.
Report comment to moderator  
Reply With Quote
Unread 12-03-11, 08:27 PM  
Lord_Doom
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 9
Uploads: 1
Well here is the file for ActionButton.lua in Build 15005,

http://wow.go-hero.net/framexml/15005/ActionButton.lua

This is a taint report example Im getting on my end, it actually occurs to every action button including pet bars, vehicle bars, etc.

Code:
12/3 15:41:53.196  An action was blocked in combat because of taint from rActionButtonStyler - MultiBarBottomRightButton7:Show()
12/3 15:41:53.196      Interface\FrameXML\ActionButton.lua:246
12/3 15:41:53.196      ActionButton_Update()
12/3 15:41:53.196      Interface\FrameXML\ActionButton.lua:484
12/3 15:41:53.196      ActionButton_OnEvent()
12/3 15:41:53.196      Interface\FrameXML\ActionButton.lua:105
Last edited by Lord_Doom : 12-03-11 at 08:38 PM.
Report comment to moderator  
Reply With Quote
Unread 12-02-11, 09:30 PM  
Turulo
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I just want to thank you for this addon. And I love it just as it is out of the box, I didn't even had to configure it.

I have rBuffFrameStyler for a some time now but this one finally liberated me from masque/bfacade.
Report comment to moderator  
Reply With Quote
Unread 12-02-11, 07:07 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
I'm getting a pretty wierd taint from rActionButtonStyler that I will look into. Currently no clue because all the lines refered in the taint are in Blizzard code which I have no access to.
__________________
| 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 12-01-11, 02:41 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Good to hear that. Honestly, I only care about bar 1,3,4,5 and 6.
I could raise the framelevel of the button but I don't want to mess up someones code.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 12-02-11 at 06:58 AM.
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 07:18 PM  
PatrickC
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
With both latest versions of Dominos and rABS only certain bars show up with the shadow backdrop. Bars 1-3-4-5-6 are working fine. Bars 2-7-8-9-10 have no shadow.
Everything else works flawlessly.
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 03:10 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
No problem.
__________________
| 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 11-30-11, 03:01 PM  
Linkszwodrei
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Sorry to spam, but I really don't understand what I'm doing wrong Oo
I've actually deleted the complete Interface + WTF Folder and installed just rActionButtonStyler + rActionBarstyler. But it simply doesn't change the style of the bars - rActionBarstyler works without a problem.

I don't get an error message at all. Do you have any idea whats going on?
I love this addon and would like to use it again

-edit-
Ok forget about it... I forgot to save my previous configuration and have to do everything again - but it seems to be working

Sorry for the circumstances
Last edited by Linkszwodrei : 11-30-11 at 03:04 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: