根据屏幕宽进行移位,不知是否可行
似乎屏宽如下例的1920还要除上系统的缩放(系统设置---系统---屏幕---缩放与布局)
不知雨滴能否判断屏幕序号的呢,如果能,那也能用这个序号作为条件来进行移动皮肤
下面的例子是将皮肤居中显示,[!Move "X轴位置" "Y轴位置"]
屏宽=#WorkAreaWidth#
屏高=#WorkAreaHeight#
[MS移位]
Measure=Calc
IfCondition=(#WorkAreaWidth#<=1920)
IfTrueAction=[!Move "((#屏宽#-#提醒宽#)/2)" "((#屏高#-#提醒高#)/2)"]
IfCondition2=(#WorkAreaWidth#>1920)
IfTrueAction2=[!Move "((#屏宽#-#提醒宽#)/2)" "((#屏高#-#提醒高#)/2)"]
DynamicVariables=1
似乎屏宽如下例的1920还要除上系统的缩放(系统设置---系统---屏幕---缩放与布局)
不知雨滴能否判断屏幕序号的呢,如果能,那也能用这个序号作为条件来进行移动皮肤
下面的例子是将皮肤居中显示,[!Move "X轴位置" "Y轴位置"]
屏宽=#WorkAreaWidth#
屏高=#WorkAreaHeight#
[MS移位]
Measure=Calc
IfCondition=(#WorkAreaWidth#<=1920)
IfTrueAction=[!Move "((#屏宽#-#提醒宽#)/2)" "((#屏高#-#提醒高#)/2)"]
IfCondition2=(#WorkAreaWidth#>1920)
IfTrueAction2=[!Move "((#屏宽#-#提醒宽#)/2)" "((#屏高#-#提醒高#)/2)"]
DynamicVariables=1