Search Results

Search results 1-5 of 5.

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

  • Seems to be fixed

    sis - - emWin related

    Post

    Hi Adrian, seems to be fixed between version 5.22 and 5.26. I use version V5.22 and there it does not work. Also GUI_DrawRect and maybe some other functions do not use the clipping rectangle. How can I upgrade to 5.26? Thanks, Stefan.

  • Solved

    sis - - emWin related

    Post

    Hi, I finally found a solution. In WM_INIT_DIALOG I called WINDOW_SetBkColor(pMsg->hWin, GUI_INVALID_COLOR); This worked. Sorry for disturbing you, Stefan.

  • Cannot make window transparent

    sis - - emWin related

    Post

    Hi, I wanted to implement a wait dialog that shows an hourglass animated gif above the current gui. Unfortunately I cannot manage to make the dialog window invisible (transparent). I already set the WM_CF_HASTRANS flag on the GUI_WIDGET_CREATE_INFO, I called WM_SetHasTrans() on the window, I tried to set the background color to invalid. Nothing works. There is always a rectangular shape in the background. What am I doing wrong? Thanks in advance, Stefan Sixt.

  • Flickering

    sis - - emWin related

    Post

    Hi Chiasyan, for me it seems that the repainting is not performed in time. To force the control to repaint WM_Update() might help. For avoiding flickering in general you can use WM_EnableMemdev() on the dialog or on the control. This will use a memory device context for repainting. Hope this helps, Stefan.

  • Widget for displaying text and icons

    sis - - emWin related

    Post

    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.