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.

  • Hallo segger-Team, could somebody please help me?

  • Thank you for your answer. I do not know which field has the focus. The focus of the Buttons is disabled. I do not use GUI_ExecDialogBox() for the Dialogs with the EDIT widgets. If I would use GUI_ExecDialogBox(), the Window won't be shown. So I use GUI_CreateDialogBox(). Can you tell me, why the window does not appear when I use the GUI_ExecDialogBox() function? Do I have to add GUI_Exec()? Are you from Germany? I would prefer to write in German, if you understand it. Regards, Wladimir

  • Hallo everyone, I'm using the stm32f429i-disc1 Board without a RTOS, just a superloop with emWin. I want to have a main site with a menu. The menu (several buttons) has the origin (0,0). If you want to try it, you have to set #define NUM_VSCREENS 2 in the LCDConfig.c file. The second site has the origin (0,320) and the content of the second site depends on which button has been pressed. If there are an EDIT widget a Window with a Numpad will be shown. My Problem is, that I can't edit numbers to …