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,625
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 07-26-11, 04:43 AM  
Moldaq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
actionbar

yes ofc, sorry about that, i will try to describe the best i can, i have configuered my game play with your addon so that i play with 3 bars in front of me, now that i have been away during the summer i can only play with two bars and cannot put my spells in the third witch is called rABS_mainmenubar ingame how do i do to be able to use my third bar again?

and just becouse i want to ad an image i cant, crap i will try and edit this post with the ss as soon i can
Last edited by Moldaq : 07-26-11 at 05:20 AM.
Report comment to moderator  
Reply With Quote
Unread 08-08-11, 03:34 AM  
quiqua
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: right actionbars

Originally posted by randombass
You can edit the bars in the config file and in addons\rActionBarStyler\bars find bar4.lua and bar5.lua.

If you want to change them from Verticle(up/down) to Horizontal(left/right) I can give you the code.
What do I need to change exactly?
Report comment to moderator  
Reply With Quote
Unread 08-09-11, 06:00 AM  
Sueisfine
A Defias Bandit

Forum posts: 3
File comments: 24
Uploads: 0
Hi there and first of all thanks for your work on the addon.

I noticed that the keybinding problem when changing specs is fixed but I also noticed that the problem still occurs after you stop possessing something (be it exiting a vehicle or stopping mind controlling a npc/player).

I took a look at both the addon code and blizz code (BonusActionBarFrame.lua) and noticed that, on the blizz code, the Shapeshift bar is acting on the "ACTIONBAR_PAGE_CHANGED" event which leads, later on, to a "MultiActionBar_Update" call which I suspect is the one screwing it all up.

Since you're not unregistering anything for the Shapeshift bar in your code (for obvious reasons) it keeps the blizz behavior I stated above (acting on an "ACTIONBAR_PAGE_CHANGED" event).

So I was wondering, do you think that simply unregistering the "ACTIONBAR_PAGE_CHANGED" event (and not the other ones) for the Shapeshift bar would solve the problem?

Thanks a lot in advance!
Report comment to moderator  
Reply With Quote
Unread 08-09-11, 07:47 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
It is worth a try. But it may end in insecure code pretty quickly.
__________________
| 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-09-11, 01:35 PM  
vtakk eg
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
what is the healthbar addon u have on the sides of your action bars (the big bubble lookings things)
Report comment to moderator  
Reply With Quote
Unread 08-10-11, 08:37 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Roth UI
__________________
| 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-14-11, 12:50 PM  
cheswik
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Can't find my exp bar :S
Report comment to moderator  
Reply With Quote
Unread 09-11-11, 08:27 AM  
Hedelma
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Love your addon

Hi!
First of all. I srsly love this addon..So minimalistic <333
But is there a way to show the keybind text on the buttons?
Report comment to moderator  
Reply With Quote
Unread 09-12-11, 01:15 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Love your addon

Well yeah. I guess you have installed rActionButtonStyler aswell. Because rActionBarStyler does not hide anything. It just moves stuff into places.

rActionButtonStyler has a config.lua you can activate the hotkeys in that file.
__________________
| 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-15-11, 04:32 PM  
Blinddenial
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Helloo

I'd also like to know the code for changing the bars to a vertical orientation - specifically the stance bar. I tried changing bottom -> right, but it didn't seem to have an effect :3


Help would be appreciated
Report comment to moderator  
Reply With Quote
Unread 09-16-11, 01:36 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Well you need to loop through the StanceBarButtons and change each button SetPoint to the preceding button.

http://wowprogramming.com/docs/widgets/Region/SetPoint
__________________
| 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-16-11 at 01:38 AM.
Report comment to moderator  
Reply With Quote
Unread 09-17-11, 03:47 AM  
Blinddenial
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Originally posted by zork
Well you need to loop through the StanceBarButtons and change each button SetPoint to the preceding button.

http://wowprogramming.com/docs/widgets/Region/SetPoint
Erm, I tried making sense of that link and your config, but since I've never done scripting I couldn't quite figure out what you meant with the looping part to get it to work.

Your help will be appreciated
Report comment to moderator  
Reply With Quote
Unread 09-27-11, 05:57 AM  
Hedelma
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Can you make these to fade out, in out of combat?
Report comment to moderator  
Reply With Quote
Unread 10-16-11, 01:26 AM  
Zinnah
A Murloc Raider
 
Zinnah's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 4
File comments: 10
Uploads: 1
Greetings Zork,

been a long time user of your mod/mods but never really posted!
must say they're simply amazing but I've stumbled onto something annoying,
as a Razer Naga user I would like my bars to be 4x3(or was it 3x4 anyways 3 rows) on actionbar 1 and 2, but unfortunately for me thats to advance for me to sort out so was hoping you could perhaps help me out with it?

Thanks in advance!
__________________
IT`S PEANUT BUTTER JELLY TIME!!!
Report comment to moderator  
Reply With Quote
Unread 10-16-11, 11:00 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Well you can dig into bar1.lua and bar2.lua of rActionBarStyler.
I have an example for 1x12 and 2x6, maybe you can get yourself the 3x4 to work.
__________________
| 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
Post A Reply



Category Jump: