No. TwoFace Doom Forever pirate Mod 2000. Cyberdemon Substitute
It is currently December 5th, 2023, 5:23 am
Animation Question
-
- Posts: 13
- Joined: November 5th, 2023, 2:40 pm
Re: Animation Question
Edit: This one's for PsxDoomForever:
No. TwoFace Doom Forever pirate Mod 2000. Cyberdemon Substitute
No. TwoFace Doom Forever pirate Mod 2000. Cyberdemon Substitute
Re: Animation Question
That can be done, and it would require another meter: String. With MouseOverAction and MouseLeaveAction.
Use your font settings.
Code: Select all
[Variables]
HighlightColor=
FontColor=
[Shortcut]
Meter=String
FontFace=
FontSize=
FontColor=#FontColor#
Text=Browser
MouseOverAction=[!SetOption Shortcut FontColor "#HighlightColor#"][!UpdateMeter Shortcut][!Redraw]
MouseLeaveAction=[!SetOption Shortcut FontColor "#FontColor#][!UpdateMeter Shortcut][!Redraw]
AntiAlias=1
DynamicVariables=1
-
- Rainmeter Sage
- Posts: 6399
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: Animation Question
If they aren't drawn by Rainmeter (i.e. as part of a skin), nope. Windows' desktop shortcuts are controlled by Windows, not Rainmeter, so unless using some kind of program to patch the Windows DLLs, manipulating them the way you want is not possible. Of course, if they are part of a skin, you can do all kinds of things with them.PsxDoomForever wrote: ↑November 5th, 2023, 3:59 pmOwn shortcuts on the Windows desktop that will be responsible for this or that folder or program on my desktop - can’t they be animated?![]()
-
- Posts: 13
- Joined: November 5th, 2023, 2:40 pm
Re: Animation Question
The desktop shortcuts - as in default ones that come in package with operating system or shortcuts from some skin in Rainmeter?
The simplest skin that will be responsible for the animation of icons on the desktop. I will create icons in the skin that will be responsible for opening a program or folder.
The simplest skin that will be responsible for the animation of icons on the desktop. I will create icons in the skin that will be responsible for opening a program or folder.
Re: Animation Question
May I suggest you to look at some Docks and Launchers? What you might be trying to accomplish might already be made.
-
- Posts: 13
- Joined: November 5th, 2023, 2:40 pm
Re: Animation Question
Of course, if they are part of a skin, you can do all kinds of things with them.
[/quote]
Yes. They will be part of a simple skin, where I will create icons responsible for opening a folder or program.
[/quote]
Yes. They will be part of a simple skin, where I will create icons responsible for opening a folder or program.
-
- Posts: 13
- Joined: November 5th, 2023, 2:40 pm
-
- Rainmeter Sage
- Posts: 15823
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Animation Question
Unfortunately you can't use Rainmeter to react to mouse hovering over a Windows shortcut, wherever is it placed. Sorry, but that's it.PsxDoomForever wrote: ↑November 5th, 2023, 4:11 pm The desktop shortcuts - as in default ones that come in package with operating system or shortcuts from some skin in Rainmeter?
-
- Rainmeter Sage
- Posts: 6399
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: Animation Question
You can open a program or folder from whatever icons in your skin, but don't expect those icons to replace the default ones that come in package with operating system. Overlapping them and such, yes, but replacing them, no.PsxDoomForever wrote: ↑November 5th, 2023, 4:11 pmThe simplest skin that will be responsible for the animation of icons on the desktop. I will create icons in the skin that will be responsible for opening a program or folder.
-
- Rainmeter Sage
- Posts: 6399
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita