Unable to spy or select an infragistic treeview item on window 10, TC12
running my script on my new computer to window 10, I counter an issue that I cannot spy any tree item inside TreeView of Infragistics.Win.UtraWinTree.UltraTree, nfragistics.Win.UtraWinGrid
My script was working fine on Window window 7. Have talked to our dev, there was nothing different from their perspective.
For example (of course I cannot spy on the tree item anymore on window 10, I use object browser and object map tree to get the folderA object below. Refer to the attachement for my Object browser tree and object Map)
Set folderA = Aliases.NVivo.NVivo11_MainScreen.MainNavigationPanel.dockableWindow12.navigationControl.navigationUltraExplorerBar.ultraExplorerBarContainerControl1.sourcesUltraTree.Internals.Area_and_Township
Call folderA.Click()
=> Error "There was an attempt to perform an action at point (74, 10) which is transparent or out of the window bounds"
I try another way:
Set folderObj = Aliases.NVivo.NVivo11_MainScreen.MainNavigationPanel.dockableWindow12.navigationControl.navigationUltraExplorerBar.ultraExplorerBarContainerControl1.sourcesUltraTree
Call folderObj.ItemClick("|Internals|Interviews")
=> ErrorUnable to find the object ItemClick("|Internals|Interviews"). See Additional Information for details."
Hi All
Thanks heaps for all your replies. One of my work colleagues in here has figured out the issue. My Set custom scaling level is scaling up to 250% and my screen resolution is 3840*2160
Now Set custom scaling level is setting at 100% and my screen resolution is 1920*1080, it is working fine