大约有 561 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0060 秒)
Cannot set property text of #<Button> which has only a getter Cannot set property text of #<Button> which has only a getter 2020-08-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠...
来源: Laya_社区 发布时间: 20200811
Button销毁时,未对_clickHandler进行回收 源代码: destroy(destroyChild = true) { super.destroy(destroyChild); this._bitmap && this._bitmap.destroy(); this._text && this._text.destroy(destroyChild); this._bitmap = null; this._text = null; this._clickHandler = null; this....
来源: Laya_社区 发布时间: 20200514
hit unhit 对button控件不起作用吗? 这样放进去btn都不能点击了 2018-11-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Nevermore 赞同来自: 帖子不能删除么? 2018-12-11 0 0 分享 ...
来源: Laya_社区 发布时间: 20181128
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多...
来源: Laya2.0_api 发布时间: 20190513
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态...
来源: laya_api 发布时间: 20170929
通过ui创建出来的button没响应 附件 : --> 2018-03-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 xxpsky 赞同来自: 区域2 貌似没反应 2018-03-21 0 0 分享 微博 QZONE 微信 185*****914 - ...
来源: Laya_社区 发布时间: 20180321
Button文本位置错误 先设置anchor属性, 再设置skin属性, 最后设置label属性, 文本位置会在左上. let btn = new Button(); btn.anchorX = btn.anchorY = 0.5; btn.skin = 'https://layaair2.ldc2.layabox.com/demo2/h5/res/ui/button-1.png'; btn.labelSize = 22; btn.label = 'aaaa'; La...
来源: Laya_社区 发布时间: 20190907
Button有获得焦点和失去焦点事件吗 2017-10-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 你可以监听移入移出事件,参考下这个Demo:https://layaai...
来源: Laya_社区 发布时间: 20171013
关于list每个item下button.name互相覆盖的问题 list的每一个item下都有一个button,我用递增的方式给这些button.name挨个富了不同的值,然后想用父节点getchildbyname的方式取到这些button,结果报空,断点发现返回的17个按钮16个为空,发...
来源: Laya_社区 发布时间: 20170818
Button位移过后,点击区域改变 如题,UI中的Button,在MornUI中摆放好位置后,在程序中根据stage的实际宽高调整了一下位置,但调整后,Button点击不了。重新设置hitArea也不行。 2017-11-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20171128