简体   繁体   中英

Background image on BlackBerry

I want to have a background image and being able to put LabelField , PasswordEditField or EditField over it.
Unfortunately, only EditField displays properly, but LabelField doesn't display at all. PasswordEditField displayed but with a white background.

To display a label field, there should be some text set.

LabelField label=new LabelField("Text");

If there is no text, then it won't display anything.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM