-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
设置控件文本内容不能显示 #10
Comments
如果全部无法显示,看看字体是否有问题。 |
控件都可以显示,但是控件文本内容不能显示。 |
我的意思全部文本都不能显示吗 |
是的,全部文本都不能显示 |
你更新代码AWTK试试,前几天字体生成工具出了点问题,看看是不是这个问题引起的(如果是这个问题,应该编译不过啊)。 |
下载最新AWTK代码可以显示了。之前那个版本AWTK是编译不过,修改了部分代码,才能正常编译,但是不能显示文本内容。 |
好的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
创建button控件,button边框可以显示,但是文本内容不显示
show_dialog = button_create(win, 190, 5, 40, 30);
widget_set_text(show_dialog, L"Dialog");
The text was updated successfully, but these errors were encountered: