Updated: 10-17-2010 05:42 PM
Pictures
File Info
Updated:
10-17-2010 05:42 PM
Created:
01-03-2009 01:09 PM
Downloads:
188,835
Favorites:
ButtonFacade Version: 4.0.340
ButtonFacade, with its a ociated library, is a small add-on that allows for the dynamic ski ing of button-based add-o . It is composed of two individual components:
LibButtonFacade
A small library which provides addon authors with the tools needed to skin their add-o .
ButtonFacade
A GUI for the LibButtonFacade library that allows users to adjust their settings on a per-add-on, per-group and per-button basis.
Optio Acce the optio panel via the /bf slash command or the Interface Optio Window.
Quick Links
for ButtonFacade
I tallation
Download the package.
Extract the package to your World of Warcraft\Interface\AddO quot; directory.
Feedback
Please post comments in the
in the WoWAce forums or on the project page. For bug reports and suggestio , please
Tra latio If you would like to help tra late ButtonFacade, please use the
. Special thanks to all those who have helped.
4.0.340
General:
- ToC updated to 40000.
Bug Fixes:
- Fixed an i ue with HotKeys not obeying skin settings. (Ticket 56)
- All texture layers now correctly su ort the TexCoord quot; attribute. (Ticket 59)
- Layers set to false in the ButtonData table will now be ignored i tead of being hidden first.
- Text layers will now be above all texture layers, where they should be.
- Fixed an i ue with negative frame levels.
LibButtonFacade:
- Minor version bumped to 40000.
- Increased the step value for the Opacity option for the Glo layer from 1 to 5.
Skin API:
- Layers not defined in the SkinData table will now be set as hidden.
- Colors must now be pa ed as a table such as {r, g, b, a}. The attributes Red, Blue, Gree quot; and Alpha are no longer su orted.
- The HotKey layer no longer su orts a Color attribute due to update calls overwriting it.
3.3.333
- Quick fix for texture colors.
3.3.330
General:
- Updated for 3.3.5. All future versio will be for 4.0 and later.
- ButtonFacade should much more CPU friendly. (I hope)
- ButtonFacade should be compatible with 4.0 and as such, the ToC now has the a ropriate X-Compatible-With tag.
LibButtonFacade:
- Border color su ort has been removed. This leaves coloring the borders up to add-on authors, as it should be. (Use SetVertexColor)
- The Group:AddButton() method will now correctly return if attempting to add a button to a group that already has that button a igned to it.
- The Group:Skin() method now only su orts a table of the layers and their re ective colors. The single layer ecification used by the ButtonFacade GUI has been removed.
- The Group:SetLayerColor() method used by the ButtonFacade GUI will now correctly update the skin with new color.
- A button's additional frame layers will now automatically update their levels when Button:SetFrameLevel() is called.
- Removed the redundant code for SetTextColor() and SetVertexColor() since they a arently work as they should.
- A new method, Group:ReSkin(), is available so authors can rea ly the skin after calls that may interfere with LBF's engine.
- A new method, LBF: Debug() is available that will cause LBF to throw errors on certain i ues (IE, bad skin parameters, etc). Note that this function acts as a toggle.
- Authors can use LBF, version = LibStub(LibButtonFacade) to check the LBF version for compatibility. This release is 30305.
- More code optimization. (Scope: It's not just for bad breath.)
Skin API:
- The Border layer no longer su orts the Color attribute.
ButtonFacade GUI:
- The ButtonFacade GUI has been reworked a little and tool ti should now be slight more descriptive.
- Layers that are disabled in the skin definition will now show their re ective optio as disabled in the GUI.
Miscellaneous:
- ButtonFacade will no longer be registered in the global name ace. Authors will have to use AceAddOn or IsAddOnLoaded() to check for it.
- Removed AceLocale.
3.3.301
- Update ToC to 3.3.
- Switch to GetObjectType since GetFrameType was removed.
- Copy esES to esMX localization to eliminate the hard-coded force use of esES for esMX.
3.2.275
- Fixed an erroneous library reference.
- Fixed a core entry.
- Updated ToC for 3.2.
- Localization update.
3.1.270
- Removed the About panel.
- Added an About file.
- Localization clean up and update.
- Packager tweaks.
3.1.260
- Module su ort removed. If you run into i ues with an add-on you're using, report the add-on to the author and inform them they need to correct the i ue.
3.1.255
ButtonFacade GUI:
- ButtonFacade will now attempt to remember the global skin settings. To be clear, it will only remember the *global* setting. It is still up to add-on authors to save the skin settings for their own add-on.
- Due to the GUI saving the settings and additional modules, the profile selection panel has been enabled once again.
- To of GUI tweaks and added some mi ing features (tool ti , etc), so the localizatio will need to be updated.
LibButtonFacade:
- The root group is now called ButtonFacade i tead of an empty string.
- The separator for RegIDs is now an underscore i tead of a " ipe. Additionally, all root addon grou will have a RegID matching the name that they're registered with. IE, i tead of Bartender4 having a RegID of |Bartender4, it will have a RegID of Bartender4. All subgrou will have RegIDs that follow the Addon_Group_Butto quot; format.
- The skin callback firing function will now return the addon's root group data if a group is not ecified. This mea that addon authors can call LBF:Group(Addo quot;):Skin(self.db.profile[Addo quot;].SkinID, ...) prior to calling it for their individual grou to e ure that ButtonFacade's GUI di lays the current settings for the addon's root group correctly. Feel free to contact me if you're u ure how to implement this correctly or if it gives you problems/errors.
- Any author attempting to write a LBF GUI will need to register their addon with LBF via the skin callback function. The addon *MUST* be registered as ButtonFacade.
Miscellaneous:
- Added WoWI's minion tag.
IMPORTANT: This is last version that will offer module su ort. If you download a new version and something breaks, revert to this one.
3.1.240
- More tweaks to the About panel.
- Fixed a type in the default skin. (Thanks, FlickerStreak)
- Misc. clean up and tweaks.
- Localization bump.
3.1.335
- Updated for 3.1.
- Updated locales.
- GUI Adjustments.
- The GUI Optio can now be found under the About panel.
- Broker plug-in now re onds to right or left clicks.
- The root global and addon panels will no longer di lay a selected skin due to their inability to di lay the correct skin.
3.1.225
- Localization Updates
- Updated to the WoWAce localization system.
- Restructured the directories and files a bit.
- New Icon.
3.0.208
- frFR update. (Pettigrow)
3.0.205
- Update zhTW/zhCN. (ananhaid/digmouse)
- Fix for borderle ski (Dreamlayout, Blizzard, etc). (flickerstreak)
3.0.200
- Removed FuBar/Harbor su ort (Use Broker2FuBar).
- Added Broker Su ort.
- Added LibDBIcon su ort.
- Rebuilt the optio window.
- The /bf and /buttonfacade chat commands open the Blizzard Optio category for ButtonFacade.
- Added a /bfo command and a button in the optio that ope a standalone optio window.
- Updated/Changed localization entries. Up to date (mostly) are: zhCN, zhTW and koKR. Need the rest tra lated or retra lated.
- To of code clean up.
Optional Files (43)
File Name
Version
Type 4.2
07-09-2011 02:15 PM
Addon 40200.1
07-03-2011 01:58 PM
Addon 1.6
06-29-2011 07:32 AM
Addon 2.3
06-28-2011 06:28 PM
Addon 1.1
06-12-2011 07:00 PM
Addon 4.0
05-27-2011 04:27 PM
Addon 1.0
01-10-2011 08:15 PM
Addon v1.3
12-05-2010 07:46 AM
Patch 1.01
12-01-2010 10:08 AM
Addon 1.1
11-16-2010 02:51 PM
Addon 2
11-12-2010 06:45 PM
Patch 2
11-11-2010 05:20 PM
Patch 4
11-11-2010 05:16 PM
Addon 1.0
10-28-2010 10:44 PM
Addon 1.4
10-27-2010 03:58 PM
Addon v 1.1
10-27-2010 03:58 PM
Addon 4.0.44
10-17-2010 06:21 PM
Addon 4.0.80
10-17-2010 11:22 AM
Addon 4.0.62
10-17-2010 11:21 AM
Addon 4.0.62
10-17-2010 11:19 AM
Addon 4.0.53
10-17-2010 11:18 AM
Addon 4.0.62
10-17-2010 11:16 AM
Addon 4.0.52
10-17-2010 11:14 AM
Addon 4.0.63
10-17-2010 11:13 AM
Addon 4.0
10-12-2010 03:59 AM
Addon 4.0
10-12-2010 03:59 AM
Addon 4.0
10-12-2010 03:58 AM
Addon 4.0
10-12-2010 03:58 AM
Addon 4.0
10-12-2010 03:57 AM
Addon 1.2z
09-19-2010 09:24 AM
Addon 1.0
04-19-2010 02:46 AM
Addon 1.1
01-27-2010 09:55 PM
Addon v4.1 patch 3.3
12-20-2009 02:54 AM
Addon 1.01
07-06-2009 10:31 PM
Addon 1.01
04-11-2009 05:37 PM
Addon 1.0.0
03-05-2009 09:31 AM
Addon 0.5
10-25-2008 03:40 PM
Addon 1.0
10-19-2008 08:01 AM
Addon 1.2
10-14-2008 10:44 AM
Addon 1.1
10-14-2008 10:40 AM
Addon 0.1
07-23-2008 04:56 PM
Addon 0.1
06-18-2008 12:43 PM
Addon 0.1
06-15-2008 10:39 AM
05-04-2011, 05:36 PM An Aku'mai Servant Forum posts: 31
File comments: 43
Uploads: 15
Originally posted by jeffy162
Ummmm .... Not complaining here, just confused. I saw a post that Button Facade was now Masque, so I hunted around til I found it (finally on Curse.com), i talled it to test it, and it turned out to be Button Facade?
Just curious what's up with that. I mean, it shows up in the Curse Client as Masque, but in my addo folder as BF? Like I said: I'm confused.
I changed the name and url on WoWAce. Curse is just di laying it that way because of that. Ignore it for now. I'll have a working beta up soon. Be patient.
Edit: Sak, I removed your post so we don't have more people downloading it then comlaining. :P
Last edited by StormFX : 05-04-2011 at
05:37 PM
. StormFX
05-04-2011, 07:58 AM A Flamescale Wyrmkin Forum posts: 111
File comments: 26
Uploads: 4
Originally posted by jeffy162
Ummmm .... Not complaining here, just confused. I saw a post that Button Facade was now Masque, so I hunted around til I found it (finally on Curse.com), i talled it to test it, and it turned out to be Button Facade?
Just curious what's up with that. I mean, it shows up in the Curse Client as Masque, but in my addo folder as BF? Like I said: I'm confused.
That's all apart of it still being in
stage. I'm almost sorry I posted anything about Masque now ..
__________________
Arise, my champion!
Carnation - 85 Blood Elf (Priest)
/ Vek'nilash-US sakurakira
05-03-2011, 04:51 PM A Pyroguard Emberseer Forum posts: 1023
File comments: 39
Uploads: 6
Originally posted by StormFX
The current version is very much an alpha. If you i tall it, don't bitch if it breaks or something else breaks. Just throwing that out there. The previous version works fine with Load Out of Date Add-O quot; enabled. Do that for now.
Ummmm .... Not complaining here, just confused. I saw a post that Button Facade was now Masque, so I hunted around til I found it (finally on Curse.com), i talled it to test it, and it turned out to be Button Facade?
Just curious what's up with that. I mean, it shows up in the Curse Client as Masque, but in my addo folder as BF? Like I said: I'm confused.
Last edited by jeffy162 : 05-03-2011 at
04:55 PM
. jeffy162
05-03-2011, 04:36 PM An Aku'mai Servant Forum posts: 31
File comments: 43
Uploads: 15
The current version is very much an alpha. If you i tall it, don't bitch if it breaks or something else breaks. Just throwing that out there. The previous version works fine with Load Out of Date Add-O quot; enabled. Do that for now. StormFX
04-30-2011, 10:24 AM A Deviate Faerie Dragon Forum posts: 17
File comments: 1146
Uploads: 7
Any word on an update?
Thanks.
__________________
| Kupotek
04-28-2011, 07:05 AM A Kobold Labourer
Forum posts: 0
File comments: 70
Uploads: 3
when is the 4.1 release coming out
__________________
Horde All The Way ichols1122
04-09-2011, 11:01 AM An Aku'mai Servant Forum posts: 31
File comments: 43
Uploads: 15
This project is undergoing a major overhaul. My goal is to have it finished by 4.1 but if it's not, I'll make sure that there's a 4.1-compatible version to hold over until it's finished. StormFX
Sorting
Category Jump
Stand-Alone Addo - Action Bar Mods
- Auction House
- Bags, Bank, Inventory
- Buff, Debuff, Spell
- Casting Bars, Cooldow - Chat Mods
- Cla Specific
-- Death Knight
-- Druid
-- Hunter
-- Mage
-- Paladin
-- Priest
-- Rogue
-- Shaman
-- Warlock
-- Warrior
- Combat Mods
- Data Mods
- Graphic UI Mods
- Group, Guild
- Info, Plug-in Bars
-- Data Broker
-- FuBar
-- Titan Panel
-- Other
- Map, Coords, Compa es
- Mini Games, ROFL
- PvP, Arena, BattleGrounds
- Quest, Leveling, Reputation
- Raid Mods
- RolePlay, Music Mods
- TradeSkill Mods
- ToolTip
- Unit Mods
- Miscellaneous
Featured Projects
- Carbonite
- Iriel's Castle
- Norga a's AddO - nUI
-- nUI: Core
-- nUI: Art
-- nUI: Enhancements
-- nUI: Layouts
-- nUI: HUD Desig -- nUI: Unit Frame Panels
-- nUI: Info Panel Plugi - OpenRDX
-- OpenRDX: Core
-- OpenRDX: Theme AUI
-- oUF: Core
-- oUF: Layouts
-- oUF: Plugi - Tekkub's Emporium of Random Crap
- WoW UI Designer
Compilatio &am Suites
- Suites
- Graphical Compilatio - Minimalistic Compilatio - Cla Specific Compilatio - Guild Specific Compilatio - DPS Specific Compilatio - Healer Specific Compilatio - Tank Specific Compilatio - Generic Compilatio Developer &am Utilities
- Libraries
- Developer Utilities
- WoW Tools &am Utilities
Optional
- Cataclysm Beta
- Beta-version AddO - Plug-I &am Patches
- Outdated Mods
Su ort AddOn Development!
You have just downloaded
by the author
If you like this AddOn why not co ider su orting the author?
This author has set up a donation account.
Donatio e ure that authors can continue to develop useful tools for everyone.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com
Site Links
Our other sites
MMOUI /您现在的位置:
动作条皮肤美化ButtonFacade(支持3.1版)下载
动作条皮肤美化ButtonFacade(支持3.1版)下载
作者:jjsheets
来源:wowace.com
发布时间:2009-07-22 00:00:00
转帖到个人空间
摘要:给动作条加上各种个性化的边框和皮肤。内置了几十种边框和皮肤供大家选择。
3.2版本插件下载地址(附带多款皮肤):
支持3.1版本插件下载地址:
1、基础信息:
适用游戏版本:
Wlk3.2.2
更新时间:
2009年10月30日
插件版本号:
3.2.285
论坛讨论地址:
下载地址: (3.2版)
2、界面展示:
给动作条加上各种个性化的边框和皮肤。内置了几十种边框和皮肤供大家选择。
注意:目前本插件不支持系统默认的动作条,只能美化几款支持本插件的动作条插件。比如
命令:/bf
可调出设置界面(如下图),这里可以自由选择各种皮肤。
或者右键点击小地图上的图标也可调出设置界面。
3、插件***:
将下载的压缩包解压以后可以获得ButtonFacade开头的22个文件夹,将这些文件夹拷贝到魔兽目录下的interface/addo 目录中,再次登陆游戏即可使用。
分享到…
热门推荐
网友评论
插件整理
界面类插件
战斗类插件
物品类插件
团队插件
地图任务插件
团队插件
聊天类插件
最新视频
最新视频
最新图片
最新图片
数据库
数据库快速导航
魔兽数据库产品
大地的裂变新增团队副本
大地的裂变新增五人副本
T11套装
S9套装
台服数据库推荐
魔兽小游戏
魔兽小游戏
新游戏推荐
新游戏推荐
动漫推荐
动漫推荐
动漫推荐
动漫推荐
新游戏推荐
新游戏推荐
新闻中心推荐
新闻中心推荐
***邮箱:
******:(010)84872184
商务***:(010)84871126
网站突发事故:18701409178
京公网安备:110105001242关于魔兽世界Bartender4动作条和ButtonFacade动作条美化插件
回答:2 浏览:2457 提问时间:
2010-11-21 02:08
为啥我把这两个插件都放进那个文件夹了,进入游戏后BT4是ok的,使用很正常,但是BF插件就没反应了。虽然界面里又显示这个插件,但是在选择更改动作条外形后,动作条框体并没有发生改变!这是为什么?我用的是多玩魔盒,还有下载了rBottomBars暗黑风格血量。但是就算我禁掉所有插件,除了BT4和BF之外,进入游戏后BF仍然不能正常运作,也就是说点了更改动作条,动作条并没有发生改变。更荒唐的是不管从多玩还是从178上下载的BF进入游戏后都显示版本错误!!奇怪吧,178上显示更新日期为2010-10-28,好玩吧!居然版本错误!
条评论...
最佳***
此***由管理员代为选出
在界面-插件里 可以设置BUFFUN的
不过我用的是 单体插件 没用过整合包
2010-11-22 11:23
提问者对***的评价:
条评论...
其它回答
共1条回答
B4是支持BF插件的,另外的支不支持我不太清楚,至于你说的版本报错,插件显示版本报错,是以插件内TOC文件为准的,
在相应插件目录下找到和插件名一样的一个扩展名为toc的文件,打开它,最开始就有版本号,例如30000,30300等等,将其改为30200就是目前国服版本号,在登录就不会过期,但是报错与否要看代码是否符合内置函数了。
2010-11-22 22:24
条评论...
欢迎登录知识人
会员名:
密 码:
记住我的登录状态
·新浪会员请直接登录
爱问知识人提示
您得到一个知识人惊喜盒!
盒子中有什么呢?注册/登录新浪爱问知识人,看看我们为您准备了什么惊喜?爱问知识人是国内第一个中文互动型问答产品。汇聚亿万网民头脑中的智慧、经验和知识,欢迎您加入我们!
若您是新浪用户可直接登录
2011 Sina.com