Posted on November 17, 2015 at 10:26I create a new child dialogue with function GUI_CreateDialogBox. How to prevent the messages from the keyboard to the parent dialog not arrive. I need to handle message only in a child dialogue. Thank you for your...
Posted on September 07, 2015 at 17:18Hi. Create and modifi BUTTON I can. With functions BUTTON_Create, ... but how to delete it? BUTTON_Delete I found not. Can be used the function WM_DeleteWindow on the BUTTON? Or how to do it? Thenks JS
Posted on August 09, 2015 at 12:07Hello forum. I have some questions about STemWin and Unicode. GUI_UC_DispString is really the only function to display Unicode text? Windows and widgets does not support unicode?
Posted on June 18, 2015 at 21:36Hi. I used HAL drive and example from STM32Cube_FW_F4_V1.6.0 on Open429I HW. FatFs reading file from SD card via SDIO sometimes returns FR_DISK_ERR. After the reset program reads four files. Usually it finish OK. Some...
Posted on June 22, 2015 at 09:35Zdrav�ko, ve spolek. ;)Hi, i have set SDIO outputs as PullUp & lines are short: GPIO_Init_Structure.Mode = GPIO_MODE_AF_PP; GPIO_Init_Structure.Pull = GPIO_PULLUP; GPIO_Init_Structure.Speed = GPIO_S...
Posted on February 02, 2015 at 10:03Thank you, clive1, I also crashet on CRC. I have a problem with oriented data storage in memory. I use library GUIDRV_LIN_1. Horizontal line is saved as 0xFF, 0xFF, ... and I need as 0x80, 0x80, ... I wanted to co...