I have image control in my view. After pulling some data from external server I'd like to set this image texture (or info) attribute to external image address. So far I've tried to do it using SetTexture() method without success.
How should I do it?
I have image control in my view. After pulling some data from external server I'd like to set this image texture (or info) attribute to external image address. So far I've tried to do it using SetTexture() method without success.
How should I do it?
I think you have to use the large image instead of just the image control:
http://developer.boxee.tv/Large_Image_Control
The image texture states it doesn't accept http links.
It does support external images when they are provided as $INFO[...] data though. I was trying to use <info> element, but it also didn't work (not to mention it is not available through Python API).
I'll give LargeImage control a shot.
Bookmarks