19 May
2005
19 May
'05
9:52 p.m.
On Thu, 2005-05-19 at 12:50 +0200, Hans Hagen wrote:
that one gav eme a headache; i finally figured out that it's due to the fact that positions are not yet loaded (so, if you move \starttext to the top of your file, things would have worked ok)
here is a patch for page-lyr.tex:
\def\dosetMPlayer[#1][#2][#3]% {\checkpositions % added \edef\MPlayerwidth {\MPw{#2}}% \edef\MPlayerheight{\MPh{#2}}% \setlayer[#1][\c!x=\MPx{#2},\c!y=\MPy{#2},\c!position=\v!no,#3]}
alternatively you can add \checkpositions tothe top of your file
Hans
AWESOME, everything works alright with the patch! Thank you very much for your help! Richard