Download
(14Kb)
Download
Updated: 09-10-11 06:29 AM
Pictures
File Info
Updated:09-10-11 06:29 AM
Created:09-07-09 01:56 PM
Downloads:4,487
Favorites:21
MD5:

QBar ButtonFacade Fan Update

Version: 4.2
by: LigthSora [More]

This is a Fan Update version of the original Addon.

Adds ButtonFacade support for QBar.

You must have ButtonFacade and QBar installed before this Addon will work.

This file was distributed under license from the original author.

* Version 4.2 - 10/09/2011 13:30 (+0:00 GMT)
- Update TOC to 4.2
- Fixed problems with lastest versions of QBar

* Version 1.2 - 08/05/2010 19:30 (+0:00 GMT)
- Added GNU GPL License

* Version 1.1 - 01/07/2010 04:23 (+0:00 GMT)
- Update TOC to 3.3
- Minor changes

* Version 1.0 - 07/09/2009 20:55 (+0:00 GMT)
- Fix LUA
- Update TOC to 3.2
- Added esES notes to TOC and other changes
- Initial Version
Optional Files (0)


Post A Reply Comment Options
Unread 02-14-12, 04:38 AM  
Ekaterina
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 65
File comments: 50
Uploads: 1
Unhappy Error.

Hi,
I'm getting the following error on log in or reload.

Code:
1x ...Bar_ButtonFacade Fan Update\QBar_ButtonFacade-FU.lua:21: Usage: GetAddon(name): 'name' - Cannot find an AceAddon 'ButtonFacade'.:
AceAddon-3.0-11 (AuctionLite):176: in function `GetAddon'
...Bar_ButtonFacade Fan Update\QBar_ButtonFacade-FU.lua:21: in main chunk:

Locals:
self = <table> {
 DisableAddon = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:571:
 EnableAddon = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:536:
 EmbedLibrary = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:207:
 InitializeAddon = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:513:
 IterateAddonStatus = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:613:
 EmbedLibraries = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:189:
 initializequeue = <table> {}
 statuses = <table> {}
 GetAddon = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:174:
 NewAddon = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:126:
 IterateModulesOfAddon = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:618:
 IterateEmbedsOnAddon = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:617:
 embeds = <table> {}
 IterateAddons = <function> @ AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:603:
 frame = AceAddon30Frame {}
 addons = <table> {}
 enablequeue = <table> {}
}
name = "ButtonFacade"
silent = nil
error = <function> defined =[C]:-1
tostring = <function> defined =[C]:-1

  ---
I suspect that this is due to the changes in Masque/ButtonFacade.

Any chance of an update?
Report comment to moderator  
Reply With Quote
Unread 12-01-10, 02:05 PM  
wildcard
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
That fix didn't work for me, it doesn't error but it doesnt work:

that section of the file:
local OldUpdateButtons = nil

local NewUpdateButtons = function()
--ChatFrame1:AddMessage("updatebuttons")
if OldUpdateButtons ~= nil then
OldUpdateButtons(Qbar)
qbarbf:SetupGroup("Bar", "QBar", 20)
end
end
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 08:23 PM  
weavil
A Deviate Faerie Dragon

Forum posts: 14
File comments: 95
Uploads: 0
yup works great now, thanks Aezay.
Report comment to moderator  
Reply With Quote
Unread 11-09-10, 10:42 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
To fix the issue with the latest QBar release, go to line 41 and do the following change:

Code:
OldUpdateButtons(QBar)
Report comment to moderator  
Reply With Quote
Unread 11-08-10, 11:51 PM  
doom0r
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally posted by weavil
this is the error


[20:34:02] Interface\AddOns\QBar\core.lua:401: attempt to index local 'self' (a nil value)
[C]: ?
Interface\AddOns\QBar\core.lua:401: in function <Interface\AddOns\QBar\core.lua:367>
...r_ButtonFacade (Fan Update)\QBar_ButtonFacade-FU.lua:41: in function `UpdateButtons'
Interface\AddOns\QBar\core.lua:93: in function <Interface\AddOns\QBar\core.lua:90>
see italicized emphasis, problem is in QBar
Report comment to moderator  
Reply With Quote
Unread 11-08-10, 07:34 PM  
weavil
A Deviate Faerie Dragon

Forum posts: 14
File comments: 95
Uploads: 0
this is the error


[20:34:02] Interface\AddOns\QBar\core.lua:401: attempt to index local 'self' (a nil value)
[C]: ?
Interface\AddOns\QBar\core.lua:401: in function <Interface\AddOns\QBar\core.lua:367>
...r_ButtonFacade (Fan Update)\QBar_ButtonFacade-FU.lua:41: in function `UpdateButtons'
Interface\AddOns\QBar\core.lua:93: in function <Interface\AddOns\QBar\core.lua:90>
Report comment to moderator  
Reply With Quote
Unread 11-08-10, 04:28 PM  
Gsusnme
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 199
Uploads: 1
Constant LUA errors with the new version of QBar, keeps freezing my game so I can't copy paste the error in it's entirety, all I can see it that's it's referencing Qbar_ButtonFacade_(Fan_Update) or something to that effect.

Sorry I couldn't be more helpful.
Report comment to moderator  
Reply With Quote
Unread 05-18-10, 04:01 PM  
Politig
A Chromatic Dragonspawn
AddOn Compiler - Click to view compilations

Forum posts: 176
File comments: 396
Uploads: 1
The Shadow ButtonFacade skin doesn't save any settings
Report comment to moderator  
Reply With Quote
Unread 09-08-09, 08:30 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Nice to see it updated, but i still lack the fact that QBar doesn't support rActionButtonStyler, so if you have the knowledge to add support for it, it would be awesome
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 09-07-09, 08:25 PM  
Gsusnme
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 199
Uploads: 1
Hip, hip, hooray! Thanks a million mate!
Report comment to moderator  
Reply With Quote
Unread 09-07-09, 03:27 PM  
sammael
A Murloc Raider

Forum posts: 5
File comments: 65
Uploads: 0

I Love You <3

Thanks a Lot for this, been waiting forever!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: