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

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

81. 进度条滚动无效【已解决】 [ 57%]

...录】关于Tween动画无法正常作用问题-解决办法 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方...

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

82. loop 我想在回调里暂停,然后在开启 [ 56%]

...  i = i < (arr.length - 1) * 6 ? i + 1 : 0;       this.noticeList.scrollBar.value = i * 5        if (i % 6 == 0) {         console.log("在这里停止", i)        }       else{ console.log("在这里开始", i)        }  });   2017-07-05 添加评论 免费帖 --> 分...

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

83. 关于Sprite设置rotation,在laya native上旋转效果不连续的问题 [ 56%]

...eleton鼠标点击区域的设置 图片不能按轴心旋转 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Tween没效果,对于渐变相机位移? 问题状态 最新活动: 2018-07-18 16:13 浏览: 1907 关注: 2 人

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

84. list拉到顶部的时候,如何防止触发多次请求 [ 56%]

...的时候,如何防止触发多次请求 list拉到顶部,可以监听VscrollBar的值,当等于0的时候发送请求。如何防止一直触发。。 附件 : --> 2017-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

85. laya.ui.Panel [ 56%]

...检测依据。 Stage对象和UI的View组件默认为true。 Sprite  hScrollBar : ScrollBar[read-only] 水平方向滚动条对象。 Panel  hScrollBarSkin : String 水平方向滚动条皮肤。 Panel left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单...

来源: Laya2.0_api 发布时间: 20190513

86. laya.ui.Panel [ 55%]

...检测依据。 Stage对象和UI的View组件默认为true。 Sprite  hScrollBar : ScrollBar[read-only] 水平方向滚动条对象。 Panel  hScrollBarSkin : String 水平方向滚动条皮肤。 Panel layoutEnabled : Boolean = true 是否启用相对布局 Component left : Number 从组件...

来源: laya_api 发布时间: 20170929

87. Laya.tween设置了完成回调函数,但是偶尔会出现不回调的问题 [ 52%]

...不生效 摄像机跟随刚体移动,刚体出现抖动。 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 list 每次滑动,都是可以滑动一...

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

88. laya.ui.UIComponent_API3.0 [ 52%]

... Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeigh...

来源: Laya3.0_api 发布时间: 20231115

89. List中放TextInput,当list滚动的时候,复用会有问题,input中的内容会乱,尤其有输入框focus的情况下 [ 51%]

....stage.height - HEI * list.repeatY) / 2; // 使用但隐藏滚动条 list.vScrollBarSkin = ""; list.selectEnable = true; list.selectHandler = new Handler(this, onSelect); list.renderHandler = new Handler(this, updateItem); Laya.stage.addChild(list); // 设置数据项为对应图片的路径 var dat...

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

90. list 没办法滚动,下面有demo [ 51%]

...也跟着滚动,并且两个list同时滚动一模一样。 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 [分享]Dialog 点击边缘不关闭的 Demo示例 鼠标滚轮滚动事件 Panel加了vScrollBarSkin还是不能滚动 问题状...

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