0

I need load an ImageView with a external source (http://www.example.com/some_image.jpg).

I tried with a ImageTracker, but doesn't work

Anyway, Thanks!

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
  • Inbuilt support will land in next update. Till there's a workaround: http://stackoverflow.com/questions/14622082/set-image-source-on-imageview-blackberry/14622273#14622273 – Nishant Shah Feb 09 '13 at 16:34

2 Answers2

2

This isn't supported yet - https://developer.blackberry.com/cascades/download/roadmap/

As a workaround you can save the image to a file and load it from there.

barry
  • 4,037
  • 6
  • 41
  • 68
0

I recommed to show the image in a WebView

Best of luck

mariomunera
  • 323
  • 1
  • 4
  • 18