Originally Posted by
sajithkutty
Hi,
My AUT has a control which looks more like a Table OR ListView. It has 7 columns. Each time my AUT catches a messages sent to it over the network, a new row gets added to the control. Silk identifies the control as CustomWin.
I tried mapping the object to ListView class. In this case I run into
Error: Window type mismatch - Expecting a listview in details view
for any function from ListView class that i might use in my script. This led me to think that may be ListView wasn't the right class.
When I map it to "Table" class i keep getting
Error: Internal error in agent - Function never returned a value
for any function from table class that i might use. Is there a way i can get around this error? what is causing this?
Thanx in advance.
Sajith