- UID
- 571400
- 主题
- 注册时间
- 2021-8-3
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 4 天 [LV.2]偶尔看看I
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?点击注册
x
本帖最后由 blackjack550 于 2021-8-3 14:31 编辑
大家好,先感谢rainmeter这个工具感觉很好用,想学习一下做点小工具便于使用
目前没找到比较好用的股票小工具,自己修改别人的能实现,但是不便于其他人使用,所以想通过输入框搜索股票代码然后添加,但是按文档测试了几种写法不管用,所以来发帖求助
- [measureInput]
- ; 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
复制代码- [MeterSecondVar]
- Meter=String
- X=5
- Y=55
- FontSize=10
- FontColor=255,255,255,255
- AntiAlias=1
- Text=#SecondVar#
复制代码
根据google那个代码修改一下,我看文档以为这个是赋值给SecondVar变量,可是测试不能成功,输入以后SecondVar并不能替换成输入字符,请问怎么处理?
|
|