10-03-2012 10:47 AM - edited 10-03-2012 01:02 PM
*I renamed this thread*
Basically, how can I render a web page in a BrowserField and then get a full resolution JPEG of the rendering?
*********
Hi All,
I wish to make a MainScreen that is larger than the Display size of the device.
Basically I want to put a BrowserField in the MainScreen, and set to 1:1 ratio and then call Display.Screenshot to get a full resolution image of the web page.
Is this possible?
10-04-2012 01:37 AM
Unfortunately, Display.screenshot() only allows the dimensions of the screen. You will get an IllegalArgumentException if you pass a bitmap with dimensions larger than that of the screen.