开发者

Background image on BlackBerry

开发者 https://www.devze.com 2023-03-16 10:32 出处:网络
I want to have a background image and being able to put LabelField, PasswordEditField or EditField over it.

I want to have a background image and being able to put LabelField, PasswordEditField or EditField over it.

Unfortun开发者_高级运维ately, 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.

0

精彩评论

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