I need to show a Label with emoticons included already in the blackbery interface, with flags, etc.
相关问题
- JFX scale image up and down to parent
- Direct2D Only Partially Linking in C++ Builder
- Swing Font Rendering
- Asynchronous threads drawing in Bitmaps Delphi
- Create depth map from 3d points
相关文章
- Algorithm for maximizing coverage of rectangular a
- Behavior of uniforms after glUseProgram() and spee
- Is there a way to hide the new HTML5 spinbox contr
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- PropertyGrid - Possible to have a file/directory s
- Programming a touch screen application with SWING
- Can WM_NEXTDLGCTL be used with non-dialog windows?
- Difference between SuspendLayout and BeginUpdate
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