package com.ivanavdeyev.test;
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Display;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;...
Type: Posts; User: ivanavdeyev; Keyword(s):
package com.ivanavdeyev.test;
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Display;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;...
Where to post information concerning a bug in Nokia Java Runtime? Here or on Beta site?
Exactly on Nokia 5800XM.
I guess such a behaviour is a bug because Symbian dispatch pointer events well.
Without any delays.
I guess Java Machine dispatched pointer events well before installing...
For a drawing program it is important. How did you test the issue?
Is it possible to avoid the pause between pointerPressed and pointerDragged?
Check whether Canvas.hasPointerEvents() returns true - I guess it will be the answer.
Nokia developers, answer please, why you have implemented the pause between pointerPressed and pointerDragged method call?
May I avoid it?
My painting program shows delay between "head" of...
I added to jad file:
progressive_download: enabled
I have tested on Nokia 6120c and SE emulator.
It does not work. I download the data through a socket connection. I separate meta-info from...
Is there a way to make or prevent MMAPI Player not to load entire data before playing (audio streaming)?
I develop a streaming audio player (audio/mpeg) and I have tried to implement my own custom...