A few questions on components

  1. if i have several components that can be stand alone, but are also used by other components, would i add the used components in the “super” component so that they are all put in the library at the same time?

possible problems that i have seen with this: do i have to compile the smaller components into SWC files before i compile the “super?”

e.g.

i have a component which is just a control button with several possible icons, and then there is a controlstrip component which will load these buttons in a windows type control bar. when i add a new icon to this list, i have been compiling the controlbutton into SWC then compiling the controlstrip into SWC… is this a needed step?

  1. is there a way to make a library of components that can be compiled all at once, and when dropped into the component list, they are individually listed (sorta like the MM UI Components)

i hope this has made sense.

-Echo