I use g.setColor(0x00FFFFFF) to drawString() the text in FullCanvas.
It workes well in old j2me version. But problem in new version, the text is still black. Actually the color
is always black, useless of the setColor(). What's the matter? Thanks for help.
the codes are like this:
Font textFont = Font.getFont(0,Font.STYLE_BOLD,Font.SIZE_SMALL);
offscrg.setFont(txtFont);
offscrg.setColor(0x00000000);
offscrg.drawString();
offscrg.setColor(0x00FFFFFF);
offscrg.drawString();
g.drawImage(offscrimg,getWidth()/2,getHeight()/2,Graphics.VCENTER|Graphics.HCENTER);
The version currently in 7650 is v4.39 30-10-02.
(I am sorry for my mistake information before.)