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

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

【解决】运行故障:The arguments,["xxx"], [false], [0] are th...

一般出现这个错误,大概率是因为参数个数、参数类型与调用方法不符导致的。检查一下参数,是否有空的地方没填上!
https://bbs.tsingfun.com/thread-1863-1-1.html 

AppInventor2 知识产权保护相关问题分享 - App Inventor 2 中文网 - 清泛IT...

Q:AppInventor2开发的APP可以去工信部备案吗?软件可以申请软件著作权吗? 上架小米、华为、v、o的应用商店大致的流程是什么样的 软件开发平台是否是开源的,做出的软件想要盈利是否会有影响? ------------------------------...
https://bbs.tsingfun.com/thread-1884-1-1.html 

App Inventor 2有没有代码注释功能? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

Q:App Inventor 2有没有代码注释功能?就是比如说如果你要用visual studio的话,就是会有一些不用的代码就可以注释掉。有一些模块其实暂时不用的话可以注释。 A:有代码注释功能,在AppInventor中是“禁用代码块”,如下: ...
https://bbs.tsingfun.com/thread-1892-1-1.html 

mqtt协议加密连接,仅ca证书如何配置? - App Inventor 2 中文网 - 清泛IT...

mqtt协议加密连接,仅ca证书如何配置?
https://bbs.tsingfun.com/thread-1898-1-1.html 

AppInventor 文本框颜色怎么设置? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

如题: 文本框只能设置 文字颜色 和 背景颜色: [hide]文本框的颜色没有直接的设置选项,跟着屏幕的交互颜色走的,具体请看文档:https://www.fun123.cn/reference/ ... terface.html#Screen [/hide]
https://bbs.tsingfun.com/thread-1912-1-1.html 

AppInventor2 文本输入框(TextBox)已支持文本变更事件,非常便于实时处理...

自 v2.70开始,文本输入框加入了文本变更事件: 效果如下: 同理,密码输入框组件也是一样的。
https://bbs.tsingfun.com/thread-1946-1-1.html 

appinventor2 多屏幕之间如何共享过程? - App Inventor 2 中文网 - 清泛IT...

appinventor2 多屏幕之间如何共享过程?或者说如何跨屏幕调用其他屏幕的过程? 相信有很多人有过这样的问题,但是目前来看每个屏幕都是独立的,无法相互直接调用,只能打开其他屏幕或传参,无法跨屏幕调用定义的过程。 ...
https://bbs.tsingfun.com/thread-1948-1-1.html 

The operation > cannot accept the arguments:,[""],["...

报错如下: 代码块如下: --------------------------- 解决方案:左边文本要判空,空文本转数字导致的异常。 参考如下: 另外,右边的100最好不要用文本(直接用数字),虽然文本也能自动转换数字的。
https://bbs.tsingfun.com/thread-1953-1-1.html 

BLE UUID是对的但连接闪退:java.lang.IllegalArgumentException: UUID str...

请问UUID是对的 连接闪退, 下面是报错日志 java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribe(BluetoothLEint.java:357) at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.run(BluetoothLEint.java:325) at android.os....
https://bbs.tsingfun.com/thread-1966-1-1.html 

我想使用照相机组件显示出错 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

我想使用照相机组件,显示出错,错误代码如下:The operation TextColor cannot accept the arguments: , ["file:///storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/Pictures/app_inventor_1727434191034.jpg"] 注意: 5秒钟后将报告另一条错误...