Search found 4 matches

by ozzs
Wed Oct 10, 2018 8:02 am
Forum: General Questions
Topic: Not found repository items
Replies: 1
Views: 1218

Not found repository items

Hi, I have a solution on my PC which all tests work fine. I have no problem on my PC. However, when I run same solution on another PC, Ranorex can't find some of the repository items on the software even if these repository items exist on the solution. Therefore, I have to record again for the repos...
by ozzs
Fri Aug 17, 2018 1:13 pm
Forum: General Questions
Topic: Can't reach TreeItem's nodeParameters
Replies: 5
Views: 1436

Re: Can't reach TreeItem's nodeParameters

Hi, I'm still facing this problem. I prepared a snapshot. You can see the strucrture of the tree item. I want to get the value of the nodes but I can't. My Ranorex version 8.1.2 the problem was occurring in the older version as well, OS: Windows 7, Hardware: i7, 16GB Memory, onboard gpu card. Regard...
by ozzs
Tue Nov 14, 2017 6:40 am
Forum: General Questions
Topic: Can't reach TreeItem's nodeParameters
Replies: 5
Views: 1436

Re: Can't reach TreeItem's nodeParameters

Hi, My Ranorex version 7.2.0 the problem was occurring in the older version as well, OS: Windows 7, Hardware: i7, 16GB Memory, onboard gpu card. Because of the content of the project I can't share further information. If you can tell me something to try to reach the information on nodeParameters, I'...
by ozzs
Mon Nov 13, 2017 2:33 pm
Forum: General Questions
Topic: Can't reach TreeItem's nodeParameters
Replies: 5
Views: 1436

Can't reach TreeItem's nodeParameters

Hi, I'm trying get text, cell information of my TreeItem but I can't get any information of it. Tracking the TreeItem and adding it to the my repository. Using this method: public bool findTreeItemInTree(Tree myTree, String itemName) { IList<TreeItem> myItems = myTree.Find<TreeItem>(".//treeitem", 1...