jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

RAutomation ignores disabled fields #14

Closed myungs closed 13 years ago

myungs commented 13 years ago

A minor issue, probably more related to Windows, but RAutomation can set disabled text_fields

snscaimito commented 13 years ago

Per our conversation via email I will now go through the code and add a check for disabled everywhere we set a value. If the control is disabled, nothing will happen.

myungs commented 13 years ago

RAutomation throws a RuntimeError with an appropriate error message. Closing as working.