07-05-2012 06:28 AM
How do I display an image in a ListView given a full external url? All the examples I've found are for images on the local filesystem.
07-05-2012 01:36 PM
Does this thread help:
http://supportforums.blackberry.com/t5/Native-Deve
Stuart
07-06-2012 04:21 AM
That is definitely what I'm looking for, but I don't understand the crucial step needed to wire up the image retrieval in C++ with my ImageView in QML. I am new to C++/QML. Another user ( level32 ) has posted on the thread with the same question.
Any further help would be enormously useful.
07-06-2012 07:31 AM
07-06-2012 09:05 AM
Yes those are interesting threads, but they are talking about a single ImageView. The bit I can't work out is how you bind this image retrieval mechanism to an ImageView in a ListView, defined in QML.
07-09-2012 07:47 AM
Look at the sample stampcollector
Stuart
07-09-2012 09:09 AM
The stampcollector sample is great, but the images it references from the JSON are all local to the application, in the assets/images folder. The JSON I am using has external urls for images ie. http://path/to/image.png and Cascades doesn't yet suppoprt this, as far as I know. So I need to code it myself somehow.
07-18-2012 03:26 PM
Have you made any progress on this?
Was there enough information in this and the other thread to put the pieces together?
Stuart
07-19-2012 04:44 AM
No, I'm afraid there wasn't. I think the best solution would be to do the image retrieval in C++ and use a ListItemManager with the ListView, but I was unable to get it to work, due in part to my limited C++ skills. Or wait until its implemented in QML