It is currently September 21st, 2023, 10:37 pm
Changes made during the Rainmeter 3.3 beta cycle.
-
StArL0rd84
- Posts: 424
- Joined: February 8th, 2015, 10:07 pm
- Location: EU, Denmark.
Post
by StArL0rd84 »
balala wrote:
Code: Select all
IfCondition=(MeasureAlpha=0)
IfTrueAction=#HideItemsTray1#
IfFalseAction=#ShowItemsTray1#
(on the [MeasureAlpha] measure).
It totally worked

But it was backwards, so i switched it around a bit and voila!
Code: Select all
IfCondition=(MeasureAlpha=19)
IfTrueAction=#ShowItemsTray1#
IfFalseAction=#HideItemsTray1#
ty for the quick response.
Michael
([mWorkTime] = 1 ? #Work# : ([mEnergyLoss:%] >= 70% ? #Chillmode# : </>))
-
balala
- Rainmeter Sage
- Posts: 15646
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Post
by balala »
StArL0rd84 wrote:ty for the quick response.
You're welcome. But it wasn't so quick, it passed almost a day until I read the request and replied.