Download
(14Kb)
Download
Updated: 08-16-18 01:18 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-16-18 01:18 PM
Created:01-09-09 09:43 PM
Downloads:129,648
Favorites:284
MD5:

rActionBar  Popular! (More than 5000 hits)

Version: 800.20180816
by: zork [More]


Intro

rActionBar is a framework for Blizzard actionbars. It does nothing on its own, needs a layout like rActionBar_Zork.
API documentation
rActionBar API documentation
Quick-Links
rActionBar, rActionBar_Zork, rBuffFrame, rBuffFrame_Zork, rButtonTemplate, rButtonTemplate_Zork
Requires
rLib
Git
https://github.com/zorker/rothui/tre...8.0/rActionBar

Optional Files (3)
File Name
Version
Size
Author
Date
Type
800.20180901
2kB
09-02-18 03:34 AM
Addon
801-2018081101
2kB
08-11-18 04:38 AM
Addon
700.20161004
1kB
10-04-16 06:07 AM
Addon


Post A Reply Comment Options
Unread 09-27-12, 08:59 PM  
daladin
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
OVERRIDE BAR can support uselayout2x6 with Bar1?

OVERRIDE BAR can support uselayout2x6 with Bar1?
thanks.
Report comment to moderator  
Reply With Quote
Unread 09-26-12, 02:38 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: BAR3 uselayout2x6

The bar does not have that feature by default. You need to hack code and add it. Examples on how to do it is given in bar2.
__________________
| 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 : 09-26-12 at 02:38 AM.
Report comment to moderator  
Reply With Quote
Unread 09-26-12, 12:08 AM  
marveL.
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
BAR3 uselayout2x6

Hi, help plz.
Code:
    --BAR 3
    bar3 = {
      enable          = true, --enable module
      uselayout2x6    = true,	  
      scale           = 1.00,
      padding         = 2, --frame padding
      buttons         = {
        size            = 26,
        margin          = 5,
      },
      pos             = { a1 = "BOTTOM", a2 = "BOTTOM", af = "UIParent", x = -1, y = 92 },
      userplaced      = {
        enable          = true,
      },
      mouseover       = {
        enable          = false,
        fadeIn          = {time = 0.4, alpha = 1},
        fadeOut         = {time = 0.3, alpha = 0.2},
      },
      combat          = { --fade the bar in/out in combat/out of combat
        enable          = false,
        fadeIn          = {time = 0.4, alpha = 1},
        fadeOut         = {time = 0.3, alpha = 0.2},
      },
    },
But the bar does not respond to the change. It is displayed in a single row.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 11:35 AM  
Clamsoda
A Frostmaul Preserver

Forum posts: 269
File comments: 35
Uploads: 0
OH OH. I am sorry for the mis-understanding.

I did go through your rActionButtonStyling code to try to find what I was looking for, but I couldn't figure out how you were hiding just the textures in question. Admittedly, I looked through bBar's code as well.

The issue is that the UI-Quickslot.blp and UI-Quickslot2.blp textures are used in the inventory frame as well. When the textures are empty, my action bars are perfect, but then my bags aren't lol >.<

EDIT:

I've figured it out, using your code from rActionButtonStyling as a refrence. It is the NormalTexture that needed to be hidden.

Thank you so much for your help.
Last edited by Clamsoda : 09-22-12 at 12:04 PM.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 11:27 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
No. I meant look at the style functions how I do it and add whatever code you need to an addon of yourself. But not sure what is wrong with replacing the default icons wirh empty ones.
__________________
| 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 09-22-12, 11:17 AM  
Clamsoda
A Frostmaul Preserver

Forum posts: 269
File comments: 35
Uploads: 0
I should have mentioned that I was looking for a solution outside of rActionButtonStyler. I was using it to skin my bars previously, but I decided to get the "Clean Icons - Thin" button replacement pack. The look is exactly what I want, but the pesky UI-Quickslot and UI-Quickslot2 textures are ruining everything =[.

I'll just stick with rActionButtonStyler, the overhead is nearly non-existent anyways =].

Thanks tons for your assistance!
Last edited by Clamsoda : 09-22-12 at 11:25 AM.
Report comment to moderator  
Reply With Quote
Unread 09-22-12, 04:25 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Regarding Ui-Quickslots

Right. I answered that but I decided to get all my beta addons deleted. Thus the answer is gone.

Check out rActionButtonStyler. This is how I do actionbutton styling.
http://www.wowinterface.com/download...tonStyler.html

I have different style functions that update the actionbutton textures to the ones I like.
__________________
| 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 : 09-22-12 at 04:28 AM.
Report comment to moderator  
Reply With Quote
Unread 09-21-12, 08:35 PM  
Clamsoda
A Frostmaul Preserver

Forum posts: 269
File comments: 35
Uploads: 0
Regarding Ui-Quickslots

Zork,

I apologize for the "double post," as I know you are very busy.

This afternoon I posted a comment on your rActionBarStyler MoP beta page inquiring about hiding the UI-Quickslot and UI-Quickslot2 textures without changing the textures to empty ones.

I apologize if you answered this on the beta page; I was not able to check back before you removed it.

Thank you so much for your efforts, and I appreciate your time.
Report comment to moderator  
Reply With Quote
Unread 09-21-12, 02:16 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Beta is over. rActionBarStyler got updated for MoP. Have fun.
__________________
| 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 08-30-12, 02:10 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 Siannus
5.0.4 Update? Please.......
Enter rActionBarStyler in the search box in the upper right corner.
__________________
| 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 08-30-12, 01:45 PM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 90
Uploads: 2
5.0.4 Update? Please.......
Report comment to moderator  
Reply With Quote
Unread 08-25-12, 04:47 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Thanks. rActionBarStyler just uses the default Blizzard bars. That are 5 bars + 1 swapable actionbar for bar 1. That's it.
If you still need more the only way to do it is to use another action bar mod like (Dominos, Ion, etc.)
__________________
| 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 : 08-25-12 at 04:47 AM.
Report comment to moderator  
Reply With Quote
Unread 08-24-12, 06:33 PM  
ziobabbo
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
hi, i really love the way you made your addons, i use roth ui and i'm looking for a way to add other bars than the basic 4 of wow, there is a way to make this with your addons?
or i must to use bartender4 or dominos or macaroon and rearrange all the bars?
in conclusion: there are action bar addons that can be used in addition to rActionBarStyler to add bars?
Report comment to moderator  
Reply With Quote
Unread 07-07-12, 11:52 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
rActionBarStyler for WoW Patch 5.0.1 (MoP Beta)
http://www.wowinterface.com/download...erMoPBETA.html

rActionButtonStyler for WoW Patch 5.0.1 (MoP Beta)
http://www.wowinterface.com/download...erMoPBeta.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 07-03-12, 05:59 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Just don't. I'm nearly finished with the new version. Need 1-2 more days.

In the time being check the new config file.
http://code.google.com/p/rothui/sour...ler/config.lua

rABS now supports onmouseover frame fading.
Additionally bar4 and 5 can be combined to one mouseover frame.



Under the hood pretty much all of the code changed.
__________________
| 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 : 07-03-12 at 06:09 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: