How to make background of BrowserField transparent in Blackberry

无人久伴 提交于 2019-12-12 14:20:06

问题


I am using BrowserField component of RIM BB. It is right now displaying a white background. I want make a transparent background, so it could match with the Manager's background color.

I had tried with below code. But it's not working.

BrowserField contentField = new BrowserField();
bgTransparent = BackgroundFactory.createSolidTransparentBackground(0xffffff, 0);    
contentField.setBackground(bgTransparent);

How to solve this?

来源:https://stackoverflow.com/questions/12421300/how-to-make-background-of-browserfield-transparent-in-blackberry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!