hi, again i updated my emwin to 6.34. but video still not working. in the sample code there is a callback. How can my other objects appear on the screen while this code is running? Doesn't this part use the complete graphics part? Source Code (26 lines)
Hi, i want to play video emf file in child window. i can not find any examples. GUI_MOVIE_CreateEx functions plays movie in fullscreen. but i want to create video within child window using WM_CreateWindowAsChild function. any suggestion? Thanks.
Hi Mahmut, sorry for late return. i am calling this function start of my code. after calling these: GUI_Init(); WM_MULTIBUF_Enable(1); GUI_MEMDEV_MULTIBUF_Enable(1); OrientationInit(VERTICAL_ORIENTATION); Source Code (10 lines)
Dear, This is my label create call back function. I am using ttf font create library. Mp problem is whenever label changed , again and again calling GUI_TTF_CreateFont(&Font, &Cs); function. it creates function every changed. So it will takes time. I want to create it at startup once. Source Code (44 lines)
Dear, i have a listbox. so i want to save listbox datas to save file and restore again. When this code runs , Source Code (2 lines) it prints 0. i cant find get all data from listview. and restore it again. can you suggest any solition? my orginal source code is: C Source Code (252 lines)