MiniGUI
MiniGUI copied to clipboard
A modern and mature cross-platform window system for embedded systems and smart IoT devices.
GetTabbedTextExtentPoint接口的变化是否影响了各个出参,应用中发现字符宽度的计算变化很大
目前我们就使用minigui5.0.10一个核心库,想做到中文切换其他语言不重启设备,有没有什么方案呢,目前我们切换语言需要设备重启
你好,有个问题请教下 我创建了一个带双缓冲属性的窗口 然后为了让这个窗口透明,我设置了透明属性 SetWindowBkColor(hwnd, RGBA2Pixel(HDC_SCREEN, 0,0,0,0)); 但是设置了这个透明属性以后,双缓冲失效了,请问下是什么原因?有什么解决办法?
oad_cursor_from_file: LoadCursorFromFile: bad file type: 512 load_cursor_from_file: LoadCursorFromFile: failed when loading cursor from /usr/local/share/minigui/res/cursor/d_arrow.cur KERNEL>InitGUI: Count not init mouse cursor! KERNEL>InitGUI: initialization failed; please check your MiniGUI configuration or resource.
Hi, Mr.Vincent: I used ucos2_pthread to perform some multi-thread tasks. The miniGui version is 3.2.2. I created a thread using pthread_create(&threadID, 0, subThreadCallBack, NULL), and I put a pthread_exit(0) at...
Hello there! I want to try out MiniGUI and see it run on my local maschine and see what I can do with it. There are a few small ideas...
目前发现该词库中存在部分常用字的缺失,希望可以将其增加进词库中,但是该开源代码仓库似乎已经不存在了,该如何进行词库内容的补充
# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...
 你好,minigui3.0.12版本中,创建的CTRL_MLEDIT控件,使用ES_AUTOWRAP样式,在有较长文本时,通过SetWindowText将所有文本设置到控件,当按下按键每次翻页显示,当显示到最后一页的时候,最后的一行会被遮挡,通过修改控件的大小和通过EM_SETLINEHEIGHT设置行高效果还是一样,请问有什么方法让其不会遮挡呢?
3.0 ScrollView高度超过屏幕大小,下滑可通过SCANCODE_END判断已到底部。上滑怎么判断滑到顶部呢? 备注:界面打印没有SCANCODE_HOME消息