大约有 26 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0045 秒)
...信 cuixueying 赞同来自: wufee 、ohkei 每次更新完加一句panel.refresh();试下! 2017-08-09 2 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 wufee 相关问题 想让一个2D的图形被鼠标点击时...
来源: Laya_社区 发布时间: 20170809
...Point = Laya.Point; Tween = Laya.Tween; TextArea = Laya.TextArea; class UI_RefreshList { constructor() { this.baseBox = null; this.refreshLoading = null; this.loadingAni = null; this.loadingLabel = null; this.refreshList = null; /** 消息生成的当前最大id值 */ this.msgIdNow=1; /** 滚动条...
来源: Laya2.0_示例 发布时间: 20260303
...dByName("img2") as Laya.Image; img1.on("click",this,this.onRefresh,[index]) //当索引相同时 BOX 高度改变 if(this.index_num ==index){ cell.height=80; cell.y =index*30; //...
来源: Laya_社区 发布时间: 20190522
...t.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/list/Refresh.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/list/TreeBox.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/list/TreeList.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/...
来源: Laya3.0_文档 发布时间: 20241014
...大神回应 我最后用 List.getItem(index).子项目={text:str}; List.refresh(); 这样的做法解决 请问有更好的办法吗 ckndim • 2017-09-22 11:46 @cuixueying 不好意思 getItem的用法还是不怎么理想 当list物件脱离视野后 (box物件在舞台上方) getCell(0)会报错...
来源: Laya_社区 发布时间: 20170828
...t.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/list/Refresh.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/list/TreeBox.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/list/TreeList.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/...
来源: Laya3.0_文档 发布时间: 20251105
...出来的话是因为你没刷新list列表,刷新下列表即可。list.refresh(); 如果是设置skin之前出的问题,麻烦上传一个例子,我们看下 2017-06-16 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 keiy 相关...
来源: Laya_社区 发布时间: 20170616
...指教一下。 Panel创建后,同帧设置Panel的hScrollBar="",然后refresh(),设置value值,则面板刷新位置出错,因为setContentSize实际上 当前帧并没有调用,而之后调用创建在了0,0点,因此位置错误了 类似的BUG https://ask.layabox.com/question/40655...
来源: Laya_社区 发布时间: 20211108
...,页面中发现所有子项目居然重叠在一起了,使用了vbox.refresh()也没用,如何能让动态添加进入vbox的东西正常排列? 2018-08-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 L...
来源: Laya_社区 发布时间: 20180829
list 数据不会及时渲染 refreshCard(0,[xxxxxx]); public function refreshCard(index:int,cardArr:Array):void{ var cardList:List = _homeSeceneView["myCard_"+index]; if(cardList){ if(!cardList.visible){ ...
来源: Laya_社区 发布时间: 20170310