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

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-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.fun123.cn/referenc... 

用户界面(UI)组件 · App Inventor 2 中文网

...使用 getWebViewString() 和 setWebViewString(text) 方法操作 window.AppInventor Javascript对象。 > 例如:如果Web浏览框打开包含 Javascript 命令页面: document.write("在WEB页面Javascript中输出AppInventor设置交换字串:" + window.AppInventor.getWebViewSt...
https://www.tsingfun.com/it/cpp/1541.html 

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

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

App Inventor 2 DynamicComponents 拓展:动态创建AI2组件对象 · App Inventor 2 中文网

...sufcihan.DynamicComponents.aix 完全支持 App Inventor 2 动态组件扩展。它基于 Java 反射功能,因此只需键入类名称即可搜索类来创建组件。因此,它对特定组件支持不受限制,因为它支持添加到 App Inventor 发行版中每个组件! ...
https://www.tsingfun.com/it/cpp/1579.html 

ON_COMMAND_EX、ON_COMMAND区别 - C/C++ - 清泛网 - 专注C/C++及内核技术

...COMMAND区别ON_COMMAND命令消息普通映射宏ON_COMMAND_EX命令消息扩展映射宏扩展映射宏和对应普通映射宏参数个数相同,含义一样。但是扩展映射宏...ON_COMMAND 命令消息普通映射宏 ON_COMMAND_EX 命令消息扩展映射宏 扩展映射宏...
https://bbs.tsingfun.com/thread-837-1-1.html 

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

对于初学者来说,当他需要设定listctrl扩展风格时,常常想到用ModifyStyleEx 来设定,代码如下:ModifyStyleEx(0,LVS_EX_GRIDLINES)   这是不正确,正确设定应该是:SetExtendedStyle(LVS_EX_GRIDLINES)   那么,ModifyStyleEx和S...
https://bbs.tsingfun.com/thread-1590-1-1.html 

AppInventor2列表显示框中列表项背景颜色可以定制吗? - App Inventor 2 中...

问:列表显示框中,能不能设置 奇数项背景颜色 是黄色  偶数项背景是红色?答:App Inventor 2 原生“列表显示框”组件只能设置一个整体背景颜色,不能定制每个列表项背景颜色。 要做到这一点,请使用高级拓展...