Download
(740 b)
Download
Updated: 01-19-09 01:37 PM
Pictures
File Info
Updated:01-19-09 01:37 PM
Created:01-19-09 01:37 PM
Downloads:2,538
Favorites:10
MD5:

iMouseover

Version: 001
by: Chiril [More]

This little addon (addon? i would rather call it "little modification") sets the both actionbars on the right on mouseover. Nothing more and nothing less. Only works with the default Blizzard Action Bars and addons like hBar, nMainbar or rActionBarStyler.
Thanks to Shantalya helping me to create this addon.

I will not update this anymore because rActionBarStyler has a simmilar option by default now ^_^

Optional Files (0)


Post A Reply Comment Options
Unread 10-29-10, 07:57 AM  
finatos
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Smile Good addon.

It works perfectly with roath action bar since nmainbar broke in 4.01.
Report comment to moderator  
Reply With Quote
Unread 06-26-09, 01:09 PM  
Tilluan
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Excellent Addon!!

Excellent Addon.
There are several others out there, but none as clean and simple as yours.

Wish List
1. Variable delay to hide.
2. Hide specific actionbar (i.e. Main, bottom left or right 1)
2. Show specific actionbar in combat (i.e. Main, bottom left or right 1)

I only need to see may cooldowns in combat everything else is hotkeys.
Report comment to moderator  
Reply With Quote
Unread 03-09-09, 07:16 AM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Re: Feature Request

Originally posted by ck.nienor
Hi

first of all, thanks for the extra space in my UI

here my "requests"
is it posible to get some sort of fade in/out effect for the bars?
a delay bevor blending out would be nice, too.

i hope the request is not to forward.
thanks in advance

ck.nienor
Yes this is possible, but it is a little bit complicated. Of course it would look better and maybe i will try something
Report comment to moderator  
Reply With Quote
Unread 03-09-09, 05:09 AM  
ck.nienor
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Feature Request

Hi

first of all, thanks for the extra space in my UI

here my "requests"
is it posible to get some sort of fade in/out effect for the bars?
a delay bevor blending out would be nice, too.

i hope the request is not to forward.
thanks in advance

ck.nienor
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 01:50 PM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Thanks for the Tipp zork, I'll try it out
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 06:08 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Urks. Saw that you used a onUpdate script...so I tried something.

Code:
  MultiBarRight:SetAlpha(0.2)
  MultiBarRight:EnableMouse(true)
  MultiBarRight:SetScript("OnEnter", function(self) MultiBarRight:SetAlpha(1) end)
  MultiBarRight:SetScript("OnLeave", function(self) MultiBarRight:SetAlpha(0.2) end)
  MultiBarRight:SetFrameLevel(0)

  for i = 1, 12, 1 do
    _G["MultiBarRightButton"..i]:HookScript("OnEnter", function(self) MultiBarRight:SetAlpha(1) end)
    _G["MultiBarRightButton"..i]:HookScript("OnLeave", function(self) MultiBarRight:SetAlpha(0.2) end)
  end;
  
  MultiBarLeft:SetAlpha(0.2)
  MultiBarLeft:EnableMouse(true)
  MultiBarLeft:SetScript("OnEnter", function(self) MultiBarLeft:SetAlpha(1) end)
  MultiBarLeft:SetScript("OnLeave", function(self) MultiBarLeft:SetAlpha(0.2) end)
  MultiBarLeft:SetFrameLevel(0)

  for i = 1, 12, 1 do
    _G["MultiBarLeftButton"..i]:HookScript("OnEnter", function(self) MultiBarLeft:SetAlpha(1) end)
    _G["MultiBarLeftButton"..i]:HookScript("OnLeave", function(self) MultiBarLeft:SetAlpha(0.2) end)
  end;
No OnUpdate script needed.

My problem is the bar itself. I cannot change the setpoint of MultiBarRight or MultiBarLeft without tainting issues so I had to change the SetPoint of the first button, thus the bar is not where the buttons are. Buhu
__________________
| 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 : 01-19-09 at 06:48 PM.
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 01:51 PM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Thanks ^_^ And thank Shanta for his help
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 01:49 PM  
Nihlo
A Murloc Raider

Forum posts: 7
File comments: 158
Uploads: 0
first^^

hey chiril,
let's give it a try
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: