I wouldn't say that's a good idea.
If someone makes a lock screen even out of joke and distributes it, it would be a nuisance. And an non technical user may fall prey to these kind of lunacy, making Rainmeter and its team look bad.
You get the picture.
It is currently September 21st, 2023, 9:53 pm
Simple countdown timer
-
- Rainmeter Sage
- Posts: 1398
- Joined: April 24th, 2021, 8:13 pm
Re: Simple countdown timer
from the Realm of Death
-
- Moderator
- Posts: 1242
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Simple countdown timer
You can leave it completely empty if you want:
Code: Select all
[Rainmeter]
ContextTitle=
ContextAction=
Code: Select all
[Rainmeter]
ContextTitle=Refresh
ContextAction=[!Refresh]
-
- Rainmeter Sage
- Posts: 1398
- Joined: April 24th, 2021, 8:13 pm
Re: Simple countdown timer
If you want parental controls, you can use the built in windows features instead of faking it in Rainmeter. And you can have better control that way.
https://news.microsoft.com/en-in/features/windows-10-parental-controls-feature/
from the Realm of Death
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Simple countdown timer
This won't work. Try:Active Colors wrote: ↑July 2nd, 2021, 9:59 am You can leave it completely empty if you want:Code: Select all
[Rainmeter] ContextTitle= ContextAction=
Code: Select all
[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1
RightMouseUpAction=[]
-
- Moderator
- Posts: 1242
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Simple countdown timer
Oops, I forgot RightMouseUpAction=[!SkinCustomMenu]jsmorley wrote: ↑July 2nd, 2021, 10:04 am This won't work. Try:
Code: Select all
[Rainmeter] Update=1000 DynamicWindowSize=1 AccurateText=1 RightMouseUpAction=[]
It had to be this way:
Code: Select all
[Rainmeter]
Update=1000
AccurateText=1
RightMouseUpAction=[!SkinCustomMenu]
ContextTitle=
ContextAction=
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Simple countdown timer
And in an answer to an earlier question, we won't ever build in a way to "lock down" Rainmeter. That is just not what it is about. The end-user sitting in front of the computer will always have full control over Rainmeter.
-
- Rainmeter Sage
- Posts: 6009
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: Simple countdown timer

-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Simple countdown timer
Active Colors wrote: ↑July 2nd, 2021, 10:06 am Oops, I forgot RightMouseUpAction=[!SkinCustomMenu]
It had to be this way:Code: Select all
[Rainmeter] Update=1000 AccurateText=1 RightMouseUpAction=[!SkinCustomMenu] ContextTitle= ContextAction=
Code: Select all
[Rainmeter]
Update=1000
AccurateText=1
ContextTitle=I don't think so Tim
ContextAction=[]
RightMouseUpAction=[!SkinCustomMenu]
-
- Rainmeter Sage
- Posts: 6009
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: Simple countdown timer
Both context title and context action require some values assigned to the options (even if it's a "separator" or "do nothing" thing), as jsmorley pointed out. I had the same "problem" recently. 

-
- Posts: 1138
- Joined: February 17th, 2011, 7:45 pm
- Location: a Galaxy S7 far far away
Re: Simple countdown timer
This forum must have the best community on the internet! Everyone is so helpful, I just want to say thank you to everyone for your comments and help.
It's a shame XYplorer forum isn't this good! It's a nightmare in comparison!
I wish I could get the help with the scripting like on here!
I can understand you not wanting the ability to lock out users, but I still think it would be a useful feature. But we can't have everything
I originally used RightMouseUpAction=0 to block right click actions. But thought that might entice him to explore why he can't as he's seen me do it lol
I don't want it to refresh as it'll restart the timer! Bad!!
Thanks Yincognito, be sure, I will teach him the ways of Rainmeter!

It's a shame XYplorer forum isn't this good! It's a nightmare in comparison!

I can understand you not wanting the ability to lock out users, but I still think it would be a useful feature. But we can't have everything

I originally used RightMouseUpAction=0 to block right click actions. But thought that might entice him to explore why he can't as he's seen me do it lol
I don't want it to refresh as it'll restart the timer! Bad!!
Thanks Yincognito, be sure, I will teach him the ways of Rainmeter!



- MuLab -