大约有 7,600 项符合查询结果(耗时:0.0054秒) [XML]

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

AppInventor2 如何自定义包名? - App应用开发 - 清泛IT社区,为创新赋能!

AppInventor2 如何自定义包名? Q: 如何自定义包名?编译后下载APK包名一大堆乱七八糟? A: 编译菜单,编译参数设置: Q: 有没什么特殊项命名要求?后面需要加什么.cn,.com之类字符? A: 至少要有一个英文...
https://bbs.tsingfun.com/thread-1912-1-1.html 

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

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

【待研究】AppInventor2有屏幕被触摸事件通知吗? - App应用开发 - 清泛I...

Q:请问有组件可以获取屏幕被触摸通知吗?我想实现,如果屏幕没有动作10秒后停止计时器。 ------ 触摸事件待研究。
https://bbs.tsingfun.com/thread-1157-1-1.html 

编译失败! Error: Your build failed due to an error in the AAPT stage,...

...'�'.      [java] May 30, 2023 9:29:27 AM com.google.appinventor.buildserver.Compiler runAaptPackage      [java] WARNING: YAIL compiler - AAPT execution failed.      [java] May 30, 2023 9:29:27 AM com.google.appinventor.buildserver.Buil...
https://bbs.tsingfun.com/thread-1600-1-1.html 

AppInventor2 如何实现类似淘宝App启动时加载页面? - App Inventor 2 中...

问:类似淘宝App这种启动页如何实现? 答:项目 -> 导入模板,第一个“启动屏效果”,已有实现案例: 文档看这里:https://www.fun123.cn/reference/pro/splash_screen.html
https://bbs.tsingfun.com/thread-2210-1-1.html 

AppInventor2 点击头像读取手机中相册作为头像 - App应用开发 - 清泛IT社...

多媒体 图像选择器,专门处理图片,比文件选择器合适
https://bbs.tsingfun.com/thread-2562-1-1.html 

AppInventor2画布拖动事件中 起点、前点、当前点,都是啥意思? - App应用...

Q:AppInventor2画布拖动事件中 起点、前点、当前点,都是啥意思? A: 起点:第一次触摸屏幕位置。 前点:最后一次拖动前位置。 当前点:当前拖动后最新位置。 详见中文文档:https://www.fun123.cn/reference/ ... html#Canvas...
https://bbs.tsingfun.com/thread-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1属性“图标”中修改,如图: 点击?,可以查看属性帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景png图片作为图标,以实现镂空效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
https://bbs.tsingfun.com/thread-1761-1-1.html 

appinventor2中求某个值在列表中索引用什么方法? - App Inventor 2 中文...

使用“求对象在列表中位置”方法就可以了: 返回指定对象在列表中位置,从 1 开始,如果不在列表中,则返回 0。 相应地,知道了索引,从列表中取值得方法是:选择列表中索引值对应列表项返回给定列表中给定索...
https://www.tsingfun.com/it/cpp/1541.html 

CListCtrl 扩展风格设置方法:SetExtendedStyle和ModifyStyleEx 区别 - C/C...

CListCtrl 扩展风格设置方法:SetExtendedStyle和ModifyStyleEx 区别对于初学者来说,当他需要设定listctrl扩展风格时,常常想到用ModifyStyleEx 来设定,代码如下:ModifyStyleEx(0,LVS_EX_GRIDLINES)这是...对于初学者来说,当他需要设定listctrl...