ImageDownloadService.createImageToStorage 代号一无效
ImageDownloadService.createImageToStorage codename one not working
ImageDownloadService.createImageToStorage(PhotoUrl,
mb.getIconComponent(),
"News_" + (String)entry.get("Id")+".png",
new Dimension(imageWidth,imageHeight));
在我的 createEntry 函数中 return MultiButton,但它不起作用!我的按钮没有图标,我的代码有什么问题?
你打开网络管理器看看发生了什么?
您可以使用 URLImage,因为您已经知道图像的尺寸及其技术优势 http://www.codenameone.com/3/post/2014/03/image-from-url-made-easy.html
ImageDownloadService.createImageToStorage(PhotoUrl,
mb.getIconComponent(),
"News_" + (String)entry.get("Id")+".png",
new Dimension(imageWidth,imageHeight));
在我的 createEntry 函数中 return MultiButton,但它不起作用!我的按钮没有图标,我的代码有什么问题?
你打开网络管理器看看发生了什么?
您可以使用 URLImage,因为您已经知道图像的尺寸及其技术优势 http://www.codenameone.com/3/post/2014/03/image-from-url-made-easy.html