Closed myungs closed 11 years ago
I was hoping that the ms_uia
adapter would fix this, but it has the same implementation as the win_32
adapter so it does not trigger this event. I was going to look into changing it to use UIA to select the item instead.
This works now with ms_uia adapter. Not sure that it's possible to make it work with other ones. Closing.
For example: let us say I have a combo box, and depending on the value selected in the combo box, the OnChange event will change a value in a text field dynamically.
If I use RAutomation, it will not trigger the OnChange event.