2007-08-15, 02:02 AM
is thre any way to use DrawCompositeImage in the new skining scheme?
I want to do something like this
it would make modifying menu items much easier.
sorry if this has been answered, but I cant seem to see anything about it for the new skinning stuff.
I want to do something like this
Code:
<CompositeImage name="DetailsViewItem" size="54.1,22.75">
<DrawImage filename="@previewImage" loc="2,5" size="17,90"/>
<DrawText text="@titleSubtitle" loc="20,5" size="78,25" textStyle="GeneralTextHeaderStyle" align="Left"/>
<DrawText text="@status" loc="20,5" size="78,25" textStyle="@status" align="Right"/>
<DrawText text="@channel" loc="20,25" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
<DrawText text="@period" loc="20,45" size="78,50" textStyle="GeneralTextStyle" align="Left"/>
<DrawText text="@subtitle" loc="20,65" size="78,25" textStyle="GeneralTextStyle" align="Left"/>
</CommonImage>
<CompositeImage name="DetailsViewNormalItem" size="54.1,22.75">
<DrawCommonImage name="DetailsViewNormalItemBackground"/>
<DrawCompositeImage name="DetailsViewItem"/>
</CompositeImage>
<CompositeImage name="DetailsViewSelectedItem" size="54.1,22.75">
<DrawCommonImage name="DetailsViewSelectedItemBackground"/>
<DrawCompositeImage name="DetailsViewItem"/>
</CompositeImage>
<CompositeImage name="DetailsViewSelectedInactiveItem" size="54.1,22.75">
<DrawCommonImage name="DetailsViewSelectedInactiveItemBackground"/>
<DrawCompositeImage name="DetailsViewItem"/>
</CompositeImage>
it would make modifying menu items much easier.
sorry if this has been answered, but I cant seem to see anything about it for the new skinning stuff.
sub Wrote:Are you trying to make sure I get nothing done today?