Zunbeltz wrote:
2) Deal with textblocks (like the textpos package of latex). This package makes a grid (dont printing it), for example 16x25 part (width and height). And then you can say \begin{textblock}{2}(0,3) .. \end{textbloc}
\setupcolors [state=start] \startreusableMPgraphic{gradient} circular_shade(OverlayBox,0,red,blue) ; \stopreusableMPgraphic \defineoverlay[gradient][\reuseMPgraphic{gradient}] \definelayer[blocks][width=\paperwidth,height=\paperheight] \setupbackgrounds[page][background={gradient,blocks}] \setuplayout[width=middle,height=middle,backspace=7cm] \starttext \startstandardmakeup \setlayerframed[blocks][preset=lefttop,offset=1cm][align=middle]{\input ward\relax} \setlayerframed[blocks][preset=rightbottom,offset=2cm][align=middle]{\input zapf\relax} \setlayerframed[blocks][preset=middle,hoffset=-3cm][align=middle]{\input knuth\relax} \stopstandardmakeup \stoptext