大约有 370 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
关于button的click监听 let btn:Laya.Button=new Laya.Button(); btn.label="AAAAAA"; btn.pos(200,200); Laya.stage.addChild(btn); btn.on(Laya.Event.CLICK,this,()=>{console.log("click button");}); 请问 这样监听不到button的点击事件吗?如果我创建一个ui.view a a.on 也...
来源: Laya_社区 发布时间: 20171128
多个button如何区分 通过 for 循环 加入多个button 添加事件 this.emojiBut1.on(Laya.Event.CLICK,this,this.onEmojiBut1Click); 多个button 如何区分 点击的哪一个button 可以设置tag吗 或者通过监听事件透传? 附件 : --> 2017-04-25 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20170425
list单个中的单条的button怎么添加点击事件 2018-06-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: Life | Growing up http://layaair.ldc.layabox.com/api/index.html?category=...
来源: Laya_社区 发布时间: 20180611
设计模式里面加入一个button,怎么绑定点击事件 如题,设计模式里面加入一个button,怎么给她绑定点击事件呢? 2021-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为...
来源: Laya_社区 发布时间: 20210323
let btn:Button = cell.getChildByName("button的name"); import Button = laya.ui.Button; let itemBtn:Button = cell.getChildByName("mItemBtn"); 这样会报一个错:Type "Node" is not assignable to type "Button". Property "toggle" is missing in type "Node"; 对着官网list例子做的,不知...
来源: Laya_社区 发布时间: 20180621
Button连续点击触发MOUSE_OUT事件问题 项目中给“Button”分别添加了MOUSE_OVER, MOUSE_OUT,CLICK事件,业务需求是鼠标移到按钮上显示悬浮框,移出按钮关闭悬浮框,但现遇到一个问题,鼠标正常从按钮上移入,移出都没问题,只要在按...
来源: Laya_社区 发布时间: 20180724
Button有获得焦点和失去焦点事件吗 2017-10-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 你可以监听移入移出事件,参考下这个Demo:https://layaai...
来源: Laya_社区 发布时间: 20171013
Button改成绝对坐标后,Iphone6,Iphone6Plus 不响应点击事件 接手其他公司的项目,发现Button坐标不对,改成绝对坐标之后,在iPhine6系列机型上,就无法响应鼠标事件了,确认在iPhoneX上表现正常。 改成layoutEnabled=true也是正常的表现...
来源: Laya_社区 发布时间: 20181030
Button和下面的3D物体重叠,点击button,3D物体会同时响应自己的鼠标脚本 怎么才能在点击UI时,UI下方的3D物体不响应鼠标事件 2021-01-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20210122
laya2.0list组件里如何获取每个button并添加点击事件? 为什么不管我添加了多少个按钮,cell里只有12个,我怎么一一获取对应的按钮,然后添加事件? 附件 : --> 2019-04-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20190415