REgarding updation of same window

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

  • REgarding updation of same window

    Hi,
    I have created a Transparent button on a window and clicking on that button the same screen shpuld update with other content.
    For this i am invalidating the screen but the button still appearing .
    How can i update the same window without any widgets which are already existed before clicking a button.

    REgards,
    venakt
  • Hello Venkat,

    If you want a widget to disappear after a button was clicked, you can use the function WM_HideWindow().

    For detailed information about actions which can be performed with every kind of window, please refer to the chapter "The Window Manager (WM)" in the emWin user manual.

    Best regards,
    Adrian