View Single Post
  #9  
Unread 03-04-2007, 05:27 PM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

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;amp;lt;Names&amp;amp;gt;"/>
</DataSource>

<Dropdownbox DataSource="NameDS" Location="144,221" Name="NameDropdown" RowTemplate="/Templates.dropdowntemplate" Size="141,19" Style="/dropdownlist.dropdown_default"/>
Thanks!
Reply With Quote