<canvas height="250">
<window name="one" x="10" y="10" width="300" height="200" title="my window" resizable="true" closeable="true">
<text>Hello</text>
</window>
<window name="two" x="$once{immediateparent.one.width+immediateparent.one.x}" y="10" width="300" height="200" title="my window" resizable="true" closeable="true">
<text>Hello</text>
</window>
</canvas>