PDA

View Full Version : user-defined actions: Filling a Combo/Listbox


andi
01-18-2005, 09:23 AM
hi,

i am currently evaluating Visual Build Pro and encountered a problem using user-defined actions. Since i am building my software in multiple languages i wrote a user-defined action to select a specific language resource to be built. I am using a database for storing all language resources; is there a possibilty to query the database and fill a dropdown box in a user-defined action? I guess it could be done, since this is what "Make VS.Net" obviously does (reading the .sln file, filling the configuration dropdown box). Right now i have all possible resource languages as <ListItem>'s inside the .action file. Querying a database would suit my needs better, but i can't see a way to do so.

thx for any help
regards

/andi

kinook
01-18-2005, 11:06 AM
It's not currently possible to dynamically populate list values from a user-defined action.

andi
01-18-2005, 12:15 PM
ok, thanks for the fast reply :)

is this a feature for future releases?


/andi

kinook
01-18-2005, 12:31 PM
Yes, it's on the list.