Jump to content


Photo

Image Plugin


  • Please log in to reply
3 replies to this topic

#1 hidra

  • Member
  • 4 posts

0
Neutral

Posted 5 July 2014 - 16:17

Hi to all!

I need a plugin that show an image on overlay (logo) like permanent clock plugin.

Exists?

 

Thanks a lot



Re: Image Plugin #2 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 6 July 2014 - 14:59

No, because it would be ueseless as every skin.xml can do that.



Re: Image Plugin #3 hidra

  • Member
  • 4 posts

0
Neutral

Posted 6 July 2014 - 17:09

No, because it would be ueseless as every skin.xml can do that.

Thanks for reply!

very interest to make an plugin that override skin.xml... now i've tryed to do but i'have a problem with exit function:

 

    def exit(self):
        self.callBack(None, None)
        self.close()
 

return me an enigma error:

ePixmap::setPixmapFromFile: loadImage failed
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 69, in actionA
    if self.flags & (1<<1):
AttributeError: 'LogoMain' object has no attribute 'flags'
(PyObject_CallObject(<bound method LogoMain.actionA of <class 'Plugins.Extensions.Logo.plugin.LogoMain'>>,(352, 1)) failed)
]]>
 


Re: Image Plugin #4 hidra

  • Member
  • 4 posts

0
Neutral

Posted 9 July 2014 - 04:52

The error are because I make call not on 'Screen.' But on 'InfoBar.' Well i suppose that in this mode i can zap without set button funct...

But if i want to use 'Screen.' , how can i change channel with plugin on execution? What self.funct i must call to zap+ channel? And also what library i must import??

Thanks
Thanks


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users