Go to file
jsmorley 5560d6e72a Added MattKing's code to enable the standard "hand pointer" mouse cursor when you hover over a meter with any "MouseAction" on it or a button.
This behavior is ON by default.  If you do not want the cursor change on a meter or button, set MouseActionCursor=0 on the Meter or button.

Example of disabling mouse cursor change:

[Meter]
Meter=Image
W=100
H=100
SolidColor=0,0,0,255
LeftMouseUpAction=!Execute ["http://rainmeter.net"]
MouseActionCursor=0

Note: If you have a button with a meter (either image or text) on TOP of it, you will need to set MouseActionCursor=0 on the image/text meter even if it doesn't have a mouse action, or the button will not change cursors.
2009-09-25 22:20:07 +00:00
Application - Fixed: Multibang [] not assumed when [Measure] is replaced in CConfigParser::ReadString(). 2009-09-12 11:11:40 +00:00
Library Added MattKing's code to enable the standard "hand pointer" mouse cursor when you hover over a meter with any "MouseAction" on it or a button. 2009-09-25 22:20:07 +00:00
Plugins Added MattKing's code to allow a user to set the path and name of the text file to have Debug=2 write to. This will allow persistence for html files retrieved by WebParser, so they can be parsed as a local file as needed. 2009-09-21 17:02:48 +00:00
LICENSE Initial directory structure. 2009-02-10 18:09:59 +00:00
Rainmeter.sln Reverted the changes from r209. 2009-09-04 16:37:51 +00:00
README.md Initial directory structure. 2009-02-10 18:09:59 +00:00
revision-number.h Updated the History.htm for the next beta. 2009-09-19 17:40:31 +00:00