09-06-2012 10:38 AM
HI,
I m curious if ImageView, ImageTracker are going to support web URLs?
Thanks in advance for info.
BR<
Jan
09-07-2012 08:20 AM
I believe it does.
Have you checked this sample out?
https://github.com/blackberry/Cascades-Samples/tre
09-13-2012 09:17 AM
Did the sample above help you out?
Graham
09-13-2012 01:49 PM - edited 09-13-2012 01:50 PM
I think what the OP is referring to here is like Qt support of urls for image views.
example in Qt QML if you have
ImageView{
src:"http://..../image.png"
}
during rendering the system will automatically download,scale and render the image.
While this has been voted a lot of times in different threads, i still dont see it in the roadmap on the site.
09-13-2012 05:22 PM
bump. a kb would be nice.![]()
09-17-2012 03:58 AM
I cannot understand why this isn't supported since it already exists on Qt!
09-17-2012 09:45 PM - edited 09-17-2012 09:45 PM
Can someone vote this up to RIM as a request by developers? I also just assumed that it was supported ![]()
09-27-2012 07:52 AM
I'm comming from the world of Symbian QtQuick, and I was very surpised when I saw that this feature doesn't exist in Cascades...
Hope it will be in a future release.
10-01-2012 08:07 PM
In View of Cascade reinvent the wheel by creating a new QML, it would be greate if they makes same features than the original QML. Particullary the data source system which can load local or web data.
In fact, with the original QML , I was able to create a RSS reader with 10 lines of codes. Now with the bb QML, I reach 100 more..
10-02-2012 01:40 PM