Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Small OSD menu example?



Hi,

> > The central area of the OSD has only 2bpp, resulting in a maximum of 4
colors.
> > Maybe you tried to use more than 4 colors...

> AFAIK SetColor() also makes the menu item "special" and special
> menu items cannot be selected (like channel group lines in the
> channels list).

Are you sure? AFAIR setting the color to Usercolor makes the menu
items special. This is how a make an empty line in my mod that is
used to seperate menu entries:

class EmptyLineItem:public cOsdItem
{
  public:
  EmptyLineItem():cOsdItem(" "){userColor=true;}
};

Greetz,
Reinhard


---
Mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.463 / Virus Database: 262 - Release Date: 17.03.2003



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index