lots thx for reply
"The receiver should be listening
for incoming messages on that port"
This mean MessageListener.notifyIncomingMessage ?
Maybe, U say only chat..
Type: Posts; User: esinu; Keyword(s):
lots thx for reply
"The receiver should be listening
for incoming messages on that port"
This mean MessageListener.notifyIncomingMessage ?
Maybe, U say only chat..
My MIDlet use WMA API.
It send TextMessage,BinaryMessage to other divice
But,
Making wap push SMS, use TextMessage or BinaryMessage
it's possible ??
Always, result is normal SMS in...
My MIDlet use WMA API.
It send TextMessage,BinaryMessage to other divice
But,
Making wap push SMS, use TextMessage or BinaryMessage
it's possible ??
Always, result is normal SMS in...
here,
Windows 2000 pro
+ Nokia_Series_60_Concept_SDK_Beta_0_2
+ J2ME WTK104
Thanks, Rexomaniak.
i ran into continuous alert after "Clear cache"
Probably, its not a problem in "Clear cache"
My phone is N3650 V2.20
Maybe N3650 V2.20 problem ??
My phone is N3650 V2.20
I guess V2.20 problem -_-;
every one, What a u think?
I created a Java MIDlet that inclusion MIDI palyer(MMAPI),
I am using the WTK104 and "Nokia_Series_60_MIDP_Concept_SDK_Beta_0_2" emulator,
Mibile Media API, Windows2000pro.
Emulator test is...
I created a Java MIDlet that inclusion MIDI palyer(MMAPI),
I am using the WTK104 and "Nokia_Series_60_MIDP_Concept_SDK_Beta_0_2" emulator,
Mibile Media API, Windows2000pro.
Emulator test is...
im sorry.
my reply was stupid.
Today...
I finally discovered that problem.
/////////////
g.setColor(0);
g.fillRect(0,0, getWidth(), getHeight());
g.setColor(255,255,255);
g.drawString("Test string", 10, 10, Graphics.TOP | Graphics.LEFT);
g.drawImage(offscreen, 0,0,...