51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3795|回复: 4
打印 上一主题 下一主题

[原创] 请问一个treeview.select的问题

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2007-7-2 11:46:26 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
根据帮助里说的,wintreeview.select可以根据value或者index来选择,
如:wintreeview.select"xxx" 和wintreeview.select x是可以相同的,但是如果是wintreeview.select"xxx;xxx;xxx"也就是说选择的是子节点,那么如果用index的应该如何呢?
谢谢
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

5#
 楼主| 发表于 2007-7-2 14:53:51 | 只看该作者
真是太感谢了,我查了帮助的,就是没有上面提到的关键的Note的内容,难道因为我的帮助是8.2的?sdlkfj3
回复 支持 反对

使用道具 举报

  • TA的每日心情
    开心
    2016-2-27 08:48
  • 签到天数: 2 天

    连续签到: 1 天

    [LV.1]测试小兵

    4#
    发表于 2007-7-2 13:03:14 | 只看该作者

    Right-click a Node in a Tree View Control

    Sub Select_Example()

    'The following example uses the Select method to select the node with
    'the right mouse button, with an offset of 20 pixels:

    Dialog("Search").WinTreeView("SysTreeView32").Select "Green", 1, 20

    End Sub
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2016-2-27 08:48
  • 签到天数: 2 天

    连续签到: 1 天

    [LV.1]测试小兵

    3#
    发表于 2007-7-2 13:02:31 | 只看该作者
    Description
    Selects a node in the tree-view control.

    Syntax
    object.Select Item, [BUTTON], [Offset]

    object    A test object of type WinTreeView.
    Item       Required. A Variant value.

       The full path of the node to select in the tree-view control. The path is composed of the names of the nodes (with quotes) or numeric index (without quotes) separated by a semicolon. When specifying the index, the first node in a tree-view control is numbered 0.

      Note 1: If the node is identified by its full path, the default path delimiter is ';'. For example, "Root;Child1;Child2". If the default path delimiter character is used in a node name, you can change the delimiter character for your test or component using the "TreePathDelimeter" setting value. For example, Setting.Item("TreePathDelimiter") = "#"
    Note 2: If the node is identified by its numeric index, QuickTest counts only the expanded nodes. Child nodes of a collapsed parent node are not counted. The first root node in a tree-view control is numbered 0.
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2016-2-27 08:48
  • 签到天数: 2 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
    发表于 2007-7-2 13:00:37 | 只看该作者
    怎么不去看 QTP的帮助呢?
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-16 00:47 , Processed in 0.072403 second(s), 28 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表