Industrial Gadgets Value Property in RSView
I am using Industrial Gadgets in my RSView application and I need to perform a calculation/transformation on the value property for the gadget. How can I do this?
Unfortunately, calculations/transformations cannot be performed on the value property of gadgets used in RSView. In RSView, the value property of an object is read and write accessible. So, in order to perform calculations/transformation, RSView would have to be able to reverse the calculation/transformation when a write was taking place. RSView cannot reverse the operation, so it does not expose this capability for the value property.