## Author: Skizo
## Title: MoneyDisplay
## Notes: MoneyDisplay - Small movable window displaying current Player Money.
## Version : 2.2
## OptionalDeps: None
## Dependencies: None
##
## Original Version: 1.8 by Sphinx

NOTE BY THE AUTHOR

I started this project when I realized that Money Display (http://ui.worldofwar.net/ui.php?id=218) by Sphinx was no longer in development.
Since then I've added functionality such as lock/unlock and the cashflow mode, and I'm still looking forward new functions to add.

If you have any suggestion feel free to contact me.


FILES IN ZIP

MoneyDisplay.xml
MoneyDisplay.lua
MoneyDisplay.toc
readme.txt


INSTALLATION

Extract the MoneyDisplay package into the Interface directory inside your World of Warcraft install directory.


MOD DESCRIPTION

Display's a new panel showing Gold, Silver and Copper with appropriate icons defaulting to top-middle of screen.  This updates automatically as you gain or lose money.  The panel can be relocated to any point on the screen by clicking and dragging (click near upper border).  It can now also be locked to allow no further dragging.

The CashFlow function can be triggered with your mouse Middle Button:
- Down to enable it
- Up to disable it
- Click to reset it



Use of /money command.

/money                -    Shows all commands
/money show           -    Shows the mod
/money hide           -    Hides the mod
/money reset          -    Reset to default
/money lock           -    Locks the mod
/money unlock         -    Unlocks the mod
/money cashflow [off] -    Enables/Resets/Disables cashflow mode
/money hideborder     -    Hides window border
/money showborder     -    Shows window border
/money alpha 0-255    -    Set the background transparency (0 = transparent, 255 = solid)


REVISIONS

   v2.2
   -- Created a Lite version containing code to display only
   -- Fixed bug with cashflow not workin over multiple characters
   -- Added coloration to red when cashflow shows a loss
   -- Fixed wrong positions of addon with new characters
   -- Added MiddleMouse controls for CashFlow mode

   v2.1
   -- Fixed bug with /money doing nothing
   -- Added lock/unlock functionality
   -- Added cashflow functionality
   -- Fixed proper help color

   v2.0
   -- Fixed code to work properly with wow patch 20108


TROUBLESHOOTING

If the mod fails to load the most likely problem is a patch revision on the World of Warcraft client PC.  This number needs to be correct in the MoneyDisplay.toc.  Open MoneyDisplay.toc and change to the current version.


FUTURE DEVELOPMENT

Hover over tooltip giving various session stats on money incoming / outgoing.
