Hello,
I have built an application in which i am using grid style but it is not showing the image thumbnail (i.e. referred from xml generated).
If any one is aware of solution, kindly let me know asap.
Thanks in advance
Amit Thakkar
Hello,
I have built an application in which i am using grid style but it is not showing the image thumbnail (i.e. referred from xml generated).
If any one is aware of solution, kindly let me know asap.
Thanks in advance
Amit Thakkar
Post an example of the XML, or PM me if you don’t want to post it publicly.
please find the xml format below. i have been using item.hdImg & item.sdImg for binding..
1 1 Title 10001 Talk SD [http://webserver:IP/roku/images/fanna.png](http://webserver:IP/roku/images/fanna.png) mp4 SD 1436 ..path of video to be played synopsis Clip 10000 2 2plese guide whether i am making a mistake..
Thanks
Amit Thakkar
hmm - webserver:ip doesn’t look right. what comes after the : should be a port number if your webserver is running on a non-standard port, like http://myserver.com:4030/roku/images/fanna.png otherwise it would just be http://myserver.com/roku/images/fanna.png, or if the word “IP” is the name of a folder then it should be http://myserver.com/ip/roku/images/fanna.png