01-22-2013 11:26 AM - edited 01-22-2013 11:27 AM
I am trying to load an image from a URL but it could not be shown. The source code is list as below:
ImageView {
imageSource: "https://developer.blackberry.com/cascades/files/re
}
If Cascade doesn't support for loading image from URL, is there one regular or simple way to dynamically load image from the url by C++?
Thank you
Solved! Go to Solution.
01-22-2013 11:32 AM
01-22-2013 11:55 AM
Thank you Peter. Do you have some sample codes?
01-22-2013 12:21 PM
01-22-2013 03:02 PM
01-22-2013 05:09 PM
Excellent! It is what I need. Thank you.