selector prototype component

  • Thread starter Thread starter Larry Waibel
  • Start date Start date
L

Larry Waibel

I've set up a selector from which multiple components can be chosen but it
was a while ago. Now I'm trying to set up one from which only 1 can be
chosen and I can't get it to work. Can anyone give me the general steps for
setting up a selector component from which only one of several other
components can be chosen? Thanks!
 
Your component will have probably 3 component dependencies. Normally the
selector prototype will expose all 3 in the config ui of TD and will be
checked by default in that ui.
However, you're probably thinking of the option to 'disable' 2 of the
component dependencies within your component. This will cause the 2 to be
unchecked in the config ui of TD, while the 3rd component that is still
enabled as a component dependency will be checked in the config ui.

Andy
 
That would partly do it, thanks, but I guess I was more looking for something
that would set them up as radio buttons instead of checkboxes so there'd be no
way the end user could select more than one of the components. Maybe this is
a suggestion for a future enhancement?

From: "Andy Allred [MS]" <[email protected]>
Subject: Re: selector prototype component
Date: Tue, 4 Apr 2006 17:04:47 -0700
Newsgroups: microsoft.public.windowsxp.embedded

Your component will have probably 3 component dependencies. Normally the
selector prototype will expose all 3 in the config ui of TD and will be
checked by default in that ui.
However, you're probably thinking of the option to 'disable' 2 of the
component dependencies within your component. This will cause the 2 to be
unchecked in the config ui of TD, while the 3rd component that is still
enabled as a component dependency will be checked in the config ui.

Andy
--
Embedded team blog: http://blogs.msdn.com/embedded/

This posting is provided "AS IS" with no warranties, and confers no rights.

Larry Waibel said:
I've set up a selector from which multiple components can be chosen but it
was a while ago. Now I'm trying to set up one from which only 1 can be
chosen and I can't get it to work. Can anyone give me the general steps
for
setting up a selector component from which only one of several other
components can be chosen? Thanks!
 
Back
Top