Someone somewhere said that we can extract the name (
with color info) by using a dropdown that uses the same datasource as the table in the track window.
Can someone post the code for this? I'd like to play with it some, but I've been unable to get the dropdown working... this is the flavor of what I've been trying.
<DataSource Name="NameDS" type="text"/>
<Data Name="Placeholder1" text="&amp;lt;Names&amp;gt;"/>
</DataSource>
<Dropdownbox DataSource="NameDS" Location="144,221" Name="NameDropdown" RowTemplate="/Templates.dropdowntemplate" Size="141,19" Style="/dropdownlist.dropdown_default"/>
Thanks!