Flex 4 标签栏工具提示

发布于 2024-10-10 20:34:36 字数 29 浏览 2 评论 0原文

我需要为标签栏创建一个工具提示,如何创建它?

I need to create a tooltip for tabbar how to create it?

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

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

发布评论

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

评论(1

孤独患者 2024-10-17 20:34:37

创建完成后,您可以执行以下操作:

var button:ButtonBarButton = myTabBar.dataGroup.getElementAt(i) as ButtonBarButton;
button.toolTip = "Magic!";

其中“i”是要添加工具提示的选项卡的索引。

希望有帮助。

After creation is complete you can do this:

var button:ButtonBarButton = myTabBar.dataGroup.getElementAt(i) as ButtonBarButton;
button.toolTip = "Magic!";

Where "i" is the index of the tab you want to add the tooltip to.

Hope that helps.

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