2009-08-22, 10:58 PM
align="xxx" & valign="xxx" for DrawImage filename="@xxx"
I don't know if I should be posting this in the wishlist or the developers forum but it is something I haven't been able to get working so if it already works please let me know what I am doing wrong.
I would like to at times be able to dictate where on the screen an image displayed like I can with text using align="xxx" & valign="xxx"
in this example
<DrawImage filename="RecordingInProgress.png" loc="0,0" size="100,100" fixedAspectRatio="true"/>
it displays the image full width & approx 1/3 height in the center of the screen
this example
<DrawImage filename="RecordingInProgress.png" loc="0,0" size="100,100" fixedAspectRatio="true" valign="Bottom"/>
displays exactly the same as does
<DrawImage filename="RecordingInProgress.png" loc="0,0" size="100,100" fixedAspectRatio="true" valign="Top"/>
I don't know if I should be posting this in the wishlist or the developers forum but it is something I haven't been able to get working so if it already works please let me know what I am doing wrong.
I would like to at times be able to dictate where on the screen an image displayed like I can with text using align="xxx" & valign="xxx"
in this example
<DrawImage filename="RecordingInProgress.png" loc="0,0" size="100,100" fixedAspectRatio="true"/>
it displays the image full width & approx 1/3 height in the center of the screen
this example
<DrawImage filename="RecordingInProgress.png" loc="0,0" size="100,100" fixedAspectRatio="true" valign="Bottom"/>
displays exactly the same as does
<DrawImage filename="RecordingInProgress.png" loc="0,0" size="100,100" fixedAspectRatio="true" valign="Top"/>