Sidefloats inside framed

Dear list, Is there a way to get sidefloats working inside a frame? I'm currently designing a conference poster and I'm manually placing blocks using \setlayerframed where inside those blocks I'd like to have sidefloats. MWE is below. Cheers, Henri --- \starttext \startplacefigure[location={none,right}] \externalfigure[cow][width=.5\hsize] \stopplacefigure \samplefile{lorem} \startframed [height=20\lineheight, width=\hsize, offset=0pt, align=width] \startplacefigure[location={none,right}] \externalfigure[cow][width=.5\hsize] \stopplacefigure \samplefile{lorem} \stopframed \stoptext

On Sun, 15 Sep 2019, Henri Menke wrote:
Dear list,
Is there a way to get sidefloats working inside a frame? I'm currently designing a conference poster and I'm manually placing blocks using \setlayerframed where inside those blocks I'd like to have sidefloats. MWE is below.
You could use background instead of framed. Aditya

Henri Menke schrieb am 15.09.2019 um 05:05:
Dear list,
Is there a way to get sidefloats working inside a frame? I'm currently designing a conference poster and I'm manually placing blocks using \setlayerframed where inside those blocks I'd like to have sidefloats. MWE is below.
Cheers, Henri
---
\starttext
\startplacefigure[location={none,right}] \externalfigure[cow][width=.5\hsize] \stopplacefigure \samplefile{lorem}
\startframed [height=20\lineheight, width=\hsize, offset=0pt, align=width] \startplacefigure[location={none,right}] \externalfigure[cow][width=.5\hsize] \stopplacefigure \samplefile{lorem} \stopframed
\stoptext \starttext
\startframed[align={width,tolerant},width=max,lines=20,offset=0pt] \starthanging{\externalfigure[dummy][width=.5\hsize]} \samplefile{lorem} \stophanging \stopframed \stoptext Wolfgang
participants (3)
-
Aditya Mahajan
-
Henri Menke
-
Wolfgang Schuster