如何制作黑莓小股票屏幕
我想将我的 Blackberry 应用程序的第一个主屏幕自定义为小股票屏幕。我的目标是第一个主屏幕的尺寸应为320宽度,100高度,因此当用户启动应用程序时,他只会看到尺寸为320宽度和100高度(0,200,320,100)的屏幕,而其余屏幕将是透明的,用户将通过透明屏幕看到其他应用程序。
I want to customize very first MainScreen of my Blackberry application as like small ticker screen. My aim is that the first MainScreen should be of size 320width,100height so when user launches the application then he will just see screen of size 320width and 100height (0,200,320,100) while remaining screen will be transparent and user will see other applications through transparent screen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能做的最好的事情就是采取 屏幕截图,您的应用程序处于后台,以捕获下面的内容。然后在该屏幕截图的顶部绘制 320x100 UI。这具有您想要的视觉效果,但如果底层屏幕尝试绘制任何更新,该更新将不会反映在您的 UI 中。
The best you could do is take a screenshot with your app backgrounded, to capture what would be underneath. Then draw the 320x100 UI on top of that screenshot. This has the visual effect you want, but if the underlying screens try to draw any update, that update will not be reflected in your UI.