jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

RAutomation does not trigger Windows Events #13

Closed myungs closed 13 years ago

myungs commented 13 years ago

For example, if you have a combo box with an OnChange event, when you use RAutomation select_list#select, it does not trigger the OnChange event.

myungs commented 13 years ago

A workaround we've been using is to tab to the control, and then send_keystrokes and that will select options/fill text fields and fire appropriate events.

Only problem with the workaround is the tabbing can be slow. If possible, can we get a #set_focus method?

enkessler commented 12 years ago

While workarounds are possible, the fact that RAutomation does not triggering Windows Events is still an issue. Is anyone handy enough with messaging to get RAutomation send out notifications on its own?