大约有 3,100 项符合查询结果(耗时:0.0041秒) [XML]

https://bbs.tsingfun.com/thread-1585-1-1.html 

appinventor列表如何添加多项? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

使用“列表”中的“创建列表”积木,点击拓展按钮拖动多个参数,详细步骤如下:
https://bbs.tsingfun.com/thread-1587-1-1.html 

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中的“相反数”积木: 返回给定数字的负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1590-1-1.html 

AppInventor2列表显示框中列表项背景颜色可以定制吗? - App Inventor 2 中...

...不能定制每个列表项的背景颜色。 要做到这一点,请使用高级拓展版的列表显示框: 列表项背景色ColinTreeListViewElement1 ▾.ElementBackgroundColor ▾ 设置ColinTreeListViewElement1 ▾.ElementBackgroundColor ▾ https://aix.colintree.cn/zh/extensions/C...
https://bbs.tsingfun.com/thread-1593-1-1.html 

Error 1103: Unable to complete the given request with the text - App I...

...助菜单 -> AI伴侣信息,升级一下AI伴侣,就可以愉快地使用啦~ 你这答案跟没说一样,解决不了任何问题paulxlxy 发表于 2024-05-30 21:37 你这答案跟没说一样,解决不了任何问题 本质原因是网络受限导致连接失败。来,你来给个更...
https://bbs.tsingfun.com/thread-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1的属性“图标”中修改,如图: 点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景的png图片作为图标,以实现镂空的效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
https://bbs.tsingfun.com/thread-1601-1-1.html 

【解决】Component "com.google.appinventor.components.runtime.Butt...

... 解决:if 判断代码块过多导致的,精简 if 判断代码块,使用数据表(字典)来处理逻辑。AppInventor逻辑处理数量是有上限的。 引用创始人的回复:Java 和 Android 的内部类表示大多是 16 位,因此许多东西(例如方法)的长度就...
https://bbs.tsingfun.com/thread-1612-1-1.html 

为什么 App Inventor 扩展导入了,但是没啥反应? - App Inventor 2 中文网...

大概率是导入拓展后,没有拖动拓展到界面上! 导入拓展后,别忘了拖动拓展到主界面上,这样才算真正创建了拓展对象,这时才能使用拓展的方法。
https://bbs.tsingfun.com/thread-1629-1-1.html 

SideBarV2 侧边栏拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

效果如下: 图标库可以使用大名鼎鼎的 MaterialDesign 库,上传.ttf 字体文件并指定即可。 .aix拓展下载: 也有其他替代方案: https://ullisroboterseite.de/android-AI2-SideBar.html https://ullisroboterseite.de/android-AI2-SideBar2.html ...
https://bbs.tsingfun.com/thread-1641-1-1.html 

二进制文件的读写 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...ry-file-after-i-received-from-ble/90929/9二进制文件的读取/写入可使用此拓展,下载地址:https://bbs.tsingfun.com/thread-1648-1-1.html
https://bbs.tsingfun.com/thread-1648-1-1.html 

UrsAI2ByteArray 字节数组扩展:读写二进制数据 - App Inventor 2 拓展 - ...

在技​​术应用或控制设备时,经常需要使用二进制数据。此扩展允许维护二进制数据字段(字节数组)。 官方页面:https://ullisroboterseite.de/android-AI2-ByteArray-en.html