大约有 9,700 项符合查询结果(耗时:0.0214秒) [XML]

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

最大装载数不显示计算数值 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

计算公示如下: (排数输出-高数输出)×横数输出+(高数输出×横数输出)÷2=最大装载数 出现问题不显示计算数字代码块没有问题,经过测试是能够正确计算出除法结果的,测试时主要被除数要大于除数,否则计算结果0.x...
https://bbs.tsingfun.com/thread-1986-1-1.html 

AI伴侣错误: invoke: no method named `AppName’ in class edu.mit.appinv...

原因:测试用的AI伴侣版本过旧(2.3版本,2015年的),使用最新版本的AI伴侣测试即可解决该问题。 参考英文社区:https://community.appinventor.mi ... nion3-screen1/60187
https://bbs.tsingfun.com/thread-1987-1-1.html 

Invoke: no method named `…………’ in class java.lang.Boolean - App I...

...works... Maybe it helps someone. 来自英文社区:https://community.appinventor.mi ... -lang-boolean/80918 可能原因2:可能是测试用AI伴侣版本低了导致的,升级AI伴侣到最新版即可。 Invoke: no method named `ShowTextDialog’ in class java.lang.Boolean 来自英...
https://bbs.tsingfun.com/thread-1992-1-1.html 

任意按钮/任意组件中的“尚未处理”参数是什么意思? - App Inventor 2 中...

如题,这个参数在所有的任意组件中各个事件中都会有“尚未处理”这个参数,如图: 那么,这个参数是什么含义呢? 其实,写一个测试案例就很容易发现这个参数的含义: 1、它是一个逻辑代码块(真 or 假),布尔型...
https://bbs.tsingfun.com/thread-1999-1-1.html 

“当屏幕1.关闭其他屏幕时”这个事件是怎么触发的? - App Inventor 2 中文...

“关闭其他屏幕时”是每个屏幕都有的事件,如Screen1的事件代码如下: 当Screen1跳转到屏幕"test"时,屏幕"test"调用“关闭屏幕并返回值”方法后,上面的事件就会触发,代码如下: 事件触发后的测试结果...
https://bbs.tsingfun.com/thread-2001-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

网络微数据库已经出过不少资料了,详见中文文档页面:https://www.fun123.cn/reference/components/storage.html#TinyWebDB 包括公众号都已经发过。mysql 通过 web api 封装中间层是没有太大难度的。还有收费第三方数据库的拓展,如 LeanDB 可...
https://bbs.tsingfun.com/thread-2003-1-1.html 

列表显示框.获取主文本 方法参数怎么拼接?怎么使用? - App Inventor 2 中...

会员提问:请问下,这个紫色的块到底要怎么接,后面“列表元素”接什么数据? A:按照文档,是接一个字典的。存在的意义及具体用法需要研究。
https://bbs.tsingfun.com/thread-2026-1-1.html 

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABL...

运行故障:edu.mit.appinventor aicompanion3: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being ...
https://bbs.tsingfun.com/thread-2030-1-1.html 

Intel HAXM 安装失败?Hyper-V or Intel HAXM 你得二选一 - App Inventor 2...

--------------------------- HAXM - Open Source Cross-Platform Hypervisor --------------------------- The system requirements are not satisfied. --------------------------- 简单查了一下,Hyper-V 和 HAXM 都是虚拟化技术。前者是微软提供的,Windows 10 自带。后者是...
https://bbs.tsingfun.com/thread-2032-1-1.html 

App Inventor 2 低功耗蓝牙 BlueToothLE 拓展之:RequestMTU是否有上限? -...

RequestMTU 没反应,是不是因为这个值1024太大了 1024没触发,64触发了 MTU设64不报错,设100报错 128报错.256不报错. ---- 连上后,调用,没有触发回调? 待调查研究这个函数是否有上限。