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

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-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
https://bbs.tsingfun.com/thread-1652-1-1.html 

App Inventor 2 QRCode 扩展:二维码扫描及生成方案都在这里 - App Invento...

1、QRCode 二维码扫码: 使用原生的“条码扫描器”组件: 2、二维码生成的方案: html + js + Web浏览器 方案:https://puravidaapps.com/qr.php QRCodeGenerator 拓展方案:https://community.appinventor.mi ... tor-extension/47908
https://bbs.tsingfun.com/thread-1658-1-1.html 

【转】AppInventor2 在同一屏幕内制作页面滑动切换效果 - App应用开发 - 清...

...首先,我们要将局部变量scrollX变成全局变量Global scrollX。使用当水平滚动条布局被松开事件,当水平滚动条布局被松开的时候,再行判断,这样就能保证用户已经滑动到位了再进行判断了。再次进行测试。发现根本没有切换页面...