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,279
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 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, 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, 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, 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-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-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, 07:52 AM  
sirann
A Flamescale Wyrmkin

Forum posts: 142
File comments: 46
Uploads: 0
The first screen shot is me just mousing over the small button background, but not over the button itself.

The second screenshot is me mousing over the button itself.

I was very careful to ensure that I was actually over the frame, and not just hovering over the UIParent.

http://i.imgur.com/1Rm86.jpg

http://i.imgur.com/0QxuQ.jpg
Report comment to moderator  
Reply With Quote
Unread 11-11-11, 02:34 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Hmmmm. Will do another check. Do me a favor. Type in /fstack in the chat and hover one of the buttons that looks wierd. Post me a screenshot of the tooltip.
__________________
| 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 02:35 AM.
Report comment to moderator  
Reply With Quote
Unread 11-11-11, 12:49 AM  
sirann
A Flamescale Wyrmkin

Forum posts: 142
File comments: 46
Uploads: 0
I deleted my interface and wtf folder, re downloaded roth ui beta from the link earlier provided. I only enabled the bar and button addon and blew the bars up. Enclosed is the picture I logged into.

Always display action bars was unchecked upon login.

http://i.imgur.com/KlPPT.jpg
Report comment to moderator  
Reply With Quote
Unread 11-10-11, 06:52 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Maybe you have an addon called xuButtonShadow activated. That is incompatible to the latest rActionButtonStyler. Otherwise no clue.
Try only activating the two mods and check the result. I have no issues.
__________________
| 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-10-11, 03:30 PM  
sirann
A Flamescale Wyrmkin

Forum posts: 142
File comments: 46
Uploads: 0
I hate to bug you, but have you had the time to check what's going on?
Report comment to moderator  
Reply With Quote
Unread 10-28-11, 02:18 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
I will recheck 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)
Report comment to moderator  
Reply With Quote
Unread 10-27-11, 02:05 PM  
sirann
A Flamescale Wyrmkin

Forum posts: 142
File comments: 46
Uploads: 0
This could be some sort of newly added blizzard coding to show this button border, or a change in the api or what not. Trying to use bstyle (an addon similar to your own) I get very similar results, main bar and stance bar don't have this but the other bars do.
Report comment to moderator  
Reply With Quote
Unread 10-27-11, 06:43 AM  
sirann
A Flamescale Wyrmkin

Forum posts: 142
File comments: 46
Uploads: 0
:/ thank you for the help and addon once again. I apologize for the relatively dumb problem.

Edit: I logged on and tested this. Unchecked and restarted the game, still showing the same transparent background around the buttons.

link:
http://i.imgur.com/uWwnR.jpg
Last edited by sirann : 10-27-11 at 10:21 AM.
Report comment to moderator  
Reply With Quote
Unread 10-27-11, 01:07 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Odd button background frame

You have your actionbars set to be always visibile. rActionBarStyler is nothing else but the Blizzard actionbars. If you think of the default MainActionBar of Blizzard is has a huge texture in the background. That's why they only have a background for bar 2,3,4 and 5. They have not needed one for bar 1. Problem can be solved by disabling the "always visible" option in your actionbar settings. Alternatively put an actionbar background behind your first bar if you need one.
__________________
| 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-27-11 at 01:09 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: