Hi AllI have encountered possible bugs in calculate.override.It seems
that I cannot turn it off and allow the user to type freely, and then
turn it on again.The situation simplifed:1) There are 3 text boxes, A, B
and C.2) A and B are normal text boxes, free to type.3) C is set as
'Calculated - Read Only', the calculation is A.rawValue + B.rawValueNow
I want to allow the user to type anything they want into C (by pressing
a button), so I have to disable the calculation (and the read only
attribut...