求助想写一个股票的小工具,输入框输入数据赋值没实现
本帖最后由 blackjack550 于 2021-8-3 14:31 编辑大家好,先感谢rainmeter这个工具感觉很好用,想学习一下做点小工具便于使用
目前没找到比较好用的股票小工具,自己修改别人的能实现,但是不便于其他人使用,所以想通过输入框搜索股票代码然后添加,但是按文档测试了几种写法不管用,所以来发帖求助
; The InputText.dll plugin has special powers: it allows user input.
; However, it's not the easiest way to start learning Rainmeter. Get a
; hold of the basics, and then check out the manual entry for InputText.
Measure=Plugin
Plugin=InputText.dll
SolidColor=20,20,20,255
StringAlign=Left
StringCase=None
StringStyle=Bold
StringEffect=Shadow
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
X=10
Y=38
W=188
H=17
FocusDismiss=1
DefaultValue=""
; Command1=["http://hq.sinajs.cn/list=s_sz$UserInput[ DISCUZ_CODE_0 ]quot;]
Command1=!SetVariable SecondVar "$UserInput[ DISCUZ_CODE_0 ]quot;
UpdateDivider=86400
Meter=String
X=5
Y=55
FontSize=10
FontColor=255,255,255,255
AntiAlias=1
Text=#SecondVar#
根据google那个代码修改一下,我看文档以为这个是赋值给SecondVar变量,可是测试不能成功,输入以后SecondVar并不能替换成输入字符,请问怎么处理?
Meter=String
X=5
Y=60
FontSize=10
FontColor=255,255,255,255
AntiAlias=1
DynamicVariables=1
Text=股票代码:#SecondVar#
解决了需要编程动态变量
页:
[1]