OK, I won't argue whether it's a UIComponent or not. But I also believe that if it RadioButtonGroup shows up in the component list a component that extends RadioButtonGroup should show up in the custom components list.
Any ideas on either; Why it doesn't? or How to fix it? Paul --- In [email protected], Peeyush Tuli <peeyus...@...> wrote: > > 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 <pa...@...> 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.statler@> 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 <pauls@> 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 > > > > > > > > > > > > > > > > > > > > > >

