yes, thanks dmford this is very helpful.
Type: Posts; User: nodevelop; Keyword(s):
yes, thanks dmford this is very helpful.
hi, I am a symbian os developer, actually I am going to start a J2ME MIDP-1 game progect. I have some general question to ask:
1) some devices seems to have problem displaying simple PNG file but...
does serie60 support personalJava?
thanks
eml
thanks again shmoove
all that you say its very interesting and usefull.
I'll go on that way.
eml
hi shmoove
it's long time you help me, thanks for the support.
well I used something like that:
public void keyPressed(int keyCode){
myCode = getKeyName(keyCode);
if ((myCode.equals("Right...
hi,
I am trying to develop a basic MIDP application.
I developed it on the Nokia Series 60 MIDP 2 SDK Beta 0.3 using the MIDP Low-Level User Interface API and all works fine.
but when I try to use...
thanks jalev, I think I'll buy an 6600 and I hope to find it in rome (where I live).
cheers
eml
hi,
I want to buy a MIDP 2.0 enabled nokia mobile, which devices actually support MIDP 2?
thanks
eml
thanks
eml
hi,
what's wrong with this code?
paint() method shows rects all togheter in the same time.
why Thread.sleep() doesn't work?
(the same paint method used in an applet works well.)
import...
hi, wich api could be used to control mobile's camera and Bluetooth?
eml
so which is the selling MIDlet policy?
is there any way to use a software serial number?
thanx
eml
hi,
how can I protect my MIDlet so the user can't send it to another user without paying? and also if I set the MIDlet life (for example to 6 months) using rms and the system date time what's up if...
hi
just one question:
which classes are better to use to develop the sound
of a MIDlet game?
I am learning the Package javax.sound.midi/sampled but the choice for MIDlets is very restricted.
any...
Hi,
I' ve got some problem installing MIDP 2 integrated with JBuilder 8E. I downloaded the new j2me_wireless_toolkit-2_0-windows from sun and also the MIDP 2 and the CLDC 1.0.4 but I don't know...
I hope that MIDP 2 will be supported by nokia phones soons.
thanks for the answers
eml
hi
I used this code to move an image over the display:
import javax.microedition.lcdui.*;
public class Displayable1 extends Canvas implements CommandListener {
private Image image;
...
thank you very much lizergil
your code is strong and works well
regards
eml
hi
I want to display a 300x300 px image into the canvas and then move it. I used this code, it works well, but I have a problem about the canvas size limit:
import javax.microedition.lcdui.*;...
yes I was talking about the canvas background color.
thanks to your reply.
Hi,
How can I change the Canvas color?
thanks
eml
thanks your answer is really usefull.
all works fine now.
eml
Hi,
I have some problem in using Anchor Points for drawImage method:
g.drawImage(image1,50,50,LEFT);//works well
g.drawImage(image1,50,50,HCENTER);//error message variable HCENTER not found in...
hi, I am quite new about java, I writed a simple midlet that move a sprite across the display. I use Jbulider 8EE but I don't know how to use debugger correctly. I mean with other languages I can ...
hi
how can I set 2 state for a sprite.
I mean I have 2 image of the same sprite: spriteOn.png and spriteOff.png
I can simply draw them on the display using the paint method.
but how can I...