Manfred_F
11 years agoRegular Contributor
handling multiple dialog instances
Hi,
how can I handle multiple dialog instances in my AUT? I want to open several detail dialogs from a table dialog and work with the data (different detail objects).
Using Aliases, I always get the instance opened at first, having the highest reading for the index property. The other dialog instances are not available.
One approach could be to use Find() to search in the object browser. The easiest way would be to use the existing alias' criteria for a search on the alias' parent object and to iterate using the Index property. Can I access the alias criteria via script?
Any other ideas?
Regards,
Manfred