ButtonFacade

Change log

Release Notes:

- 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.
  - Tons of GUI tweaks and added some missing features (tool tips, etc), so the localizations will need to be updated.

- LibButtonFacade (Authors, pay attention!)
  - Core changes:
    - The "root" group is now called "ButtonFacade" instead of an empty string.
    - The separator for RegIDs is now an underscore instead of a "pipe". Additionally, all root addon groups will have a RegID matching the name that they're registered with. IE, instead of Bartender4 having a RegID of "|Bartender4", it will have a RegID of "Bartender4". All subgroups will have RegIDs that follow the "Addon_Group_Button" format.
    - The skin callback firing function will now return the addon's root group data if a group is not specified. This means that addon authors can call LBF:Group("Addon"):Skin(self.db.profile["Addon"].SkinID, ...) prior to calling it for their individual groups to ensure that ButtonFacade's GUI displays the current settings for the addon's root group correctly. Feel free to contact me if you're unsure 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.

As always, use the ticket system for errors and feedback. Thanks!

IMPORTANT: This is last version that will offer module support. If you download a new version and something breaks, revert to this one.

Facts

Uploaded on
08 Jun 2009
Game version
  • 3.1.0
Filename
ButtonFacade-3.1.255.zip
Size
135.2 KiB
MD5
6c11db7e15d1aef9687b2e4a218dba89
Type
Release
Status
Normal

Authors