Re: Palette filtering available list

2010-03-09 Thread Igor Vaynberg
use a detachable model for the options collection -igor On Tue, Mar 9, 2010 at 12:21 PM, Jeffrey Schneller wrote: > How can I filter the available list in a palette?  I have a dropdown to > specify the filter and I can retrieve the filtered list from my data > access.  How do I set the available

Palette filtering available list

2010-03-09 Thread Jeffrey Schneller
How can I filter the available list in a palette? I have a dropdown to specify the filter and I can retrieve the filtered list from my data access. How do I set the available list in the palette to be my new filtered list? Here is my code for creating the palette and also the filter button th