zlgopen / awtk-linux-fb

awtk port for linux framebuffer
108 stars 49 forks source link

添加键盘后键盘页运行报错 #80

Closed ZIKEER closed 2 years ago

ZIKEER commented 2 years ago

更新awtk后 之前的工程运行到键盘页呼出后 运行界面卡死 输出报错刷屏 报错如下 麻烦看下怎么解决

widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_prop:1882 condition(widget != NULL && name != NULL && v != NULL) failed!
widget_set_visible_self:1166 condition(widget != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_prop:1882 condition(widget != NULL && name != NULL && v != NULL) failed!
widget_set_visible_self:1166 condition(widget != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_prop:1882 condition(widget != NULL && name != NULL && v != NULL) failed!
widget_set_visible_self:1166 condition(widget != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_prop:1882 condition(widget != NULL && name != NULL && v != NULL) failed!
widget_set_visible_self:1166 condition(widget != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_prop:1882 condition(widget != NULL && name != NULL && v != NULL) failed!
widget_set_visible_self:1166 condition(widget != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_prop:1882 condition(widget != NULL && name != NULL && v != NULL) failed!
widget_set_visible_self:1166 condition(widget != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_prop:1882 condition(widget != NULL && name != NULL && v != NULL) failed!
widget_set_visible_self:1166 condition(widget != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_style_color:4332 condition(widget != NULL && state_and_name != NULL) failed!
widget_set_prop:1882 condition(widget != NULL && name != NULL && v != NULL) failed!
xianjimli commented 2 years ago

资源重新生成了吗?在PC上可以重现?

ZIKEER commented 2 years ago

不好意思 这个解决了 是我修改程序在其他地方调用了 正好和键盘呼出一起触发行成的BUG, 现在有个新问题希望解答一下 目前觉得键盘按键字体太小,可以将字体调大 但是不知道中文候选字那一栏如何调整大小 有什么方法么

xianjimli commented 2 years ago

修改styles/keyboard.xml相应设置即可。

ZIKEER commented 2 years ago

谢谢,这个问题解决了