Results 1 to 3 of 3

Thread: Setting texture from python API

Hybrid View

  1. #1

    Default Setting texture from python API

    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?

  2. #2
    Join Date
    Feb 2009
    Posts
    427

    Default

    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.

  3. #3

    Default

    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.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •