Hi,
Here is the situation:
1. User update settings.
2. Watch syncs, app.onSettingsChanged is called
3. I want the current view to react!
For DataField that is easy... I simply store a reference to the view I initiate in getInitialView() and then I can call something on it if I need to.
But supposing I have two or three different views that could display... how can I get the app to find the currently displaying view and notify it that there has been a settings change so that it needs to recalculate stuff?
Thanks,
G