Using GUIBuilder want to create a BUTTON with a name but dot not want that name to display at run time

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

  • Using GUIBuilder want to create a BUTTON with a name but dot not want that name to display at run time

    Hello,

    I want to create a simple button using GUIBuilder, let's call this button: "PLAY_BUTTON". I will replace that button with an image at run time. I don't want the name "PLAY_BUTTON" to appear on top of my image on my display when running the app. I just want the image to be displayed. Would there be a simple way to do that vs using skinning? Like a simple API command telling Windows manager not too display the button name on top of the image.

    Thanks!
    SPA
  • Hi,

    I guess the easiest way is to cal BUTTON_SetText(hButton, ""), simply with an empty string.

    Regards,
    Sven
    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.