02-20-2014, 05:15 PM
i also had same problem, the text box got disabled on selecting a particular radio button. to verify this i tried all RO properties and got success through only 1 property changing, that is height.
Code:
x=browser(..).page(...).webedit(..).getROproperty("height")
if x=0 then
msgbox "text box disabled"
else
'enabled