[NTG-context] Layers on simpleslides

2011-03-05 Thread Vedran Miletić
Hi,

I'm trying to insert a simple logo on a simpleslides slide, but for some
reason it doesn't appear:

\usemodule[simpleslides]

\definelayer[mybg]
[x=0mm, y=0mm, width=\paperwidth, height=\paperheight]
\setlayer[mybg]
[hoffset=1cm, voffset=1cm]
{\framed[frame=on, width=3cm, height=2cm]{LAYER}}
\setupbackgrounds[page][background=mybg]


\starttext

\SlideTitle{Bla}

Bla

\stoptext

Any ideas?

Regards,

Vedran Miletić
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Layers on simpleslides

2011-03-05 Thread Thomas Schmitz

On Sat, 5 Mar 2011 19:58:47 +0100
 Vedran Mileti? riva...@gmail.com wrote:

Hi,

I'm trying to insert a simple logo on a simpleslides 
slide, but for some

reason it doesn't appear:

\usemodule[simpleslides]

\definelayer[mybg]
   [x=0mm, y=0mm, width=\paperwidth, 
height=\paperheight]

\setlayer[mybg]
   [hoffset=1cm, voffset=1cm]
   {\framed[frame=on, width=3cm, height=2cm]{LAYER}}
\setupbackgrounds[page][background=mybg]


\starttext

\SlideTitle{Bla}

Bla

\stoptext

Any ideas?

backgrounds[page] is already in use by the module. Try 
backgrounds[paper][background={foreground,mybg}].


Thomas
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___