Well, setDisplay returns immediately, but switching displays will perform after some time. Nothing complicated till now. But what happens if display is switched and I am still in the same method? Is...
Type: Posts; User: servigo; Keyword(s):
Well, setDisplay returns immediately, but switching displays will perform after some time. Nothing complicated till now. But what happens if display is switched and I am still in the same method? Is...
is there some way way to disable List?
I have some time between clicking on item and actual action performing real action(from commandAction) including switching Display. In this time there is...
The problem: I have the a midlet communicating with the server, the game actually. What I would like to solve is to prevent users from changing MIDlet. Obfuscation is not an option I'm afraid. I was...
- I have similar problem.
When loading images, same images consumes more memory on 7210 than on 3510i and therefore running out of memory later. They have even same native pixel format 444. Have you...
i'm using post for sending data. on 7650 everything is ok, but trying to send data from 3510 works only from emulator.
I found, using real device, that despite I set content type like this
...
OK. Thanks for explanation.
Now I remade application to use threads for prepare painting and processing keyPressed. Graphics runs at great speed, but keypresses are still a bit strange: on 3510...
Well, this is theoretical question. Do you know, how the event queue mechanism works? The example: I have some infinite loop doing graphics in midlet, now I press the key. When keyPressed(int...
Thank you very much.
Just few more questions.
1) Is it possible to run profiler with nokia api (displaying short[] is avaiable only in their SDK I'm afraid, and creating mutable images(for...
Greetings,
I'm programming/porting game to Series30, 3510 namely and I have a big trouble to have similar speed (=key response) like on Series60. Do you know which processor is in this machine?
...
Greetings,
I have problem with network connection. But it is working on series beta 0.3, and real device 7650 and 3650, even 3510. But in emulators version 1.2 (choosing both alternatives PPP and...
I had ( and still have:-( ) problems with setting of this beast to networking work correctly.
But once I'm writing here I want to ask, how to set keyboard to work? Only cursor key are working on...
bitmaps in fullCanvas.
8bpp If I looked at pallete, then background color has some values (for example 0,128,128).
I set these values as color of fillRect which serves me as background of Canvas....
Thank you.
Well, now I know it is in the settings and I don't have to curse my code ;-)
But someone know where and what to set?
Or where I can find the documentation about the settings at...
I have application, which connects to server on simulator 7210 it is OK, it connects on 127.0.0.1 with no problem and no questions.
conn = (HttpConnection) Connector.open(url);...