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

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

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

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

App Inventor 2 控制代码块 · App Inventor 2 中文网

...结果(evaluate but ignore result) 打开另一屏幕(open another screen) 打开另一屏幕并传值(open another screen with start value) 获取初始文本值(get plain start text) 获取初始值(get start value) 关闭屏幕(close screen) 关闭屏幕并返...
https://www.fun123.cn/referenc... 

GestureDetector 手势检测拓展:旋转、缩放和滑动手势检测,自定义手势识别...

...nvas 画布组件 拖入 RotationDetector 或 ScaleDetector 组件 在 Screen.Initialize 中调用 AddHandlerToCanvas(Canvas1) 绑定 滑动/点击(绑定到任意可视组件): 拖入 SwipeDetector 组件 在 Screen.Initialize 中调用 AddHandler(组件) 绑定到任意可视组...
https://www.fun123.cn/reference/other/sizes.html 

指定组件的大小 · App Inventor 2 中文网

... fill the space available. Size specified in pixels Size in percent of Screen (not available for all components) Since not all Android devices have the same screen size, it’s good to avoid specifying sizes numerically as pixels if possible. The notions of Automatic and Fill parent carry ov...
https://www.fun123.cn/referenc... 

RadioButton单选按钮扩展集合 · App Inventor 2 中文网

...转换的CheckBox放置在一个布局(arrangement)中 初始化: 在Screen.Initialize事件中调用SetLayout函数 分组: 每个RadioButton组需要一个独立的扩展实例 示例初始化代码: when Screen1.Initialize do // 设置布局为RadioButton组 call UrsAI2RadioBu...
https://www.fun123.cn/reference/iot/IRXmitter.html 

IRXmitter红外发射器扩展 · App Inventor 2 中文网

...rrierFrequencyList显示的值。如果指定了不支持的值,会触发Screen.ErrorOccurred事件,错误代码17302。 启动延迟 在自动重复模式下,StartDelay定义第一个数据包和后续数据包之间的暂停时间,单位为毫秒(ms)。有效值为0..1000。默认值...
https://www.fun123.cn/referenc... 

App Inventor 2 中的响应式设计 · App Inventor 2 中文网

...icky issue in designing apps is making apps that look good on devices with screens of differing sizes. For example, apps designed for a given phone should also look good on tablets or phones with a different screen size. Making apps that have this property is called responsive design. A common ap...
https://www.fun123.cn/referenc... 

AppInventor2中文网 + AI助手,用自然语言开发AppInventor应用 · App Inventor 2 中文网

...坏,换了个干净的壳项目,也是加载不了。 打开工程的 Screen1.scm 和 Screen1.bky,让AI助手进行还原: 界面很专业: 代码块还原度也很高: 客户反馈很好 更多AI场景,持续探索中~ 欢迎使用并反...
https://www.fun123.cn/referenc... 

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

... (2021-05-12) 如果更改了包名,启动AI2应用(意图类型 Screen)在Kodular上无法工作 2.7 (2021-05-15) 如果更改了包名,启动AI2应用(意图类型 Screen)在Kodular上无法工作添加了 GetActiveNotifications 2.8 (2021-06-...
https://www.fun123.cn/referenc... 

App Inventor 2 实现商业级APP启动屏幕效果(SplashScreen) · App Inventor 2 中文网

... App Inventor 2 实现商业级APP启动屏幕效果(SplashScreen) 启动屏幕效果 实现原理 源码下载 « 返回首页 启动屏幕效果 实现的功能包括:启动App时展示启动屏,右上角展示5秒倒计时...