2009-01-05, 09:53 PM
I'm creating a basic plugin that lists several items. Let's say 5.
I want the unselected items to only show one field:
<DrawText text="@name" loc="3,5" size="90,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
But I want the selected items to show 3 fields:
<CompositeImage name="DetailsViewSelectedInactiveItem" size="80,28">
<DrawCommonImage name="DetailsViewSelectedInactiveItemBackground"/>
<DrawText text="@name" loc="3,5" size="90,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
<DrawText text="@summary" loc="3,35" size="90,45" textStyle="GeneralTextStyle" align="Left"/>
<DrawText text="@airDate" loc="3,80" size="90,15" textStyle="GeneralTextStyle" align="Left"/>
Here's my placements
<Placements>
<Placement name="ListBackground" loc="0,0"/>
<Placement name="DetailsView" loc="25,10" size="75,10" spacing="10.0" rows="4"/>
<Placement name="NoItemsMessage" loc="25,15"/>
</Placements>
Can I do that?
I want the unselected items to only show one field:
<DrawText text="@name" loc="3,5" size="90,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
But I want the selected items to show 3 fields:
<CompositeImage name="DetailsViewSelectedInactiveItem" size="80,28">
<DrawCommonImage name="DetailsViewSelectedInactiveItemBackground"/>
<DrawText text="@name" loc="3,5" size="90,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
<DrawText text="@summary" loc="3,35" size="90,45" textStyle="GeneralTextStyle" align="Left"/>
<DrawText text="@airDate" loc="3,80" size="90,15" textStyle="GeneralTextStyle" align="Left"/>
Here's my placements
<Placements>
<Placement name="ListBackground" loc="0,0"/>
<Placement name="DetailsView" loc="25,10" size="75,10" spacing="10.0" rows="4"/>
<Placement name="NoItemsMessage" loc="25,15"/>
</Placements>
Can I do that?
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]
[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]
[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]