ImageDownloadService.createImageToStorage代号不能正常工作

时间:2015-01-28 07:11:41

标签: codenameone

ImageDownloadService.createImageToStorage(PhotoUrl, 
                                          mb.getIconComponent(),
                                          "News_" + (String)entry.get("Id")+".png", 
                                          new Dimension(imageWidth,imageHeight));

在我的createEntry函数中返回MultiButton,但它不起作用!我的按钮没有图标,我的代码有什么问题?

1 个答案:

答案 0 :(得分:0)

您是否打开网络管理员以查看发生了什么?

您可以使用URLImage,因为您已经知道图像的尺寸及其技术上优越http://www.codenameone.com/3/post/2014/03/image-from-url-made-easy.html