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,188
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 11-11-11, 12:47 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Thanks I have it now.
http://imgur.com/3EPU3

Currently extrapolating the regions trying to figure out the texture that is being the one displayed.

In the screenshot you see all active regions for the button.

Here we go. ActionButton1 does not have the error, so I check the regions of both buttons and there is the difference.

lua Code:
  1. if self:GetName() == "MultiBarBottomLeftButton1" then
  2.  
  3.       local num = select("#", self:GetChildren())
  4.       for i = 1, num do
  5.         local f = select(i, self:GetChildren())
  6.         if f:GetName() then
  7.           print("child: "..f:GetName().." type: "..f:GetObjectType())
  8.         end
  9.       end
  10.  
  11.       local num = select("#", self:GetRegions())
  12.       for i = 1, num do
  13.         local f = select(i, self:GetRegions())
  14.         if f:GetName() then
  15.           print("region: "..f:GetName().." type: "..f:GetObjectType())
  16.         end
  17.       end
  18.  
  19.       print("~~~~~~~~~~~")
  20.  
  21.     end

http://imgur.com/RSVaW

Bug is fixed. The bad texture is called "FloatingBG"

Fix: http://code.google.com/p/rothui/source/detail?r=784

Thanks sirann.
__________________
| 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 : 11-11-11 at 01:10 PM.
Report comment to moderator  
Reply With Quote
Unread 11-11-11, 02:49 PM  
sirann
A Flamescale Wyrmkin

Forum posts: 142
File comments: 46
Uploads: 0
Don't thank me, you did all the work. I just appreciate the fact that you took the time out to fix the error.

Thanks again man, have a great week
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 12:44 AM  
kazama14
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Getting nil function errors and odd borders around every button (I'm assuming blizz changed something) with 4.3 patch, switched to the version from your 4.3 PTR RothUI. The errors are gone but I still get the annoying borders which ruin the effect that this mod gives, any chance well be able see a fix for this?

Thanks in advance.
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 12:36 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Update for patch 4.3 is now live.
__________________
| 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, 01:40 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Fix for the Dominos issue is coming.
*edit* Dominos fix is available.
__________________
| 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 : 11-30-11 at 01:47 PM.
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 02:06 PM  
ronconsoda
A Defias Bandit

Forum posts: 3
File comments: 8
Uploads: 0
thanks
/ron
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
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, 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 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 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-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-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-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-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
Post A Reply



Category Jump: