I've met this problem both in Motorola SDK v3.1 and Nokia S60 concept sdk. I've ever test it in real phone, but I forget the result. Is real device also has this bug?
What I can do is adding 4...
Type: Posts; User: dying; Keyword(s):
I've met this problem both in Motorola SDK v3.1 and Nokia S60 concept sdk. I've ever test it in real phone, but I forget the result. Is real device also has this bug?
What I can do is adding 4...
让ui线程有更多机会调度
需要自己去要求重绘吧,repaints
For example, 6600 supports midp2.0. Can midp1.0 program still run on it?
I will try as you've suggested.
After I run setup.exe of Nokia s60 midp sdk v1.0, then the system hang up and has no response. So do NDS 2.0 and s40 midp sdk, and other midp sdk. I uninstalled all patches of my winxp. But nothing...
After I run setup.exe of Nokia s60 midp sdk v1.0, then the system hang up and has no response. So do NDS 2.0 and s40 midp sdk, and other midp sdk. I uninstalled all patches of my winxp. But nothing...
As many people has mentioned before, after calling createImage for several times only for a tiny PNG under s60, it will throws a weird exception such as IO or IllegalArgument.
I wonder if s40...
As many people has mentioned before, after calling createImage for several times on a tiny PNG under s60, it will throws a weird exception such as IO or IllegalArgument. I also encountered this...
应该留公司的网址和信箱,而不是就一个个人信箱
C program has debug version and release version to satisfy the needs of efficiency and debug respectively. I think this method could be applied to J2ME.
It seems J2ME developing is despised by IDE...
As we know, if we run the following code in Visual C:
int* pi = NULL;
*pi = 1;
the debugger will report "Unhandled exception" and then stop at line "*pi = 1". So we can immediately be aware that...
I will try
有
请问它能否和jbuilder集成使用?
还是说要和sun的wtk一起使用
没办法,只能接受
类似又何妨,星际和C&C不是挺象的吗
to palmscape:
你的链接好像写错了,帮忙链接一下:
www.cnjm.net/cgi-bin/lbcjm/topic.cgi?forum=21&topic=919&show=0
Does the speed of DirectGraphics.drawImage(...) differ from the speed of drawPixels(byte[] pixels, byte[] transparencyMask, ...)?
If so, which method is faster?
DirectGraphics.drawImage(...)和drawPixels(byte[] pixels, byte[] transparencyMask, ...)显示图片的速度有无明显差别?哪个速度更快?
SDK提供的那些类所能做的,就是J2ME所能做的全部了
我们已提交了报名表,但现在我们觉得其中一款产品不够理想,想更换成另一款产品,不知是否允许这样做?
Each png file has a file head and end block. Puting small png files into one large file will cut off most file heads.
I've found some png files in a game. When browsing them with ACDSee, they are 4 colors or 16 colors.
It seems Photoshop only support true color and 256 indexed color png files. Yesterday I tried...
See this:
public static void gc()
Runs the garbage collector.
Calling the gc method suggests that the Java Virtual Machine expend effort toward recycling unused objects in order to make the...