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,275
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 05-04-09, 10:41 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 light007
Hi Zork,

thank you for this nice button skinner - i am using it with dominos and it works very good - except the thing with the name and hotkey text - they disapear after a while. Doing like state many times here /rl brings them back.

I did all changes you advices - but the issue is still not solved.
Can you please take a closer look into this issue - i don't wont to swith to ButtonFacade - why waste memory.
Have you adjusted the hotkey function aswell?
Code:
local function rActionButtonStyler_AB_hotkey(self, actionButtonType)
  local hotkey = _G[self:GetName().."HotKey"]
  if hotkey then
    hotkey:Hide()
  end
end
Make it hotkey:Show()
__________________
| 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 : 05-04-09 at 10:42 AM.
Report comment to moderator  
Reply With Quote
Unread 05-04-09, 06:48 AM  
light007
A Kobold Labourer

Forum posts: 1
File comments: 12
Uploads: 0
Originally posted by zork
Hotkeys are hidden by default. If you want to show them you need to edit ho:Hide() and hotkey:Hide(), Same goes for na:Hide()
Hi Zork,

thank you for this nice button skinner - i am using it with dominos and it works very good - except the thing with the name and hotkey text - they disapear after a while. Doing like state many times here /rl brings them back.

I did all changes you advices - but the issue is still not solved.
Can you please take a closer look into this issue - i don't wont to swith to ButtonFacade - why waste memory.
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 06:32 PM  
Dunrotar
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by Vaihnae

Is there a way to get this beautiful mod running with SBF?
Seconded! Thats only thing holding me back from adopting this addon and getting rid of the 2mib bloat of buttonfacade.

Support for Satrinas would be perfect. Is there an easy way to include it in the code?

Thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 05-02-09, 08:53 AM  
Vaihnae
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 9
Uploads: 1
Originally posted by Shestak
I was not correctly expressed a little. These options are changed.
An example - I come into game, names are shown. And here I try any actions. And here sometimes names vanish. And any errors does not jump out. Simply sometimes vanish, and then again appear.
Thankful in advance.
Same here :'(

Another question:
Is there a way to get this beautiful mod running with SBF?

~Vaih
Last edited by Vaihnae : 05-02-09 at 09:05 AM.
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 10:59 AM  
putska
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Originally posted by Shestak
I was not correctly expressed a little. These options are changed.
An example - I come into game, names are shown. And here I try any actions. And here sometimes names vanish. And any errors does not jump out. Simply sometimes vanish, and then again appear.
Thankful in advance.
I had the same problem.
I also changed the code, when I entered the game, all buttons were normal.
But once I entered combat and cast the magic, the hotkey no. or macro names were vanished. after /rl it became normal again, but vanished again after combat.

PS: My actionbar UI is the latest version of Dominos.
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 04:46 AM  
Shestak
A Deviate Faerie Dragon
 
Shestak's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 65
Uploads: 1
Originally posted by zork
Hotkeys are hidden by default. If you want to show them you need to edit ho:Hide() and hotkey:Hide(), Same goes for na:Hide()
I was not correctly expressed a little. These options are changed.
An example - I come into game, names are shown. And here I try any actions. And here sometimes names vanish. And any errors does not jump out. Simply sometimes vanish, and then again appear.
Thankful in advance.
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 04:00 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 Shestak
Periodically names of macroes and the name of the appointed keys vanish. Prompt please how to rectify the given error?
I use version 004-2
Hotkeys are hidden by default. If you want to show them you need to edit ho:Hide() and hotkey:Hide(), Same goes for na: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 04-23-09, 05:34 PM  
Shestak
A Deviate Faerie Dragon
 
Shestak's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 65
Uploads: 1
Periodically names of macroes and the name of the appointed keys vanish. Prompt please how to rectify the given error?
I use version 004-2
Report comment to moderator  
Reply With Quote
Unread 04-21-09, 12:46 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by Shoy
Howdy Zork,

I somehow can't remember how to get the gloss effect working again. I'm not using any packaged UI's, just a combination of stand-alones. Could you show me what to change in the .lua to get the glossiness back?

I have the latest version btw. Thanks in advance.
set the color to 1,1,1 (r,g,b) and use the roth texture style.
__________________
| 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 04-21-09, 12:10 PM  
Shoy
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Howdy Zork,

I somehow can't remember how to get the gloss effect working again. I'm not using any packaged UI's, just a combination of stand-alones. Could you show me what to change in the .lua to get the glossiness back?

I have the latest version btw. Thanks in advance.
__________________
Report comment to moderator  
Reply With Quote
Unread 04-20-09, 04:15 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
That would explain it

Works flawlessly now, thanks !
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 04-20-09, 01:13 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 Caellian
range indicator
That is the range indicator. It is only shown if a button has no keybinding set.
Check your ButtonStyler.lua for the HotKey func. It must look like this:
Code:
local function rActionButtonStyler_AB_hotkey(self, actionButtonType)
  if (not actionButtonType) then
    actionButtonType = "ACTIONBUTTON";
  end
  local hotkey = _G[self:GetName().."HotKey"]
  local key = GetBindingKey(actionButtonType..self:GetID()) or GetBindingKey("CLICK "..self:GetName()..":LeftButton");
 	local text = GetBindingText(key, "KEY_", 1);
  hotkey:SetText(text);
  hotkey:Hide()
end
If it does not you do not have the latest version, just download the latest. (RedRange is not needed anymore too). I had to remove the Range_Indicator = "" line because of an error that would be produced by the WatchFrameQuestButton otherwise.
__________________
| 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 : 04-20-09 at 01:14 AM.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 05:26 PM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
I have some kind of bug, look at the screenshot, the topleft and bottom left bar (you probably will have to zoom in), there's an interrogation mark displayed outside, top right of some button, what is it and how to hide it ?



Those bars are MultiBarRight and MultiBarBottomLeft
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Last edited by Caellian : 04-19-09 at 05:35 PM.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 04:21 PM  
sweede
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 16
Uploads: 3
ya im using that, rActionbarStyler owns goats

Whats odd is that the default stance bar texture is hidden until the pet frame appears (or when I'm on my paladin, i get in a vehicle).

Originally posted by zork
What kind of barmod are you using? The rActionBarStyler? Then you need some transparent textures that will overwrite the default blizzard ones. I probably forgot adding them . Roth UI does have them. They can be found under the Interface folder.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 04:15 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
What kind of barmod are you using? The rActionBarStyler? Then you need some transparent textures that will overwrite the default blizzard ones. I probably forgot adding them . Roth UI does have them. They can be found under the Interface folder. I updated the rActionBarStyler download, so they are now included aswell.
__________________
| 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 : 04-19-09 at 04:21 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: