openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

image from radiobutton is not saved in iphone #1335

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Set icon in radiobutton
2. image = findIcon(f).getIcon();    
3.out = Storage.getInstance().createOutputStream(savedImageName);
4.ImageIO.getImageIO().save(image, out, imageType, 1f);

What is the expected output? What do you see instead?
The image should be saved in storage but there is image saved in iphone but 
working well on android mobiles

What version of the product are you using? On what operating system?
ipad version 8.1.3

Please provide any additional information below.
When i try to save image from camera  and gallery ,it works working well on 
both android and iphone and problem is only when getting icon from component.

Original issue reported on code.google.com by gshyamk...@gmail.com on 6 Feb 2015 at 6:20

GoogleCodeExporter commented 8 years ago
This is fixed in SVN. For reference in the future we expect test cases to look 
more like the attached

Original comment by shai.almog on 12 Feb 2015 at 9:36

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by shai.almog on 12 Feb 2015 at 9:36