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,232
Favorites:309
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 12-10-10, 09:44 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Check your "always show actionbutton" settings in your interface settings (actionbars).
__________________
| 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-10-10, 07:32 AM  
harl
A Murloc Raider
 
harl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 84
Uploads: 2
Hey.
For some reason, even after the spellbook / professions frame has been closed again, the action buttons' background colour/texture (the one getting visible when I drag anything that can be dropped to an action button) sometimes stays visible for me. This doesn't happen with every character (at least not every time I open one of those frames), so I'm not even sure something within rABS's scope is causing it, let alone if it can be fixed (easily) - just thought I'd let you know. It doesn't seem to happen without rABS at all, but I may as well be wrong here as it is a bit hard to test and verify.
Or is this a known issue (of known cause) that can be prevented somehow?
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 01:29 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
If you like rActionBarStyler and rActionButtonStyler you may like: http://www.wowinterface.com/download...ameStyler.html
__________________
| 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-17-10, 03:08 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
err...well it may look hacked because it is not intended. I wouldn't use rActionButtonStyler directly.

You could add it as optional dependancy and add a condition to use the rActionButtonStyler media folder instead if isAddonLoaded(...).

Styling wise...all you need to create a background behind your icon. A SetTexCoord for the icon to cut the edges and a border texture above.
__________________
| 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-17-10, 02:48 AM  
Luzzifus
A Warpwood Thunder Caller
 
Luzzifus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 94
File comments: 237
Uploads: 6
How do you style your buffs/debuff icons in RothUI?

I ask because I tried to style my buff icons (nivBuffs) with rActionButtonStyler. My approach was to "fake" an action button by creating empty frames and textures for the missing things and then do an ActionButton_Update()-call for my buttons. That kinda worked but it didn't look like expected in the end and also feels more or less hacked.

So is there a way I can use rActionButtonStyler to style my aura icons?
Report comment to moderator  
Reply With Quote
Unread 11-05-10, 11:00 AM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Originally posted by sephra
Not sure which forum this should be for ya zork, but since its a style issue... Anyway to have your rActionButtonStyler affect your rfilter3 addon as well. Be nice to keep all the buttons looking sexy. Dunno how hard that would be to do, Seems logical though.
for rfilter3 you need to change the image path to rABStyler.
the lines where the images are "called" in the core.lua:

line50:
Code:
gl:SetTexture("Interface\\AddOns\\rTextures\\simplesquare_glow")
line55:
Code:
ba:SetTexture("Interface\\AddOns\\rTextures\\d3portrait_back2")
line67:
Code:
bo:SetTexture("Interface\\AddOns\\rTextures\\simplesquare_roth")
could be the you might need to adjust the code around the lines above to get it working correct ^^
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 05:05 AM  
TzuArath
A Murloc Raider

Forum posts: 4
File comments: 9
Uploads: 0
I cant get it to apply to buffs, it just show the normal texture...
Report comment to moderator  
Reply With Quote
Unread 10-31-10, 11:55 PM  
sephra
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Not sure which forum this should be for ya zork, but since its a style issue... Anyway to have your rActionButtonStyler affect your rfilter3 addon as well. Be nice to keep all the buttons looking sexy. Dunno how hard that would be to do, Seems logical though.
Report comment to moderator  
Reply With Quote
Unread 10-28-10, 01:19 AM  
neverg
A Frostmaul Preserver
 
neverg's Avatar
AddOn Author - Click to view AddOns

Forum posts: 268
File comments: 498
Uploads: 2
Re: Re: Bug on Cataclysm

Originally posted by zork
Thx for posting but it says "rActionBarStyler\bars\bar1.lua" not rActionButtonStyler. So the problem will be discusses there.
Jeez my bad. 5 AM in the morning and I Can't read anymore it seems. Sorry. Anyway this "change" is for sure affecting several Addons. I thought I posted in BarStyler.
__________________
My oUF Layout: oUF Lumen
Last edited by neverg : 10-28-10 at 01:20 AM.
Report comment to moderator  
Reply With Quote
Unread 10-28-10, 01:18 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Bug on Cataclysm

Thx for posting but it says "rActionBarStyler\bars\bar1.lua" not rActionButtonStyler. So the problem will be discussed there.
__________________
| 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 : 10-28-10 at 01:30 AM.
Report comment to moderator  
Reply With Quote
Unread 10-27-10, 07:15 PM  
neverg
A Frostmaul Preserver
 
neverg's Avatar
AddOn Author - Click to view AddOns

Forum posts: 268
File comments: 498
Uploads: 2
Bug on Cataclysm

zork, everything worked fine on the Beta till today's update (that gave us the cool Dragon Login Screen ).

I can't test this on Live as my subscription ran out (will be back for CC!), but on the Beta after the patch I get some taint error.

lua Code:
  1. Message: Interface\FrameXML\RestrictedExecution.lua:414: Invalid working environment
  2. Time: 10/28/10 02:13:15
  3. Count: 1
  4. Stack: [C]: ?
  5. Interface\FrameXML\RestrictedExecution.lua:414: in function <Interface\FrameXML\RestrictedExecution.lua:412>
  6. (tail call): ?
  7. Interface\FrameXML\SecureHandlers.lua:489: in function <Interface\FrameXML\SecureHandlers.lua:467>
  8. [C]: in function `SetAttribute'
  9. Interface\FrameXML\SecureHandlers.lua:663: in function <Interface\FrameXML\SecureHandlers.lua:652>
  10. (tail call): ?
  11. Interface\AddOns\rActionBarStyler\bars\bar1.lua:75: in function <Interface\AddOns\rActionBarStyler\bars\bar1.lua:67>
  12.  
  13. Locals: (*temporary) = "Invalid working environment"

Either Blizzard changed something on the Secure handlers or they screwed up some code and created a bug.

From what I gathered it's happening with other ActionBars too.
__________________
My oUF Layout: oUF Lumen
Last edited by neverg : 10-27-10 at 11:20 PM.
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 12:55 AM  
RuuddieBoy
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by zork
Install tullaRange. That mod does that and uses the least CPU usage.
http://www.wowinterface.com/download...ullaRange.html
Thanks, works like a charm!
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 03:52 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Install tullaRange. That mod does that and uses the least CPU usage.
http://www.wowinterface.com/download...ullaRange.html
__________________
| 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 10-24-10, 11:32 AM  
RuuddieBoy
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
I haven't quite read all replies, and I'm actually fairly sure this has been asked before, but I saw that the keyword 'range' was found quite a lot. So here goes:
Is there a way to make icons show a different color when the target is out of range for the spell?
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 01:38 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Congratulation you got 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)
Last edited by zork : 10-21-10 at 01:50 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: