51Testing软件测试论坛
标题:
请教,用SetTOProperty给对象设置属性值问题
[打印本页]
作者:
lucky520
时间:
2007-5-11 00:13
标题:
请教,用SetTOProperty给对象设置属性值问题
使用SetTOPropertyh函数给对象WinButton的width属性设置属性见下脚本
t=Cint(Dialog("ADSL 状态").WinButton("关闭(C)").GetROProperty ("width"))
Dialog("ADSL 状态").WinButton("关闭(C)").SetTOProperty"width","t"
请教问题:为何运行后,WinButton的width属性值显示为t,而不显示为t的实际数值呢?
作者:
joshfang
时间:
2007-5-11 04:35
t是变量,去掉t的双引号
作者:
wangxinwen
时间:
2007-5-11 09:09
object.SetTOProperty Property, Val
object: A test object of type WinTab.
Property: Required. A String value.
Val: Required. A Variant value.
作者:
htot05
时间:
2007-5-11 13:48
呵呵,当字符串用了
作者:
lucky520
时间:
2007-5-11 22:54
sdlkfj5 原来这样.thankyou
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2