Fabrice Couvreur
8. August 2015 00:49
Hi,
Why the text does not move in the first framedtext like the second framedtext ?

You have to use \starthanging instead of \placefgure when you’re in a frame.

\starttext

\startframedtext[width=max]
    \starthanging[location=right]
        {\startMPcode
         draw unitsquare scaled 2cm ;
         \stopMPcode}
    \input tufte
    \stophanging
\stopframedtext

\stoptext

Wolfgang