It is currently March 29th, 2024, 12:05 am

ActionTimer and FrostedGlass

Get help with creating, editing & fixing problems with skins
azazello
Posts: 33
Joined: December 14th, 2017, 6:41 pm

ActionTimer and FrostedGlass

Post by azazello »

Hello!Decided to make the sliding panel ( like the notifications panel ) with the use of Frosted Glass.Searching the Internet found this skin https://www.deviantart.com/radnezvous/art/Ultimate-Sidebar-1-0-749537678 with that code

Code: Select all

[MeasureClose]
Measure=Plugin
Plugin=ActionTimer
ActionList1=Move1 | wait | Move2 |wait | ...... | MoveN
Move1=[!Move ]
Move2=[!Move ]
........
MoveN=[!Move ]


Are there other options to use ActionTimer and FrostedGlass? Panel opens left.
Last edited by azazello on July 21st, 2018, 7:30 pm, edited 1 time in total.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer and FrostedGlass

Post by balala »

azazello wrote:Are there other options to use ActionTimer and FrostedGlass.
This wants to be a question? What other options you're interested in? You have to know that FrostedGlass plugin can only blur the entire skin, not part(s) of it.
azazello
Posts: 33
Joined: December 14th, 2017, 6:41 pm

Re: ActionTimer and FrostedGlass

Post by azazello »

balala
I know that blurs the entire skin.I would like a more compact version :)
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer and FrostedGlass

Post by balala »

azazello wrote:balala
I know that blurs the entire skin.I would like a more compact version :)
A more compact version of what? Of the FrostedGlass plugin measure? From start it is extremely compact and I doubt it could be more then this:

Code: Select all

[FrostedGlass]
Measure=Plugin
Plugin=FrostedGlass
Type=Acrylic
Border=All
azazello
Posts: 33
Joined: December 14th, 2017, 6:41 pm

Re: ActionTimer and ActionTime

Post by azazello »

Balala
you me not so understood.I need the code panel on the basis of ActionTime for which you can apply the plugin FrostedGlass
Last edited by azazello on July 21st, 2018, 7:41 pm, edited 1 time in total.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer and ActionTime

Post by balala »

azazello wrote:I need the code panel on the basis of ActionTime for which you can apply the plugin ActionTime
What would you need to move or do with the ActionTimer plugin? If you'd like to move a meter, do you have a start code of that meter?
azazello
Posts: 33
Joined: December 14th, 2017, 6:41 pm

Re: ActionTimer and FrostedGlass

Post by azazello »

Using this option ,I can not apply

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1
SkinWidth=220
SkinHeight=185

[Metadata]
Name=SlideDemo\SimpleToLeft
Author=JSMorley
Version=May 11, 2016
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Information=Demonstration of using ActionTimer to slide out a panel

[Variables]
OffSet=190
State=1
U=[!UpdateMeasure MeasureSlider][!UpdateMeter *][!Redraw]

; Slider Measure

[MeasureSlider]
Measure=Plugin
Plugin=ActionTimer
ActionList1=Repeat SlideLeft, 2, 22
SlideLeft=[!SetVariable State "2"][!SetVariable OffSet "(Clamp(#OffSet#-9,0,190))"]#U#
ActionList2=Repeat SlideRight, 2, 22
SlideRight=[!SetVariable State "1"][!SetVariable OffSet "(Clamp(#OffSet#+9,0,190))"]#U#
DynamicVariables=1
when using this option I can apply

Code: Select all

[MeasureClose]
Measure=Plugin
Plugin=ActionTimer
ActionList1=Move1 | wait | Move2 |wait | ...... | MoveN
Move1=[!Move ]
Move2=[!Move ]
........
MoveN=[!Move ]
So the question arose, is there any other way to create a sliding panel with the effect FrostedGlass ?
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer and FrostedGlass

Post by balala »

azazello wrote:So the question arose, is there any other way to create a sliding panel with the effect FrostedGlass ?
You mean you would like to create a blur effect just on the sliding panel?
azazello
Posts: 33
Joined: December 14th, 2017, 6:41 pm

Re: ActionTimer and FrostedGlass

Post by azazello »

yes
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer and FrostedGlass

Post by balala »

azazello wrote:yes
I'm afraid it's not possible. As you said it yourself:
azazello wrote:I know that blurs the entire skin.
So, it's not possible to blur only the sliding panel. Sorry...