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

https://www.fun123.cn/referenc... 

用户界面(UI)组件 · App Inventor 2 中文网

...使用 getWebViewString() 和 setWebViewString(text) 方法操作 window.AppInventor 的Javascript对象。 > 例如:如果Web浏览打开包含 Javascript 命令的页面: document.write("在WEB页面Javascript中输出AppInventor设置的交换字串:" + window.AppInventor.getWebViewSt...
https://bbs.tsingfun.com/thread-1912-1-1.html 

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

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

AppInventor2文本输入下面的横线怎么去掉? - App应用开发 - 清泛IT社区...

Q:你好,文本输入下面这条横线怎么去掉呢? ----------------------- 这个属于系统本身的样式,待研究一下。。。 将文本输入的“背景颜色”设置为“透明”即可实现输入下面横线的隐藏: 效果参考如下: (...
https://bbs.tsingfun.com/thread-2042-1-1.html 

AppInventor2文本显示怎样设置换行操作?标签显示可以换行吗? - App应用...

Q:文本显示怎样设置换行操作?标签显示可以换行吗? A:文本输入可切换多行显示模式,勾选“允许多行”即可: 标签也可以显示多行内容,文本中拼接\n就能实现换行。
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-1163-1-1.html 

App Inventor 2 手机蓝牙及语音控制 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

...duino等设备。  【项目范例】   1. 情境   通过对APPInventor和Arduino的学习,我们对两个平台已经初步有了认识和了解,如何打通两个平台,实现利用手机对Arduino设备进行控制呢?   蓝牙是一个非常成熟的无限近程控制...
https://www.fun123.cn/referenc... 

社交应用组件 · App Inventor 2 中文网

...路径可能不同,例如有一个名为 arrow.gif 的文件在文件夹 Appinventor/assets 中,它的表示方式可能是: "file:///sdcard/Appinventor/assets/arrow.gif"; 或 "/storage/Appinventor/assets/arrow.gif" 分享消息 弹出其他App的界面:弹出的是文档(...
https://bbs.tsingfun.com/thread-1562-1-1.html 

App Inventor 2 列表显示能否实现多选功能? - App Inventor 2 中文网 - ...

...应用到App中,也就是说这里实际上就是写HTML网页界面和AppInventor进行交互实现,需要有网页开发的基础。 这种多选功能有现成的实现,不过是收费的,12美刀。 https://puravidaapps.com/combobox.php
https://bbs.tsingfun.com/thread-1002-1-1.html 

App Inventor 2开发计步器与定位器 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

...其他应用程序来组合应用程序,简单说就是可以让我们在appinventor里面直接调用手机上已经安装的其他程序,比如相机、地图等。 (2)属性 Action属性:android.intent.action.VIEW DataUri属性:这是调用其他程序的关键属性,可在程序...
https://bbs.tsingfun.com/thread-1590-1-1.html 

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

问:列表显示中,能不能设置 奇数项背景颜色 是黄色  偶数项背景是红色?答:App Inventor 2 原生“列表显示”组件只能设置一个整体的背景颜色,不能定制每个列表项的背景颜色。 要做到这一点,请使用高级拓展...