RadioButtonGroup is not a desendant of UIComponent as mentioned in the livedocs so Tim might be right.But what's really interesting is that how does the mx:RadioButtonGroup manage to be visible in the controls section.
~Peeyush http://www.mds.asia On Thu, Feb 25, 2010 at 7:09 AM, aceoohay <[email protected]> wrote: > > > FlexBuilder 3.0 build 3.0.2.214193, sdk 3.5.0 > > I am extending the RadioButtonGroup, which is a UIcomponent, I believe. I > have created a number of similar components based on TextInput, ComboBox, > etc. and they all show up in the components panel of FlexBuilder. > > Is there a component name length restriction? ValidatedRadioButtonGroup is > 25 characters long. > > Paul > > > --- In [email protected] <flexcoders%40yahoogroups.com>, Tim > Statler <tim.stat...@...> wrote: > > > > That typically means that the custom component doesn't extend UIComponent > or > > another Flex component based on UIComponent. If it already extend one of > > those types, I'm not sure why else it wouldn't show up. What SDK/Builder > > version are you using? > > > > Tim > > > > On Wed, Feb 24, 2010 at 1:46 PM, aceoohay <pa...@...> wrote: > > > > > > > > > > > I created a a component called ValidatedRadioButtonGroup. Intellisense > > > finds it, I can use it and everything is good. > > > > > > Flexbuilder does not show it in the components panel. Which means I > can't > > > easily drag it onto forms during development. > > > > > > Any ideas? > > > > > > Paul > > > > > > > > > > > > > >

