Dear friends,
I am trying to show a list of business indicators for my Mobile BI application, an indicator is a:
Icon and a series of values, values must be aligned to create a sort of report.
In SUN Java WT 2.5.2 emulator I can use a List (javax.microedition.lcdui public class List) for these propose and it shows just beautifully, but when testing in S40 5th edition Font Style works fine but Font Face and Font Size did not working at all
Is there a way to change font faces and sizes in a List in a Nokia S40?Code:/* Pone la lista en los caracteres necesario MONOSPACE */ Font mf1 = Font.getFont (Font.FACE_MONOSPACE, Font.STYLE_PLAIN, Font.SIZE_SMALL); for (int i1=0;i1<biList.size();i1++) { biList.setFont (i1,mf1); if (i1==1) biList.setSelectedIndex(i1, true); }
I am downloading S60 emulators to test in S60.
Thanks so much for any help you could give me.
Regards

Reply With Quote



