问题
I need to show a Label with emoticons included already in the blackbery interface, with flags, etc.
回答1:
There is no such built-in functionality.
With net available you can use BrowserField or WebBitmapField.
Otherwise you can use local resources + BitmapField. I wouldn't advice to use LabelField with custom drawing, just add simple LabelField before or after BitmapField with emoicon.
UPDATE: See alternative answer at Blackberry: Emoticons in Chat Application
来源:https://stackoverflow.com/questions/2754668/blackberry-how-can-i-show-a-label-with-emoticons