It is currently October 15th, 2024, 12:51 am
Tranfering/Saving Variables
-
- Posts: 47
- Joined: July 16th, 2010, 4:24 am
Re: Tranfering/Saving Variables
Yeah, I got it working with nircmd. Thanks for your help.
-
- Posts: 97
- Joined: July 25th, 2010, 7:23 am
Re: Tranfering/Saving Variables
If you want ALL of the skins to read the changed variable, I saw a post about communicating between skins in the tips & tricks section. That may give you the help you need.
Away for a while :(
Programming isn't a hobby, it's a lifestyle choice.
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1207][b]T34M V.1.5.0.|2[/b][/url] <----I'ts l33t, look it up
Coding Skills: [color=#00FFFF]4.5[/color]
Answering Skills: [color=#00FFFF]4[/color]
Image Editing: [color=#00FFFF]3[/color]
Knowledge: [color=#00FFFF]4.5[/color]
Technical Skills: [color=#00FFFF]3[/color]
Programming isn't a hobby, it's a lifestyle choice.
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1207][b]T34M V.1.5.0.|2[/b][/url] <----I'ts l33t, look it up
Coding Skills: [color=#00FFFF]4.5[/color]
Answering Skills: [color=#00FFFF]4[/color]
Image Editing: [color=#00FFFF]3[/color]
Knowledge: [color=#00FFFF]4.5[/color]
Technical Skills: [color=#00FFFF]3[/color]
-
- Posts: 47
- Joined: July 16th, 2010, 4:24 am
Re: Tranfering/Saving Variables
yeah you can use setvariable to set the variable in all of the skins at once i believe, but it still isn't stored in inc which is what i wanted.
-
- Developer
- Posts: 22856
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Tranfering/Saving Variables
!RainmeterSetVariable doesn't store anything anywhere. That is not what it is for. If you want to actually write to a file, you have to use some kind of addon. it can be nircmd, AutoIt, or even a DOS batch file, but Rainmeter doesn't "write" to files.brijamelsh wrote:yeah you can use setvariable to set the variable in all of the skins at once i believe, but it still isn't stored in inc which is what i wanted.
-
- Posts: 47
- Joined: July 16th, 2010, 4:24 am
Re: Tranfering/Saving Variables
yup, which is what i said
-
- Posts: 97
- Joined: July 25th, 2010, 7:23 am
Re: Tranfering/Saving Variables
Well, there's a new bang in the latest beta that can do this. the bang is !RainmeterWriteKeyValue
Away for a while :(
Programming isn't a hobby, it's a lifestyle choice.
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1207][b]T34M V.1.5.0.|2[/b][/url] <----I'ts l33t, look it up
Coding Skills: [color=#00FFFF]4.5[/color]
Answering Skills: [color=#00FFFF]4[/color]
Image Editing: [color=#00FFFF]3[/color]
Knowledge: [color=#00FFFF]4.5[/color]
Technical Skills: [color=#00FFFF]3[/color]
Programming isn't a hobby, it's a lifestyle choice.
[url=http://www.rainmeter.net/forum/viewtopic.php?f=83&t=1207][b]T34M V.1.5.0.|2[/b][/url] <----I'ts l33t, look it up
Coding Skills: [color=#00FFFF]4.5[/color]
Answering Skills: [color=#00FFFF]4[/color]
Image Editing: [color=#00FFFF]3[/color]
Knowledge: [color=#00FFFF]4.5[/color]
Technical Skills: [color=#00FFFF]3[/color]