大约有 1,600 项符合查询结果(耗时:0.0053秒) [XML]

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

Async Procedures 拓展:异步任务拓展,异步处理耗时任务 - App Inventor 2...

... https://community.kodular.io/t/f ... res-extension/21322 高级异步拓展:Enhanced Asynchronous Task Extension https://community.kodular.io/t/f ... sk-extension/253314
https://bbs.tsingfun.com/thread-1372-1-1.html 

ButtonBar拓展:定制功能非常强大、效果非常酷炫的导航条拓展 - App Invent...

先看效果: 请问,如果我希望在一个页面中同时具有顶部导航条和底部导航条,该怎么使用此扩展组件?wolfgang168 发表于 2024-04-11 10:03 请问,如果我希望在一个页面中同时具有顶部导航条和底部导航条,该怎么使用此扩...
https://bbs.tsingfun.com/thread-1873-1-1.html 

DendritasMqtt 拓展:用于 websocket 的Mqtt扩展 - App Inventor 2 拓展 - ...

DendritasMqtt 拓展:用于 websocket 的Mqtt扩展,附件可下载。MQTT TCP 拓展:提供MQTT服务的拓展,收费的,感觉没啥用,了解下即可,附件有稍旧的免费版本。这个拓展感觉应该是原始版本,支持原生的TCP协议,用最新版本即可:https:...
https://bbs.tsingfun.com/thread-1810-1-1.html 

【ClientSocketAI2Ext】拓展报错信息如何自定义展示? - App Inventor 2 拓...

目前该拓展报错(比如IP或端口不通)后,直接App崩溃退出,如下: 如何自定义并友好地展示报错信息呢? 一般地,使用屏幕1.出现错误 这个事件: 但是经过测试,此方式无效,系统还是按照自己的错误提示显示,并...
https://bbs.tsingfun.com/thread-2372-1-1.html 

如何快速导入拓展拓展市场可一键导入 - App Inventor 2 中文网 - 清泛IT...

常用的拓展都可以一键导入,可以搜索你想要的拓展。如果没有找到,可以反馈给我们,会持续更新的。
https://bbs.tsingfun.com/thread-1626-1-1.html 

文件Hash值拓展:sha256、sha512 哈希 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

文件哈希(Hash)拓展,支持sha256及sha512 哈希: 来源:https://community.appinventor.mit.edu/t/file-hash-extension/54089
https://bbs.tsingfun.com/thread-1679-1-1.html 

Battery Manager 拓展:设备电池管理 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

TaifunBattery 电池管理器拓展 中文文档:https://www.fun123.cn/reference/extensions/battery.html
https://bbs.tsingfun.com/thread-2095-1-1.html 

GestureDetector 手势检测拓展:识别向上/向下/向右/向左滑动和双击等手势...

GestureDetector 手势检测拓展,用于检测手势,例如向上/向下/向右/向左滑动和双击、单击、长按 它太容易使用了。只需在布局块中输入一个布局组件即可。 然后,您就可以使用所有事件了。 来源:https://community.kodular....
https://bbs.tsingfun.com/thread-2483-1-1.html 

ClickTools 拓展:为布局、标签等没有点击事件的组件添加点击事件 - App In...

...ck event (e.g. Button.Click ) will no longer be executed. 注:通过拓展添加了点击事件后,原来已有的点击事件将不再触发。 https://community.appinventor.mi ... ew-components/18069
https://bbs.tsingfun.com/thread-2499-1-1.html 

【解决】CustomWebView 拓展报错:ScrollView can host only one direct ch...

CustomWebView 拓展报错:ScrollView can host only one direct child 原因:CreateWebView 时的布局容器使用了滚动布局导致的,它要使用非滚动布局才行。