自定义 Flex (4) 选项卡栏

发布于 2024-10-13 01:07:19 字数 180 浏览 6 评论 0原文

我是 Flex (4) 新手,只是边做边学!最近,我需要使选项卡栏如下所示(从已知站点获得)

alt text

我想我有使用皮肤!?如果是的话如何实现这一目标?询问是因为该组件中有按钮!

提前致谢

I 'm new to Flex (4) and just learning by doing! Recently i got the requirement to make a tabbar look like the following (got from a known site)

alt text

I think i have to use a skin!? If yes how to achieve this? Asking because this component has buttons in it!

Thanks in advance

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

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

发布评论

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

评论(1

但可醉心 2024-10-20 01:07:19

Flex 4中有一个spark TabBar组件。

为TabBar创建一个新的Skin,这是基于默认的spark.skins.spark.TabBarSkin

在此皮肤中,您将看到有一个显示按钮的DataGroup组件。这些按钮是 TabBar 按钮。
所以你需要更改这些按钮的皮肤:

<s:ButtonBarButton skinClass="YourOwnBlackTabBarButtonSkin" />

There is a spark TabBar component in Flex 4.

Create a new Skin for the TabBar this is based on the default spark.skins.spark.TabBarSkin

In this skin, you will see there is a DataGroup component that displays buttons. These buttons are the TabBar buttons.
So you need to change the Skin of these buttons :

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