Overlap of values without being clear

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Overlap of values without being clear

      Hi,

      I am facing the issue of display value getting updated on top of the existing value without it being cleared. This doesn't happen all the time. What could be the possible root cause for this issue?
      please find attached the image for your reference.
      Any help on this is appreciated.

      Thanks.
      Images
      • overlap.jpg

        38.18 kB, 640×214, viewed 339 times
    • Hi,

      Which emWin version are you using? And could you please share a code snippet to reproduce this behavior?

      Thanks and best regards,
      Florian
      Please read the forum rules before posting.

      Keep in mind, this is *not* a support forum.
      Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
      Should you be entitled to support you can contact us via our support system: segger.com/ticket/

      Or you can contact us via e-mail.
    • Hi Florian,

      We used the Appwizard V1.36b_6.32b to design the window.
      We have used an ID_TEXT_MEAS_VAL to update the measurement values as and when it is changed.
      The value is passed as string to this ID_TEXT_MEAS_VAL from the application.
      APPW_SetText(ID_SCREEN_HOME, ID_TEXT_MEAS_VAL_C1, g_Str_PriMeasVal);

      Initially the update is ok. After sometime the overlap issue occurs.
      Your help on this is highly appreciated.

      Thanks.