为 fxg 按钮构建工具提示

发布于 2024-10-16 23:10:10 字数 138 浏览 5 评论 0原文

我有一个漂亮的 fxg 按钮,我想在其上附加一个工具提示 - 如何轻松实现这一点? (火花按钮可以开箱即用,但视觉上不太令人愉悦)

我在搜索中看到的示例是相反的 - 在工具提示中使用 fxg 效果...

再次感谢您的任何指导/指示

I have a nice looking fxg button, to which I want to attach a tooltip- how do I achieve that without much hassle? (the spark button does this out-of-box, but is not very visually pleasing)

The examples I have seen on search is reverse- using fxg effects in the tooltip...

Thanks again for any guidance/ pointers

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

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

发布评论

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

评论(1

你是年少的欢喜 2024-10-23 23:10:10

通常,您使用 FXG 绘制按钮的外观,然后将该外观附加到您的按钮(通过 CSS 或在声明按钮时设置 SkinClass 样式)。这样您就可以获得标准按钮的所有行为使用 FXG 随心所欲地绘制。您可以通过基于默认的 Spark ButtonSkin 创建新的 ButtonSkin 并用您自己的 FXG 替换默认的 FXG 来完成此操作。然后您将免费获得工具提示功能。希望有帮助。

Typically you use FXG to draw the skin for a Button, then attach that skin to your Button (either by CSS or by setting the skinClass style on the button when it is declared.) That way you get all of the behaviors of a standard Button drawn however you like using your FXG. You do this by creating a new ButtonSkin based on the default spark ButtonSkin and replacing the default FXG with your own. You will then get the tool tip functionality for free. Hope that helps.

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