Hi partialUpdatesAllowed = ( Toybox.WatchUi.WatchFace has :onPartialUpdate ); is not compatible in EPIX The watchface crash
And the CIQ_LOG.txt contains this information unable to close power sensor
ERROR: Unexpected Type Error
DETAILS: Failed invoking <symbol>
STORE_ID: 00000000000000000000000000000000
CALLSTACK:
C:\Users\Parents\workspace\WF4CONEW\.\source\GenView.mc (onLayout:165)
WARNING: Unable to close bike power sensor
STORE_ID: 00000000000000000000000000000000
ERROR: Unexpected Type Error
DETAILS: Failed invoking <symbol>
STORE_ID: 00000000000000000000000000000000
CALLSTACK:
C:\Users\Parents\workspace\WF4CONEW\.\source\GenView.mc (onLayout:165)
WARNING: Unable to close bike power sensor
STORE_ID: 00000000000000000000000000000000
ERROR: Unexpected Type Error
DETAILS: Failed invoking <symbol>
STORE_ID: 00000000000000000000000000000000
CALLSTACK:
C:\Users\Parents\workspace\WF4CONEW\.\source\GenView.mc (onLayout:165)
WARNING: Unable to close bike power sensor
STORE_ID: 00000000000000000000000000000000
When i write
System.println("partialUpdatesAllowed="+partialUpdatesAllowed);
partialUpdatesAllowed = ( Toybox.WatchUi.WatchFace has :onPartialUpdate );
System.println("partialUpdatesAllowed After Toybox="+partialUpdatesAllowed); watch face crash
Didier