0

Is it possible to use the ImageDownloadService (especially the createImageToStorage method) for icons in a MultiButton ComponentGroup?

If yes, could you post a working example?

Megachip
  • 359
  • 3
  • 13
  • This Question is the specialised Version of [this](http://stackoverflow.com/questions/12979247/how-to-create-an-image-from-a-url-codenameone), which is still not answered. – Megachip Feb 11 '13 at 01:41
  • That question was answered by myself, the person asking failed to accept the answer or ask followup questions. – Shai Almog Feb 11 '13 at 05:52

1 Answers1

2

Use getIconComponent() and pass that to the ImageDownloadService instead of the multi button itself.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65