Search Results

Search results 1-3 of 3.

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

  • Hello, I'm trying to create the following application model: User clicks on the EDIT widget -> Modal window (screen keyboard) appears -> User input is stored -> The program reaches next line after virtual keyboard execution. Code: C Source Code (27 lines) Please look at the lines 11-13. Blocking dialog is created and it returns value using GUI_EndDialog() function. Actually everything works fine, but this line in documentation makes me mad: "Blocking functions should never be called from within …

  • Prevent button getting focus

    mati1485 - - emWin related

    Post

    HI! I have several buttons that works like a switches. On first click button changes the variable state to true and second to false (for example). Everyting works perfect but there is a problem. When I click button first time it's get focus and second click doesn;t do anything. I have to click somewhere and button lost focus - now I can click it second time. Is it a way to prevent button getting focus or lost it when I click it automatically? Best regards

  • Displaying BMP file on LPC54628

    mati1485 - - emWin related

    Post

    Hi, Currently I'm using LPC54628 development board and trying to display any image (BMP in general). I have 32x32 bmp image converted to C file. This is code generated from Bitmap Converter. C Source Code (76 lines) I' d like to simply display it using: C Source Code (1 line)But this function always returns 1 and of course nothing is displayed. I don't know where the problem is. Any other emwin features work like a charm - only images displaying fails. Maybe it's a problem with pallete or someth…