Question. There is a meter that displays a picture - a png file. Did a mouse action on him. And it turned out that if the file itself is not physically there, then the mouse still works over an empty space. How can I prevent the mouse from working when there is no file?
There may or may not be a picture on the Internet indicating a weather warning, I would like to prevent the mouse from triggering over the missing icon when there is no warning
Code:
[MeterAlertImageJ]Meter=imageMeasureName=MeasureAlertStringJ1Path="#CURRENTPATH#WeatherIconsSmall"X=185Y=288W=22H=22AntiAlias=1ToolTipType=1Hidden=0MouseOverAction=!Execute [!RainmeterShowMeter MeterAlertStringJ] [!RainmeterRedraw] | [!RainmeterShowMeter MeterAlertHeadJ] [!RainmeterRedraw]MouseLeaveAction=!Execute [!RainmeterHideMeter MeterAlertStringJ] [!RainmeterRedraw] | [!RainmeterHideMeter MeterAlertHeadJ] [!RainmeterRedraw]
Statistics: Posted by Kotofanchik — Yesterday, 7:35 pm