How to make widget IMAGE draw GIF repeating only once?

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

  • How to make widget IMAGE draw GIF repeating only once?

    Hello all,

    I have a GIF containing several frames with proper time interval.

    First I use GUI_GIF_xxx, everything seems okay.
    Then I turn to widget IMAGE, it repeat drawing all the time!

    So the question is:
    How to make widget IMAGE draw GIF repeating only once?

    Thanks,
    Kenmux
  • Only modify the source can do the job

    From the document there's the description:
    Animated GIF files are displayed automatically.
    Also, I look into the source codes.
    The widget IMAGE replays the GIF with multi-frames automatically.
    So, only modify the source can do the job.