Results 1 to 2 of 2

Thread: Show Image with OSD Object

  1. #1
    Join Date
    Apr 2003
    Location
    Lisbon, Portugal
    Posts
    110

    Default Show Image with OSD Object

    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.

  2. #2
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    Have a look at the osd.lua file. There is a class there that does everything.
    Code:
    imageosd = osd.Classes.Image:New ({KeepOnDesktop = true,AllowAnimation = true,BorderSize = 3,Position = "CENTERHCENTERW"})

Posting Permissions

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