Widget for displaying text and icons

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

  • Widget for displaying text and icons

    Hi,

    is there a widget in emWin that is able to display text and icons within the text?

    We want to implement a context help. In the text the button icons shall be displayed
    so that the user can recognize which button the text is referring to.

    Thanks in advance,
    Stefan.
  • Hello Stefan,

    Unfortunately there is no ready-to-use widget which allows displaying text as well as images. I would recommend using the IMAGE and the TEXT widget. If you want to combine those widgets you can use a simple window as parent.

    Another idea would be using ToolTips, in case your application will be used by a mouse-based pointer input device. ToolTips do also not support images, but they are clearly recognized, since they would refer to the widget which the PID points at.

    Best regards,
    Adrian