06-11-2011 03:18 PM
This is probably a self-inflicted gunshot wound.
Does invalidating a Field without the event lock, invalidate the Field's manager?
In other words, if I invalidate one or more Fields individually, should I see any changes to the Field's manager?
Thanks.
Solved! Go to Solution.
06-11-2011 05:28 PM
No, invalidating the Field does not affect the manager. You must be confusing it with invalidating the Manager (does repaint all managed Fields) or doing updateLayout on the Field (which re-layouts the whole Screen).
06-11-2011 09:20 PM