Project

General

Profile

Actions

Bug #287

closed

Xbmc.gui can not print a pixelimage to the screen

Added by skatulskijean about 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Python Code and/or Scripts
Target version:
Start date:
08/02/2014
Due date:
% Done:

0%

Resolution:
fixed
Affected Version:

Description

That problem can we see when we access the urlresolver and on it a Hoster what want a user input.As example Vidplay but that is by the other Hoster what want a user input to write a code the same.
The code for this is very easy and i can not understanf that xbmc4xbox not can it print on the screen we mainxbmc.

example code :

img = xbmcgui.ControlImage(450,15,400,130, puzzle_img)
wdlg = xbmcgui.WindowDialog()
wdlg.addControl(img)
wdlg.show()


Files

xbmc.old.log (73 KB) xbmc.old.log skatulskijean, 08/02/2014 09:45 AM
plugin.video.xbmcguitest.zip (1.52 KB) plugin.video.xbmcguitest.zip skatulskijean, 13/02/2014 06:46 AM
Actions #1

Updated by buzz about 10 years ago

  • Priority changed from High to Normal
Actions #2

Updated by buzz about 10 years ago

are you able to give me a standalone python plugin/script to reproduce this, to save me some time putting something together. Would be a great help. thanks.

Actions #3

Updated by buzz about 10 years ago

  • Status changed from New to Feedback
  • Assignee changed from buzz to skatulskijean
Actions #4

Updated by skatulskijean about 10 years ago

sorry , i have this not see before.
Annyway:
here is a little addon from me to test.
It's open the pixelimage from a vidplay url and open than the keybord to put the code on it(you have 3 differrent url' on the addon.py so can you change when one no more works)

It's a python 2.7 addon and you want the scriptmodule.requests for it

Regards Jan

Actions #5

Updated by buzz almost 10 years ago

The actual issue is that it doesn't work with gif images. This image is not a png, but a gif.

Actions #6

Updated by buzz almost 10 years ago

  • Status changed from Feedback to Closed
  • Target version set to 3.5
  • Resolution set to fixed
  • Affected Version changed from Future / Pending to 3.3

this is fixed in r32722 - but you will need to save the file with the correct extension - so xbmc will know it is a gif

Actions

Also available in: Atom PDF