• Hello,

    Not sure if we understand you correctly, but this issue does not seem to be related to Embedded Studio.
    Could you clarify what product you are using and what you are trying to achieve exactly?

    Best regards,
    Nino

    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: https://www.segger.com/ticket/

    Or you can contact us via e-mail.

  • Hi,

    I'm using STM32F746G-Disco Board, My target is to fill the circle(random color in white Background) when checkbox is checked and unfill the circle when checkbox is unchecked.

    Please do help me.

    Regards,
    Saieesh Kumar A

  • Hi,

    try this:


    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: https://www.segger.com/ticket/

    Or you can contact us via e-mail.

  • Hi Sven,

    Could you please help me with the logic. I have dumped the code provided by you but the same case is repeated here: Checkbox is not enabling and color is not filled. Initially it is unchecked and checkbox is not giving functionality to enable it.

    Regards,
    Saieesh Kumar A

  • Hi,

    This sounds strange.

    Did you cheecked if your touch input is working properly?

    If you create a simple button, does it react on touch?

    C
    void MainTask(void) {
      GUI_Init();
      BUTTON_Create(0, 0, 80, 20, 0, WM_CF_SHOW);
      while (1) {
        GUI_Delay(100);
      }
    }

    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: https://www.segger.com/ticket/

    Or you can contact us via e-mail.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!