<canvas height="100">
<combobox id="cbox" x="5" y="5" width="130" align="left" editable="false">
<textlistitem text="Dark Blue" value="0x000055"/>
<textlistitem text="Turquoise" value="0x66dddd"/>
<textlistitem text="Light Blue" value="right"/>
</combobox>
<view x="150" y="5" width="20" height="20" align="${cbox.value}"/>
</canvas>