WarBoard Toggler Library
What is it about?
A development tool used to create Toggler windows in an easy way. It's a required dependency for modules using it. It is still in development stage, needing many enhancements. Use tickets to give me ideas.
All togglers still require the AddOn which they have after WarBoard_Toggler.
As of 0.3, has a toggler manager in which you can choose to show/hide the Label text and Icon.
To access it, try /wbtm or open the WarBoard options window and click the Togglers button.
What's a Toggler?
A toggler is an AddOn which is related to another one. It goes like this: Toggler <-> AddOnX.
AddOnX has some functions, accessed through slash commands or through an icon.
Togglers are mounted mods in the WarBoard module, which call those functions on mouse events.
How to use?
More info is given in the fully commented template. WarBoard_TogglerTemplate
To Do List
- More modular Tooltips functions.
- More optimization and cleanup. It seems cluttered to me.
Credits
What I would like?
Suggestions, lots and lots of suggestions.
------------------------------------------------------------------------
r34 | computerpunk | 2009-10-11 09:37:06 +0000 (Sun, 11 Oct 2009) | 1 line
Changed paths:
A /tags/0.4.4 (from /trunk:33)
- Tagging.
------------------------------------------------------------------------
r33 | computerpunk | 2009-10-11 09:35:58 +0000 (Sun, 11 Oct 2009) | 1 line
Changed paths:
M /trunk/LibWBToggler.mod
- Update for 1.3.2.
------------------------------------------------------------------------
r31 | computerpunk | 2009-09-15 18:57:03 +0000 (Tue, 15 Sep 2009) | 1 line
Changed paths:
M /trunk/LibWBTogglerManager.lua
- Tested and definitely works this time. :D
------------------------------------------------------------------------
r29 | computerpunk | 2009-09-15 17:45:53 +0000 (Tue, 15 Sep 2009) | 1 line
Changed paths:
M /trunk/LibWBToggler.lua
M /trunk/LibWBToggler.mod
M /trunk/LibWBTogglerManager.lua
- Should have fixed all the issues reported by Limbo on WHA.
------------------------------------------------------------------------
r27 | computerpunk | 2009-09-14 20:21:10 +0000 (Mon, 14 Sep 2009) | 1 line
Changed paths:
A /trunk/libs
A /trunk/libs/LibGUI.lua
A /trunk/libs/LibStub.lua
- LibGUI and LibStub were removed from LibConfig so I manually added.
------------------------------------------------------------------------
r25 | computerpunk | 2009-09-14 18:41:13 +0000 (Mon, 14 Sep 2009) | 5 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/LibWBToggler.lua
M /trunk/LibWBToggler.mod
M /trunk/LibWBTogglerManager.lua
M /trunk/WBTogglerTemplate.xml
- Fixed Template size in XML.
- Moved around some modules.
- Bump in .mod.
- Fixed lots of internal stuff. WarBoardTogglerManager should be working perfectly from now on.
- WarBoardTogglerManager should now have trimmed names deleting the word in brackets [WarBoard_Toggler]AddOnName.
------------------------------------------------------------------------
Installation Guide
- Exit "Warhammer Online" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Verify your WAR Installation Path
That is where you are running WAR from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your Warhammer Online folder. (default is C:\Program Files\Warhammer Online\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start Warhammer Online
Translations
When you download a mod, please be sure that the mod is compatible with your translation of WAR. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
Directory Structure
Warhammer Online
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.mod
|_ *AddonName*.lua
|_ (possibly others as well)...