Are DataField derived classes updated when not visible?

I'm fairly certain that the answer is that the compute() method is invoked always and that the onUpdate() method is only invoked when the field is visible. Is this the case, or is it at least the intended behavior?

Travis
  • Former Member
    Former Member over 10 years ago
    You are correct. The compute() method will continue to be invoked every second even when the field is not visible. The onUpdate() method will be invoked every time the screen renders with the DataField visible.