Download
(2Kb)
Download
Updated: 08-12-15 11:05 AM
Pictures
File Info
Compatibility:
Fury of Hellfire (6.2)
The Adventure Continues (6.1)
Updated:08-12-15 11:05 AM
Created:08-12-15 11:05 AM
Downloads:785
Favorites:2
MD5:

naBar

Version: 1.0
by: Naisz [More]


I was searching for a very simple AddOn to display a small bar at the bottom of my screen, after finding none
i started to write it on my own.

Features
  • class colored borders
  • select a position!
  • very simple

Options!
At the Top of the .lua-File there is a small Config, to change things just open it in a Texteditor!

Info
This is my first AddOn written and submitted, if there are any Bugs, Suggestions, FeatureRequests or anything you want to talk about, don't hesitate contacting me!

Thanks to
Thanks to all the awesome AddOn-Developers and Forums out there!

Optional Files (0)


Post A Reply Comment Options
Unread 05-09-16, 02:54 AM  
yj368413
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 69
Uploads: 8
Maybe that·s more simple

local line = CreateFrame("Frame", nil, UIParent)
line:SetFrameLevel(0)
line:SetFrameStrata("BACKGROUND")
line:SetHeight(11)
line:SetWidth(UIParent:GetWidth()*1.25)
line:SetPoint("TOP", UIParent, "BOTTOM", 0, 9)
line:SetBackdrop({bgFile = "Interface\\ChatFrame\\ChatFrameBackground"})
local ClassColor = RAID_CLASS_COLORS[select(2, UnitClass("player"))]
line:SetBackdropColor(ClassColor.r, ClassColor.g, ClassColor.b, 1)
__________________
www.maorui.org
Report comment to moderator  
Reply With Quote
Unread 08-14-15, 04:54 PM  
cazzbr
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 32
Uploads: 3
KgPanel or skinner can add a bar like this as well!

Ps.: I've got the low memory idea!
Report comment to moderator  
Reply With Quote
Unread 08-12-15, 04:51 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Check out Keka its a free Mac OSX zip software. Your uploaded file contains a __MACOSX folder and a .DS_Store file. When you zip with keka this dosen't happen

http://www.kekaosx.com/en/
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 08-12-15, 02:35 PM  
Naisz
A Deviate Faerie Dragon
 
Naisz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 6
Uploads: 1
Originally Posted by Seerah
What does this actually look like?
Screenshot added! Thank you
Report comment to moderator  
Reply With Quote
Unread 08-12-15, 01:59 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 10860
File comments: 687
Uploads: 33
What does this actually look like?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: