• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 36 项符合查询结果, 库内数据总量为 30,723 项。 (搜索耗时: 0.0031 秒)

1. List翻页效果 [ 100%]

...容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你把list的scrollbar组建里的缓动属性取消了就可以实现整个页面缓动滚动。 2017-12-02 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; ...

来源: Laya_社区 发布时间: 20171202

2. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 98%]

...private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, t...

来源: Laya_社区 发布时间: 20180724

3. List翻页效果怎么实现 [ 98%]

...private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, t...

来源: Laya_社区 发布时间: 20181112

4. 请问laya有没有类似翻页容器(pageView)的组件? [ 96%]

...private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, t...

来源: Laya_社区 发布时间: 20170215

5. panel 滚动疑问 [ 96%]

UI相关问题 LayaAir引擎 panel 滚动疑问 panel.hScrollBarSkin/vScrollBarSkin="" ; 设了skin就可以滑动,有没有不设skin也可以滑动的吗? 因为设了skin为""时,web会请求""的资源,然而这个("")资源跟定没有得啦(固然报 :lose skin ""),个人感...

来源: Laya_社区 发布时间: 20180103

6. progressbar设置皮肤后, 马上destroy会报bug [ 89%]

...Bug? LayaAir2.61 测试版 物理引擎bug 百分百 复现 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 富文本下划线绘制bug 龙骨skeleton鼠标点击区域的设置 1.7.20beta有bug,帧属性面板打不开 自从layaflash...

来源: Laya_社区 发布时间: 20200108

7. 原本就被拉伸的Image,更换skin导致新的skin无法正确拉伸 [ 88%]

...信浏览器里面的上下滑动,又开始上下滑动了 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 使用getChildByName()无法得到子节点对象 问题状态 最新活动: 2017-04-24 11:13 浏览: 1190 关注: 2 人

来源: Laya_社区 发布时间: 20170423

8. ide编辑器中button的skin设置问题。 [ 87%]

...击区域? 使用钢体设置防穿后仍有几率会穿透 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 关于同为object层,层级设置无效的问题 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这...

来源: Laya_社区 发布时间: 20170306

9. list功能改变图片皮肤 [ 79%]

...atter中layasprite怎么改变图片大小? 合并小图片 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 laya怎么跨域加载图片 本地调试加载本地图片都报错 如何获取图片每个像素点的RGB? 图片添加点...

来源: Laya_社区 发布时间: 20170616

10. list方法onSelect失效 [ 78%]

...this.imgListBg.visible = true; this.reqImage = this.iconImg; this.imgList.vScrollBarSkin = ''; this.imgList.selectEnable = true; this.imgList.array = listArr; this.imgList.renderHandler = new Laya.Handler(this, this.onRender); this.imgList.selectHandler = new Laya.Handler(this, this.onSelect); } onS...

来源: Laya_社区 发布时间: 20190318