Hi,
I my wathface i have some parameters i read with getProperty. Everything works fine.. when i change from GCM the value the function onSettingsChanged in app is called but when i read again some properties i have null values.... any idea WHY?? the wathface crashes...
function onSettingsChanged() { // triggered by settings change in GCM
if(m_mainView)
{
m_mainView.handlSettingUpdate();
Ui.WatchUi.requestUpdate(); // update the view to reflect changes
}
thanks!!