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

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

61. 【LIST无法拖动】参照官方实例做 [ 86%]

...,this.default_guanqia.length);         data = this.find_StringAllIndex(s);         this.box_arr= data;         list.array = data;                  this.list = list;         Laya.stage.addChild(list);         this.hitArea = new Laya.Hi...

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

62. Morn下List组件如何给每一条列表添加Click事件,是需要for吗? [ 86%]

...; var arr:Array=[]; for(var i:int=0;i<95;i++) { arr.push({icon:i,label:"Index"+i}); } boxList.array=arr; boxList.mouseHandler=new Handler(listRender); } private function listRender(e:MouseEvent,index:int):void { // TODO Auto Generated method stub if(e.type==MouseEvent.CLICK) { if(index==2) { trac...

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

63. List属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 85%]

...接口请参考 [List API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.List)。 ### 1.1 创建 List 组件 #### 1.编辑列表项。 ​ 列表项可以是 Box 对象或 View(页面) 或其它自定义页面对象。此处以Box ...

来源: Laya2.0_文档 发布时间: 20210715

64. 为什么ListtweenTo问题 [ 85%]

...new Handler(this,onListSelected) private function onListSelected(cell:View,index:uint):void{ list.tweenTo(index,5000);//也就是这里没有效果 } wudi199553 • 2017-10-20 16:27 把你 Demo发过来,光看这个看不出来

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

65. 关于Animation 求一个思路 [ 85%]

...达人 赞同来自: 没有暂停 你可以在stop时候获取下它index值(动画当前帧索引),再次播放时候直接传入index值去播放即可 2017-07-18 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 laiyang...

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

66. laya.ui.List_API3.0 [ 85%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 ex...

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

67. 怎么使用list控件做一个游戏背包功能,求个demo啊!! [ 84%]

...c.layabox.com/demo/?UI_List ide里实现方式:http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=71&id=331   2017-02-03 0 3 分享 微博 QZONE 微信 qweouyang1990 赞同来自: 为什么链接没用   2018-04-07 0 0 分享 微博 QZONE 微信 为什么被折叠...

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

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

...res/ui/listskins/5.jpg"); } list.array = data; } function updateItem(cell, index) { cell.label.text = cell.dataSource.lb; cell.input.text = cell.dataSource.value; // cell.setImg(cell.dataSource); } function onSelect(index) { console.log("当前选择索引:" + index); } })();这段代码直接...

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

69. 请问下怎么用代码调整List列表里box大小 [ 84%]

... 0 1 分享 微博 QZONE 微信 Todo 赞同来自: 我用this.list.getCell(index).heght 设置发现没有效果哎 2018-04-26 0 0 分享 微博 QZONE 微信 佑安 赞同来自: 请问楼主。这个问题你现在解决了吗,我遇到了和你一样问题,想问下你解决方法 2018-08-1...

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

70. List物件脱离视线 getCell问题 [ 83%]

...Cell问题 我看API裡写 getCell () method   public function getCell(index:int):Box 通过可视单元格索引,获取单元格。 是不是就是指,只能获取可视单元格 有没有获取可视外单元格办法   2017-08-28 添加评论 免费帖 --> 分享 微博 QZONE 微...

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