[]自定义控制在IDE中提示出错,但是在调试运行中正常
按文档的顺序定义了一个自定义组件,每次在IDE中把组件资源拖到编辑中都会出现
TypeError: Cannot read property 'ShineButton' of undefined
但是我不管这个错误,直接编译调试又是正常运行的。我定义的控件不带新属性,所以在xml中是这样定义的:
<?xml version="1.0" encoding="utf-8"?>
<uiComp>
<ShineButton className="laya.customUI.ShineButton" inherit="Button" skinLabel="skin" defaultValue="label=" resName="sbtn" groups="公用,常用,宽高及位置" drag="3" />
</uiComp>
TypeError: Cannot read property 'ShineButton' of undefined
但是我不管这个错误,直接编译调试又是正常运行的。我定义的控件不带新属性,所以在xml中是这样定义的:
<?xml version="1.0" encoding="utf-8"?>
<uiComp>
<ShineButton className="laya.customUI.ShineButton" inherit="Button" skinLabel="skin" defaultValue="label=" resName="sbtn" groups="公用,常用,宽高及位置" drag="3" />
</uiComp>
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Laya_XS
赞同来自: