Hi,
I'm trying to get info from some application and i use
childhandlelist("active","c=MyTargettedClass")
But I do not receive only the child windows but also the child of the
child.....
for a child window A, childhandlelist return nothing even if a control
handle A1 parent return A .
Does it exist a way to have childhandlelist behave as return only
direct child and childhandlelist works also for non main windows (with
additional switches )....
For now, i use childwin but it is not maintained anymore and i really
prefer to use win.plugin instead..
I've also noticed that win.gettext does not get text from all
controls.... Does it exist a way to get also list, menu,... info with
an up to date plugin or at least one with public sourcecode.....