I'm currently polishing a music playing skin I wrote, so I use this 4.5.30.3783 Rainmeter version, but I don't see any obvious issues with !SetWindowPosition, neither from the same skin (the controlled one) or from another one (the controlling one) - but then I don't know exactly what to look for either...I'm fairly certain this was not a limitation in prior releases.
Can anyone else confirm? Latest August 8th version.
!SetWindowPosition is also a problem.
[SkinsFolder]\Test\Test.ini (the controlling skin):
Code:
[Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1---Meters---[Image]Meter=ImageW=100H=100SolidColor=255,0,0,255LeftMouseUpAction=[!SetWindowPosition "(#SCREENAREAX#+#SCREENAREAWIDTH#-#CURRENTCONFIGX#)R" "(#CURRENTCONFIGY#)" "(#CURRENTCONFIGWIDTH#)R" "0" "Test2"]RightMouseUpAction=[!SetWindowPosition "(#CURRENTCONFIGX#)" "(#CURRENTCONFIGY#)" "0" "0" "Test2"]DynamicVariables=1
Code:
[Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1---Meters---[String]Meter=StringW=300H=300FontFace=Segoe UIFontSize=11FontColor=255,255,255,255Text=SetAnchor testSolidColor=0,0,0,255AntiAlias=1ClipString=1MouseScrollUpAction=[!SetOption String W ([String:W]+20)][!UpdateMeter *][!Redraw]MouseScrollDownAction=[!SetOption String W ([String:W]-20)][!UpdateMeter *][!Redraw]DynamicVariables=1[Click]Meter=ShapeX=([String:XW]-[Click:W])Y=0Shape=Rectangle 0,0,40,40,0 | Fill Color 0,200,0 | StrokeWidth 0LeftMouseUpAction=[!SetWindowPosition "(#SCREENAREAX#+#SCREENAREAWIDTH#-#CURRENTCONFIGX#)R" "(#CURRENTCONFIGY#)" "(#CURRENTCONFIGWIDTH#)R" "0"]RightMouseUpAction=[!SetWindowPosition "(#CURRENTCONFIGX#)" "(#CURRENTCONFIGY#)" "0" "0"]DynamicVariables=1
Statistics: Posted by Yincognito — 6 minutes ago