Originally posted by Lasse Koskela:
Ok. First of all, I'd suggest making the database query with XML-over-HTTP so you don't need to get a JDBC driver for MIDP. There are some tutorials for doing that kind of things around the web.
Originally posted by Michael Yuan:
Firmware upgrade is unlikely for cell phone type devices. In fact, Nokia 3650 already has a newer "replacement" model (Nokia 6600) that runs MIDP 2. Dirk, you did get that 3650 free on Amazon, right?
Originally posted by Gang Lu:
Hi, Thank you for taking your time in advance.
I am working on MIDP project current. Basically, 3 thread are running: main MIDlet, animaion, Httpconnection. Animation class is a Canvas, I use showNotify() and hideNotify to control the animation image (i.e. start or stop the animation). When i click a menu, the request will be sent out and in the meantime, the animation canvas will show up with animation running to hide the network delay. Upon response from the server comming a Alert needed to show on screen replacing the animation. But it doesn't work, the anim canvas even does not be shown (which mean showNotify() never been called). if I comment the Alert, the anim canvas can work well.
what the problem, please give me some help! Any tricky way to do that?THanks a lot.