RainMic1019
RainMic1019
I failed to reproduce this problem according to your fix (check methods before push). Platform: Windows 10. nodejs: v16.14.2.
What environment do you use?
The nodejs version you are using is too low. AWTK requires nodejs version>=10.0.0. It is recommended to update nodejs to the latest version and try again.
需要在 awtk-linux-fb/awtk_config.py 中取消宏定义 LOAD_ASSET_WITH_MMAP
你是怎么获取最大值的呢?我用 v-for 的用法试了一下,没能重现你说的问题,xml 如下:
我这边按照你的说法用 v-for 和 v-for-items 都试了一下,slide_indicator的 小圆点个数都是正常的,建议你先改成 v-for 用法,v-for-items 我们已经不再维护了,后面可能会考虑删掉。 如果使用 v-for 还是有问题的话,可以发个demo我们这边调一下看看。
上面说的 dialog 是否为模态窗口? 你是怎么关闭的呢?能否给一个 demo 我们看看。
我这边没能重现你说的问题,你提供一下能重现的demo吧。 打开模态对话框: ```c widget_t* dialog = window_open("dialog_name"); dialog_modal(dialog); ``` 关闭模态对话框: ```c dialog_quit(dialog); ```
需要定义宏 WITH_LCD_CLEAR_ALPHA