Re: Please show me how to use descriptive programming for WinListView.

2019-02-10 Thread automate02022019
Hi, Were you able to solve below issue? Just a guess, maybe below may help: Set testWinList = Description.create() 'comment - may be try using 'micclass' instead of 'nativeclass' ? testWinlist("nativeclass").value = "WinListView" testWinlist("all items").value = ".*Jane.*"

Please show me how to use descriptive programming for WinListView.

2018-04-11 Thread sarahmear9
Hi I want to use descriptive programming for WinListView. Windows("abc") is in the object repository. The problem is that the dialog I'm working on has two WinListView objects. I cannot use windows id or hwnd because I'm afraid they might change. Both WinListView have almost same