Thanks Dasa,
I have started looking in to this but I am having a little bit of trouble with two things. Maybe you or somebody else can help out. I have changed the loop that generates the mapList arraycollection of basemaps. I now have essentially two arraycollections. mapList for the tbb control and dopDownMapList for the new TOC control. I can now say which basemaps show in the tbb as well as which basemaps show up in the new dropdown toc component. My dropTOC is basically a copy of the original in the mapSwitcher widget. I am just looking for a bit of help on the following:
1. Switching the basemap to the selected item in the dropTOC control. How do I say " If item selected change basemap to selected.
2. The second part to this is how can I set the tbb control to -1, to turn off the other basemap.
I am just not sure if I add a new click handler for my dropTOC or if I access it directly. The original has. TOC.map, TOC.exclude, etc. Can I say dropTOC.selectedIndex = x?
I attached a screenshot showing my new button with my dropTOC.