Thanks to your support I managed to Beta Launch my first app today! Thanks for all the helps so far. But upon using it on my actual garmin device I noticed that the screen only updates when I tap it (activating functions that explicitly call WatchUi.requestUpdate();) It actually didn't do this in the simulator either, but I thought it would solve itself on the device.
Elsewhere on the discussions boards I read it should update every second, at the very least every minute. But it does neither. Could it be that I have accidently overwritten the basic screen update settings?
Any suggestions on how to get it to refresh the view every second (at minimum)? Thanks in advance
-------------
My code looks like this, it is pretty basic I guess.
- onLayout calls on the basic background layout which I set to white
- onShow and onHide are empty
- onUpdate holds a reference to other functions that draw the view
-------------