I understand - hate those spammers too :-)
You've got mail..
Type: Posts; User: schm1; Keyword(s):
I understand - hate those spammers too :-)
You've got mail..
Hello Henrik,
I tried to write you an email, but your server refused to deliver it to the adress you wrote above.
should I replace XX with your nickname?
UPDATE:
I tried that, no luck what...
Hello Henrik,
The "conflicting stack sizes" problem does not occur on the handset. At least not in this situation.
However I must deal with it in the emulator, because its not very handy to...
Hi guys!
I've been digging a little deeper into this frustrating problem.
I have read several threads in this forum regarding the "conflicting stack sizes" error in the Nokia 7210 emulator....
I'm glad you got it to work! Cheers :-)
I'm sorry I posted half an answer by an accident. You might wanna read my previous post again for a more complete example.
Hi again,
Not necessarily a new class. Your main class can implement Runnable and control this behaviour from its run method.
I suggest that you start your thread during midlet initialization,...
Hello Guidopater,
Been there too :)
Please note, that whetever you perform during event dispatching (e.g in the commandAction() method, or keyPressed() method) is performed by the event...
I would recommend "Antenna" for Ant.
It does the job nice and easy with a lot of features like obfuscation and automatic version control.
http://antenna.sourceforge.net/
Hi guys,
I've encountered a strange Exception in both the Nokia7210 SDK Emulator v1.0 and the actual Nokia7210 device.
When I attempt to draw a String with an anchor of "Graphics.VCENTER |...
Hi there.
Maybe it has something to do with a full heap - due to object creation when opening new connections rapidly?
Just a suggestion.
Hi Mike,
Thanks for listening.
This is a problem with the actual device, so changing the network communication mechanism of the Emulator SDK won't make any difference? Or maybe I got you wrong?
...
Hi Guys,
Yes I solved the problem - or at least found out what was causing the phone to Hang. If you attemp to read from an http inputstream when there is no content data available, the phone will...
Hello there fellow developers and Nokia personnel! :)
I've discovered an issue that really worries me!
Heres the scenario:
I create 2 new threads.
First thread is a FullCanvas that displays...
Hi there,
You are welcome to send your MIDlet as ready to run JAD and Jar files to my email js@certus.dk, and I will test it for you on the 7210 handset.
Or if you can put it on the net, it would...
Hi guys,
Does anyone out there have a working example of how to keep an HTTP connection open during multiple requests and responses?
The second time that I write to the outputstream, no bytes...
Hi there Stefano,
What are the exact settings for the Font that you're setting?
Maybe you would care to post some source code? :-)
I've never had any trouble setting a font on the 7210.
Hi there,
In generel you should not perform time consuming operations using the event thread. The event thread is supposed to repaint the display and dispatch events only, like with AWT in J2SE -...