View Single Post
Old 08-28-2008, 11:46 PM   #4
abhsax1978@hotmail.com
Thumbs Must Hurt
 
abhsax1978@hotmail.com's Avatar
 
Join Date: Jun 2008
Location: NOIDA
Model: 8100
OS: 4.2.1.91
PIN: 2052AEF9
Carrier: Soft. Engg.
Posts: 111
Default In the MIDlet can you insert ICON in the title bar

In BlackBerry it is fine but I have the MIDlet and not BBApp.
I have never tried to implement a ObjectListField API of BBApp in the List or Form of MIDlet.
Code:
Bitmap bmp=Bitmap.getBitmapSource(bmpPath);
LabelField label=new LabelField(title, LabelField.FIELD_LEFT);
label.setImage(bmp);
ObjectListField list.setTitle(label);
I have to re-write the code entirely into BBApp if I can't find a way to
insert the bmp in the same way.
Regards
Offline   Reply With Quote