开发者

Background image in a gridfield in blackberry

开发者 https://www.devze.com 2023-03-28 16:10 出处:网络
I am developed a GridField in Blackberry.I have added a background image which covers the full screen.Now i want to add an image on top of the background image and add the gridfield on that image,when

I am developed a GridField in Blackberry.I have added a background image which covers the full screen.Now i want to add an image on top of the background image and add the gridfield on that image,when i am adding the image on the background image a开发者_高级运维nd then add the gridfield,the gridfield goes below the image,but i want it on top of the image.


You can call like:

vfm.setBackground(BackgroundFactory.createBitmapBackground(your bitmap))

Or you can call the same method in a screen to set the background image to entire screen.


You will likely have to use different Managers, or combine your fields/managers in a different manner than you are right now. But, without seeing your code, I can't diagnose any further.

0

精彩评论

暂无评论...
验证码 换一张
取 消