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

大约有 159 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0036 秒)

151. UI加载完成后无法获取控件的大小——超详细版问题 [ 51%]

...ass TestUI extends ui.test.testwhUI { constructor() { super(); this.mypan.vScrollBarSkin = ""; Laya.stage.on(Laya.Event.RESIZE, this, this.fitDOMElements); this.mypan.vScrollBar.on(Laya.Event.CHANGE, this, this.fitDOMElements_scroll); } private fitDOMElements(a, b, c, d, e, f): void { console.log("-...

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

152. 文字在框内滑动、滚动文本 [ 50%]

... Laya native1.0.7, 引擎1.7.14beta,多行文本不换行 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 富文本:LayaAir下 HtmlDivElement的使用汇总 Panel加了vScrollBarSkin还是不能滚动 富文本下划线绘制bug 鼠标...

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

153. 限制区域拖动效果,为什么会无法限制呢? [ 49%]

...Panel中的东西左右拖动好象有问题 laya1.7.9beta版 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 3D模型无法修改scale? laya3D动画无法播放 问题状态 最新活动: 2018-06-27 17:05 浏览: 1566 关注: 3 人 金巍...

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

154. UI组件的分类与继承关系(JavaScript-IDE篇(JS)-设计模式基础) [ 49%]

...Sprite、Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点...

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

155. Spine 间隔一段时间卡顿5000毫秒左右,期间GPU占用极高, Demo已上传 [ 49%]

...Panel中的东西左右拖动好象有问题 laya1.7.9beta版 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 问题状态 最新活动: 2022-05-30 19:23 浏览: 3518 关注: 1 人 Laya_Yan • 2022-05-31 14:20 已经把这个问题提交...

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

156. UI组件的分类与继承关系(ActionScript-IDE篇(AS3)-设计模式基础) [ 49%]

...Sprite、Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点...

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

157. 飞机大战地图滚动报错,麻烦看下? [ 48%]

....game_plugin_init(3); 2.2.0beta4,微信上动态合批报错. 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Panel加了vScrollBarSkin还是不能滚动 runtime运行报错! 用了ByteArray的zlib.min.js后报错 IDE通过.ui自动生...

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

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

....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

159. 节点组件的详细介绍(TypeScript-IDE篇(TS)-设计模式基础) [ 43%]

...包括:Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 ##### 容器UI组件 容器类组件通常不需要以资源命名来识别组...

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