PDA

View Full Version : Show Image with OSD Object



BeRnA
May 26th, 2005, 09:31 AM
I want to show an image in the center of the monitor, what is the simplest way to to that with the OSD Object ?

Thanks any help.

Promixis
May 26th, 2005, 08:37 PM
Have a look at the osd.lua file. There is a class there that does everything.


imageosd = osd.Classes.Image:New ({KeepOnDesktop = true,AllowAnimation = true,BorderSize = 3,Position = "CENTERHCENTERW"})