aspose file tools
The moose likes Java Micro Edition and the fly likes problem in setting size of image in mobile Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "problem in setting size of image in mobile" Watch "problem in setting size of image in mobile" New topic
Author

problem in setting size of image in mobile

feroz pasha
Greenhorn

Joined: Aug 22, 2008
Posts: 13
i am trying to display the google map in mobile using google API as user enter the location it will display the image for that code is

retriveStaticMap(width, height,longitude, latitude,zoom, format);


this.image = Image.createImage(gMap.retrieveStaticImage(35, 35, lanLng[0], lanLng[1], 10, "png32"));

for 35*35 image get displayed
but if i increase size from 35 to 35 it showing illegalArgumentException

as i am using sun java wireless toolkit 2.5.2
emulator as screen size of 240*291

if i resize the image to 240*291 it get blur

so pleeeeeeeeeeeeeeee give me solution
feroz pasha
Greenhorn

Joined: Aug 22, 2008
Posts: 13
STACK TRACE EXCEPTION I AM GETTING PL GIVE SOLUTION

java.lang.IllegalArgumentException:
at javax.microedition.lcdui.ImmutableImage.<init>(+11)
at javax.microedition.lcdui.Image.createImage(+40)
at GoogleMaps.retrieveStaticImage(+28)
at SimpleSlidingCanvas.<init>(+63)
at Example.startApp(+8)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+270)
at com.sun.midp.main.Main.runLocalClass(+28)
at com.sun.midp.main.Main.main(+80)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem in setting size of image in mobile
 
Similar Threads
Get image size
Displaying thumb nail image
retrieve size of an image
Image component problem.
Why did it have to be PNG