Hi,
Why the second frame is not displayed ?
Best regards,
Fabrice

\definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00]
\starttext
\startcombination[2*1]
{%
\startframedtext[
    width=0.45\textwidth,
    frame=on,
    framecolor=H1prime,
    location=left,
    background=color,
    backgroundcolor=lightgray]
{\bf Algorithme A}
\startitemize[2]
\item Choisir un nombre
    \item Élever au carré
    \item Multiplier par 4
    \item Ajouter le produit du nombre choisi au départ par 28
    \item Donner le résultat
\stopitemize
\stopframedtext
}{}
{%
\startframedtext[
    width=0.45\textwidth,
    frame=on,
    framecolor=H1prime,
    location=right,
    background=color,
    backgroundcolor=H4]
\startitemize[2]
{\bf Algorithme B}
 \item Choisir un nombre
    \item Prendre son double
    \item Ajouter 7
    \item Prendre le carré du résultat
    \item Retrancher 49
    \item Donner le résultat
\stopitemize
\stopframedtext
}{}
\stopcombination
\stoptext