大约有 2,700 项符合查询结果(耗时:0.0073秒) [XML]
App Launcher 应用启动器扩展:用于启动其他应用程序的强大工具,支持独立...
... X
-
点击通知时要打开的 Screen 的名称
“Screen1”
示例
下载压缩包包含两个示例应用程序:
UrsAI2AppLauncherTest.aia:用于启动其他应用程序
UrsAI2AppLauncherTestResponder.aia:显示启动和返回值...
TCPClient TCP客户端扩展:连接TCP服务器进行文本消息通信 · App Inventor 2 中文网
...
使用示例
基本用法
当 Screen1.Initialize 时
设置 TcpClient1.RemoteAddress 为 "192.168.1.100"
设置 TcpClient1.RemotePort 为 8083
当 Button1.Click 时
调用 TcpClient1.Connect
当 TcpClient1.ConnectionStateChanged 时
设置 Label...
SVG图像加载扩展 - 第三方扩展集合 · App Inventor 2 中文网
...例
基础SVG加载 (SVGImages)
when Screen1.Initialize
do
// 从文件加载SVG
call SVGImages1.LoadFromFile "/storage/emulated/0/Documents/icon.svg"
when SVGImages1.ErrorOccurred error
do
show notification "SVG加载失败: " & error
...
如何更改启动屏幕 - App应用开发 - 清泛IT社区,为创新赋能!
建立了1个默认的screen1,后来想起要做一个登录屏幕login,但这个新建的login是在screen1后面,如何调换它们的位置,让APP启动时,先从login启动?无法指定启动的屏幕,默认就是特定的Screen1。两种思路:
1、使用“复制屏幕”功能...
Resize image in the wiki of GitHub using Markdown
...jpg" width="324" height="324">
<p align="center">
<img src="screen1.png" width="256" height="455">
<img src="screen2.png" width="256" height="455">
<img src="screen3.png" width="256" height="455">
</p>
On above example I have used paragraph to align images s...
FloatingActionButton 扩展:悬浮操作按钮扩展,可自定义颜色、大小、位置...
...
实现标准的 Material Design 悬浮操作按钮:
当 Screen1.初始化
调用 FloatingActionButton1.SetFabSize 按钮大小为56
调用 FloatingActionButton1.SetFabColor 按钮颜色为蓝色
调用 FloatingActionButton1.SetFabIconColor 图标颜色为白色
调...
TCPServer TCP服务器扩展:在Android设备上创建TCP服务器 · App Inventor 2 中文网
... 方法向客户端发送响应
代码示例
当 Screen1.Initialize 时
调用 TCPServer1.Start
当 TCPServer1.ServerStarted 时
设置 Label1.Text 为 "服务器已启动"
当 TCPServer1.ClientConnected 时
设置 Label1.Text 为 连接("客户端已连接: ", 获...
【原因】Al伴侣出现错误: invoke: no method named Theme' in class edu.mi...
...: invoke: no method named Theme' in class edu.mit.appinventor.aicompanion3.Screen1
原因:aiStarter中AI伴侣版本 或者 其他任何途径中的AI伴侣版本过低导致的。
解决:升级到最新的AI伴侣即可。
升级可参考:https://www.fun123.cn/reference/creative/ai...
MaterialDialog 对话框增强扩展 · App Inventor 2 中文网
...
MaterialDialog1.CreateDrawer("navDrawer", VerticalArrangement1, Screen1, 250, 1)
MaterialDialog1.OpenDrawer("navDrawer")
MaterialDialog1.CloseDrawer("navDrawer")
日期/时间选择器
ShowDatePickerDialog 显示日期选择对话框(dialogId)
显...
windbg 备忘 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...件
thread_index:kd,内核转储;lkd,本地内核
|| (index) s 切换当前系统
| (index) s 切换进程
~ (index) s 切换线程
~ (index) k 栈回溯,不指定index操作当前线程
~ (index) r 寄存器,不指定index操作当前线程
注释:$$ xxx; 之间...
