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

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

如何更改启动屏幕 - App应用开发 - 清泛IT社区,为创新赋能!

建立了1个默认的screen1,后来想起要做一个登录屏幕login,但这个新建的login是在screen1后面,如何调换它们的位置,让APP启动时,先从login启动?无法指定启动的屏幕,默认就是特定的Screen1。两种思路: 1、使用“复制屏幕”功能...
https://bbs.tsingfun.com/thread-1052-1-1.html 

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

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

App Inventor 2 复制屏幕功能,误删组件的“后悔药”,界面设计更便捷 - Ap...

...情可查看发布日志。下面演示一下屏幕的复制效果:1、Screen1屏幕上有若干组件、及一个SQLite拓展:2、点击工具栏上的“复制屏幕”按钮,输入新屏幕名称:3、复制后的Screen2:4、代码块也一并成功复制,且代码块中的屏幕名自...
https://bbs.tsingfun.com/thread-2471-1-1.html 

ActionBar 拓展:溢出菜单 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...统菜单事件来实现自定义内容哦! ✅ 实现方法:使用 Screen 的 OptionsMenu 相关事件 App Inventor 提供了两个关键事件来操作右上角菜单: 1. 当屏幕创建菜单时:Screen.Initialize 或 Screen.CreateOptionsMenu 在这里你可以添加菜单项。 2...
https://bbs.tsingfun.com/thread-2234-1-1.html 

代码块超过1.2w编译apk报错问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...54021632-0/youngandroidproject/../build/classes/appinventor/ai_admin/AAC_3/Screen1.class at Lappinventor/ai_admin/AAC_3/Screen1;run(Lgnu/mapping/CallContext;)V:      [java] com.android.tools.r8.internal.Sb: Different stack heights at jump target: 0 != 1      [...
https://bbs.tsingfun.com/thread-1999-1-1.html 

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

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

App Inventor 2 实现商业级APP启动屏幕效果(SplashScreen) - App应用开发 -...

...实现原理App启动屏效果的实现原理及详细步骤要点如下:Screen1作为启动屏幕使用,新增其他屏幕作为主界面。界面布局比较常规,右上角放一个按钮,用于显示倒计时和跳过文本,注意:按钮文本颜色设置为白色,背景颜色黑...
https://bbs.tsingfun.com/thread-2090-1-1.html 

Error 1801 : Security Error Receiving Blocks from Browser. - App Inven...

...被解释为安全错误,但我们仍需要找出原因。在我关闭 Screen1 上的高对比度属性后,我能够加载应用。 1、AI伴侣和所用平台保持配套,不配套可能出现该问题。 2、看看是不是Screen的“高对比度模式”开启的问题。 参考:http...