Acknowledged
CIQQA-3188

Toybox.WatchUi.DataField.showAlert does not display Toybox.WatchUi.DataFieldAlert in full screen mode

For a data field, showAlert display a window that has exactly the same geometry as the data field.

For example: if the screen displays 2 windows, and one data field call showAlert(), the alert popup used only half of the screen. Also, the getWidth() and getHeight() return the full size of the screen, but only one half is displayed.

Note: it is unclear if the issue is an SDK issue or a problem of the Fenix7 software. But this is your job to identify this and correct. ;)

SDK: 8.1.1

Watch: Fenix7S v21.10

Activity: Strength

Parents
  • Interesting! I thought this is a simulator bug because I use it in my DataField daily on fr965 with no problem. One difference though is that I have 2 screens: on the 1st screen I have a full screen ciq DF, on the 2nd screen I have a 4 field layout, one of them is my ciq DF that displays the alert. In 99% of the time I am on the 1st screen and the alerts (from the DF in the 2nd screen) are displayed full screen

Comment
  • Interesting! I thought this is a simulator bug because I use it in my DataField daily on fr965 with no problem. One difference though is that I have 2 screens: on the 1st screen I have a full screen ciq DF, on the 2nd screen I have a 4 field layout, one of them is my ciq DF that displays the alert. In 99% of the time I am on the 1st screen and the alerts (from the DF in the 2nd screen) are displayed full screen

Children
  • The CIQ field need to be placed on y 2 field or more layout. Because the size of the size of the alert is the size of the field.

    Then, I suppose that this is related to the strength activity, I did not see this behavior before on other activities with my other data fields.

    Also it can be related to the Fenix7 firmware.

  • I did not reproduce it on the simulator, I see it on the watch and I guess it is a problem of the strength activity.