Adobe Air 自定义状态栏

发布于 2024-11-03 21:19:23 字数 159 浏览 0 评论 0原文

我一直在寻找一些有关为 AIR 应用程序创建自定义状态栏的示例,但没有找到任何真正有用的东西。直到我开始在 Tour de Flex AIR 应用程序中查找示例,它就在那里(应用程序本身的一部分)。有人对复制此状态栏有一些建议吗?我遇到的问题是我似乎无法获取要显示的动态变量的值。我正在尝试显示当前用户。

I've been looking for some examples on creating a custom statusbar for an AIR application, but haven't found anything really useful. That was until I started looking around in the Tour de Flex AIR app for an example, and it was right there (part of the app itself). Would anyone have some suggestions on replicating this statusbar. The trouble I'm having is that I cannot seem to get the value of a dynamic variable to display. I'm attempting to display the current user.

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

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

发布评论

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

评论(2

魄砕の薆 2024-11-10 21:19:23

在应用程序的 initialize 处理程序中:

statusBarFactory = new ClassFactory(yourpackage.yourStatusBarClassName);

应用程序将从您的类创建状态栏。

In your application's initialize handler:

statusBarFactory = new ClassFactory(yourpackage.yourStatusBarClassName);

Application will create status bar from your class.

寂寞笑我太脆弱 2024-11-10 21:19:23

在您的描述符 xml 中,将 systemChrome 标记设置为 false,然后只需想象一下您希望状态栏的外观并实现它即可。

In your descriptor xml, make the systemChrome tag false, then it's just a matter of imagining how you want to make your status bar look and implement it.

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