02-07-2013 11:19 AM
Hello,
according to this article http://supportforums.blackberry.com/t5/Cascades-De
For the life of me I can't load an image not only from shared /accounts/1000/shared/ subfolders but even from app's own data folder.
Can somebody share any *working* example of loading images into ImageView using file:///
Thanks.
Solved! Go to Solution.
02-07-2013 11:22 AM
02-07-2013 11:27 AM
So there is no way to do it without C++ part? what a convoluted way... but thanks will try tonight.
02-07-2013 11:33 AM
02-07-2013 06:37 PM
borceg, approach posted by you works, thanks.
Also this simple thing works without any C++ use:
imageSource: "file:///accounts/1000/shared/camera/image.png"
Stupid me forgot to request "Shared Files" access for this app. Just thing to remember: path must be absolute. Because of that if you need to locate files inside your app's sandbox then you'd have to use C++ part.