Hello, I would like to know how can I remove the outline box (in black color) of a listbox as in forum.segger.com/index.php/Attachment/3708/the attached image. Regards, Ashley
I use dialog which creates a LISTBOX widget from resource table entry.(GUI_CreateDialogBox) to hold several widget. And I was wondering there is a way to draw multi-lined item by setting some configuration. I will try owner drawing as you say. Thank you very much~
Hi, I would like to know that there is any way to express more than one lined listbox item. For example, "Meet with Henry 2019/11/30" Thank you, Regards, Ashley
Hello, I would like to ask about Multi-Language Support. According to "32.2.3 Loading files from non addressable areas" in UM03001_emWin5.pdf, With GUI_LANG_GetText(), a specific text will be allocated in RAM, read from the file and converted in a legal zero delimited string. Is there a way to de-allocate this allocated memory when the language is changed? What I want is to de-allocated all memory allocated for "English language text" when the language is changed to "English" to "Spanish", Thank…