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

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

1. sprite之bug [ 100%]

...    if(!style)  {  trace("----sprite--")  return;  }    if(!style._tf)  {  trace("----sprite--_tf is null--");  return;  }    if (style._tf.scaleX !== value) {  style.setScaleX(value);  _changeType |= CHG_VIEW;  _tfChanged = true;  conchModel && conchModel.scale(value, styl...

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

2. 常报_tf为空的错 [ 99%]

常报_tf为空的错 项目上线发布到外网后经常报这个错 Cannot read property '_tf' of null|URL 在内网测试时没报 2017-09-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同...

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

3. 这个怎么办 laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null [ 96%]

...个怎么办 laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null 请问这个什么意思? 怎么办呢? 好像跟这个有关系? Laya.Utils.fitDOMElementInArea laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null     at Sprite.fromImage (laya.core...

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

4. pivot 设置后 影响 元素大小??????????????? [ 96%]

...016-12-14 11:43 浏览: 2557 关注: 2 人 whzooo • 2016-12-14 13:24 var tf:Matrix=new Matrix(); tf.translate(0,-_core.height); tf.rotate(ps[0]+3.141592653589793); tf.translate(0,_core.height); tf.translate(_core.p1.x,_core.p1.y-_core.height); page[1].transform=tf; 我全用transform了, 达到了...

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

5. Label 在设置。text时 底层this._tf为null 父节点又存在 还是偶发 [ 96%]

Label 在设置。text时 底层this._tf为null 父节点又存在 还是偶发 在设置Label.text属性情况下。Label存在可以log。设置的text string 也无问题。就是laya.ui.js 中this._tf为null导致 设置text失败。LayaAir2.13 版本。 附件 : --> 2022-08-23 添加评论 免...

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

6. ani动画问题,cannot read property '_tf' of null [ 96%]

ani动画问题,cannot read property '_tf' of null showAni(panel:Laya.Box) {             if (!panel.contains(this)) {                 panel.addChild(this);                 this.pos(0,110);             }             let i = 1;             this.ani1.play(0, f...

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

7. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 94%]

[Error] TypeError: null is not an object (evaluating 'this._style._tf') 请问这个怎么解决? Safari , Chrome 同样有这个问题 [Error] TypeError: null is not an object (evaluating 'this._style._tf') (anonymous function) (laya.core.js:16463) toParentPoint (laya.core.js:15797) localToGlo...

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

8. Uncaught TypeError: Cannot read property '_tf' of null [ 94%]

Uncaught TypeError: Cannot read property '_tf' of null 一直在报这样一个错误 附件 : --> 2016-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 nieyiwei 赞同来自: private var _guideImage:Image; ...

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

9. 如何动态获取image的宽高? [ 92%]

...oLocal(this.localToGlobal(thisp)); //trace(thisp.x,thisp.y,"dddddddd") var tf:Matrix=new Matrix(); tf.translate(-thisp.x,-thisp.y); __jd+=jd; tf.rotate(__jd); tf.translate(thisp.x,thisp.y); var otf:Matrix=new Matrix();//photoimg.transform?photoimg.transform:new Matrix(); //trace("jjjj1",photoimg.x,p...

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

10. ui.Label经常崩掉 [ 91%]

...xt。结果报错如附件。   补充说明: 我发现 label里面有 _tf ( TextField ), label是肯定存在的因为能找到的,但是label内部的 _tf 不知因何原因经常找不到,我干预不了表示很无奈。 若出现这种崩溃信息是我使用不当导致的,请告...

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