只有一个7210的模拟器能支持中文,那个40的多国语言版里居然也没中文。中国这么大个市场真不知道nokia怎么想的,这么轻视我们中国的开发者啊!希望nokia能快点推出支持中文的模拟器,这个要求应该不过分!!!
Type: Posts; User: shadowghost; Keyword(s):
只有一个7210的模拟器能支持中文,那个40的多国语言版里居然也没中文。中国这么大个市场真不知道nokia怎么想的,这么轻视我们中国的开发者啊!希望nokia能快点推出支持中文的模拟器,这个要求应该不过分!!!
有哪个s60的模拟器能显示中文?每次都要传到实机上很不方便啊!
thanks for ur help!
I try to stop a midi player, and replay it from the beginning.
But the effect just like a pause, it just resume the midi, not play from the beginning.
to stop the Player I call:
m_player.stop();...
Is there same problem on 7650?
I test my program on 3650,drawString in black color only.
I want to konw how about 7650.
很简单的程序,如下
Image m_Img = Image.createImage(100, 100);
Graphics m_OffScreen = m_Img.getGraphics();
在线程的run里
drawAll();
repaint(0, 0, getWidth(), getHeight());
...