Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi Lane,
I wonder why when I record, the ClickItem is not used but click to coordinates on the window object instead?
It's weird. The control seems to be recognized as Open. So, the clicks must be recorded with the ClickItem method. However, it's difficult to say anything without reproducing the problem. To know the reason of this behavior, I recommend that you contact our Support Team and send them your tested application.
tvwOpenProject.ClickItem "|<blank>" and received error The TreeView node '<blank>' not found.
It's good as it means that the object has the ClickItem method. However, the item with the "<blank>" name is absent.
tvwOpenProject.Items.Item(5).Click Object doesn't support this property or method: 'tvwOpenProject.Items.Item(...).Click'
Try using the tvwOpenProject.wItems.Item(5).Click method. As far as I know, tree views have the wItems property, not the Items property.
If it doesn't work, please obtain the value returned by the tvwOpenProject.wItems.Count property. What does it return?
Thanks :)
Related Content
- 3 years ago
- 13 years ago
- 10 years ago
- 7 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago