Hi!
I've developed an application that downloads 4 images from the web and show it in a Form. After the download, I close the connection and in a Form I show the Images (there are two methods, one where I download the images, and close the connection and other where I show the images):
But in the phone (not in the emulator) the icon of "Active GPRS connection" is enabled until I close the J2ME application!!Code:finally { try { if (dinputs != null) dinputs.close(); if (connect != null) connect.close(); }catch (IOException ex) {ex.printStackTrace();}
In the image you can see a menu, independent of the Images Form, and you can see the GPRS icon, Why???


Reply With Quote


