关闭时黑莓屏幕切换

发布于 2024-10-26 09:28:07 字数 161 浏览 1 评论 0 原文

大家好,
我正在做一个与 OS4.5+ 兼容的黑莓应用程序,我想做一些屏幕转换。当我将屏幕推送到 UiApplication 时,我知道如何通过屏幕的子布局方法来完成它们,但是当我不想让屏幕消失时(比如当我按下后退按钮时),我似乎找不到任何东西。

有人可以帮忙吗?
提前致谢!

Hey everyone,
I'm doing a Blackberry App compatible with OS4.5+ and I'd like to do some screen transitions. I know how to do them through the screen's sublayout method when I push a screen to the UiApplication, but when I wan't to make one disappear (like when I press the back button), I can't seem to find anything.

Can anyone help?
Thanks in advance!

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

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

发布评论

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

评论(2

比忠 2024-11-02 09:28:07

您必须重写每个屏幕上的 onClose() 方法。

You will have to override the onClose() method on each of your screens.

我爱人 2024-11-02 09:28:07

我不认为 4.5 可以进行转换。但是,由于 Blackberry API UiEngineInstance 类中的 rel="nofollow">setTransition 方法可能会帮助您。

编辑:
看来我误解了这个问题。这是另一个想法:您说过您知道如何在推动屏幕时进行转换。当你回去时也这样做。您可以弹出旧屏幕,然后再次按下它,这样您就可以处理转换。

I don't think you can do transitions for 4.5. But, since Blackberry API the setTransition method from UiEngineInstance class might help you.

EDIT:
It appears I misunderstood the question. Here's another idea: You said you know how to do the transition when you push the screen. Do that when you go back also. You can pop the old screen and then push it again and this way you will be able to handle transitions.

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