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