大约有 61 项符合查询结果(耗时:0.0041秒) [XML]

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

包默认:src\appinventor\ai_zqp2013\test269 定制包名考虑实现一下。 - 微...

包默认:src\appinventor\ai_zqp2013\test269 定制包名考虑实现一下。edu.mit.appinventor.aicompanion3.Screen1main=appinventor.ai_zqp2013.test269.Screen1
https://www.fun123.cn/referenc... 

App Inventor 2 复制屏幕功能,界面设计更便捷,避免误删组件 · App Inventor 2 中文网

...捷,避免误删组件 1、Screen1屏幕上有若干组件、及一个SQLite拓展: 2、点击工具栏上的“复制屏幕”按钮,输入新屏幕名称: 3、复制后的Screen2: 4、代码块也一并成功复制,且代码块中的...
https://bbs.tsingfun.com/thread-2301-1-1.html 

垂直布局,高度无法充满怎么解决 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

C:\Users\Lenovo\Desktop\wechat_2025-04-06_205731_542.png你好,请把 Screen1 下面的组件树展开看看。 目测是因为这个 垂直布局 的父组件,高度没有充满整个屏幕,所以它只能充满它的父组件的高度。没有设置的选项App Inventor 2  发表...
https://www.fun123.cn/referenc... 

TaifunWiFi 拓展:WiFi Manager WiFi管理器扩展 · App Inventor 2 中文网

... 基本WiFi状态检查 // 检查WiFi状态 when Screen1.Initialize do if WiFi1.IsEnabled then set Label1.Text to "WiFi已启用" set Label2.Text to "当前IP: " & WiFi1.LocalIP set Label3.Text to "当前SSID: " & WiFi1.SSID else set ...
https://www.fun123.cn/referenc... 

StatusbarTools 扩展 - 状态栏自定义工具 · App Inventor 2 中文网

... 使用示例 基本颜色设置 when Screen1.Initialize do // 设置状态栏为蓝色背景 call StatusbarTools1.SetBackgroundColor "#2196F3" // 设置图标为白色 call StatusbarTools1.SetIconColor "Light" 透明状态栏 ...
https://bbs.tsingfun.com/thread-1442-1-1.html 

【App Inventor 2 数据可视化】使用柱状图和饼图收集数据 - App应用开发 - ...

...<font class="text-color-14" color="#ffc107">when Screen1.initialize</font>代码块: 拖动<font class="text-color-9" color="#009688">set barGraphData2D.Colors</font>代码块,并将其放入<font class="text-color-14" c...
https://www.fun123.cn/referenc... 

Notifier 通知扩展:功能强大的Android通知管理工具,支持通知通道、意图、...

...示屏上的Screen。Base Activity是应用程序启动时的Screen,即Screen1。 每次通过 Control.open another screen 或 Control.open another screen with start 指令打开新的Screen时,都会创建新的Activity并成为新的Top Activity。如果用户按下Back按钮(因此得名Ba...
https://ullisroboterseite.de/a... 

AI2 Keep Awake

...on opens the specified Screen of the application. If the field value is Screen1, Screen1 of the application will open. The last state of the Screen is restored. The Screen.initialize event is not fired.If another Screen of the application is accessed, the Screen.initialize event is fire...
https://www.fun123.cn/referenc... 

通信连接组件 · App Inventor 2 中文网

...main=”并后跟类名。 例如:main=com.gmail.Bitdiddle.Ben.HelloPurr.Screen1(第一个组件表明它是由 Ben.Bitdiddle@gmail.com 创建)要让您的 Activity启动器 启动此应用程序,设置以下属性: ActivityPackage 到类名,删除最后一个组件(例如...
https://bbs.tsingfun.com/thread-1052-1-1.html 

App Inventor2 如何在screen2保留变量? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问题一:如果在screen1初始化了一个全局变量,能够在screen2保留此变量吗? 问题二:当一个按钮被点击过后,能否重新点击执行不同的程序? 求解问题1请参考:《App Inventor在不同的屏幕之间传递变量》 问题2可以点击第一次设...