财产“皮肤”是只读的->柔性蒙皮

发布于 2024-11-16 02:21:17 字数 307 浏览 2 评论 0原文

我想用自定义皮肤组件装饰一个弹性按钮。

但是当我将“皮肤”属性指向源时,它显示“属性皮肤是只读的

我的按钮声明:

<s:Button id="state"
    label="State View" 
    skin="CustomButtonSkin"            
    click="state_clickHandler(event)" />

这是在组件内部,并且 CustomButtonSkin.mxml 位于同一目录中...

I want to decorate a flex Button with a cutom skin component .

But when i point the 'skin' property to the source , it says "Property skin is read only"

My Button declaration :

<s:Button id="state"
    label="State View" 
    skin="CustomButtonSkin"            
    click="state_clickHandler(event)" />

This is inside a Component and CustomButtonSkin.mxml is in the same directory ...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三人与歌 2024-11-23 02:21:17

您应该设置 skinClass 属性,而不是 skin

You should set the skinClass property, not skin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文