Thanks Chris...
yes, i found this class category thing but there was one additional step.
for some reason i had to remove the TextEdit field and replace it with a
new
one in the view. after doing this my type converter showed up.
cheers,
steve
"Christopher J. Demers" <
[hidden email]> wrote in
message news:95t1v5$ir9oo$
[hidden email]...
> Steve Geringer <
[hidden email]> wrote in message
> news:qvng6.45632$
[hidden email]...
> >
> > how do i get it to list itself in the type converter selection list?
(btw
> it
> > is a subclass of NumberToText)
>
> Look at ValueConvertingControlView<<applicableTypeConverterCategories and
> its implementation in the subclasses. It looks like it is using the class
> categories to screen for inclusion (really quite cool, I think). So if
you
> look at the classification of NumberToText ('MVP-Type Converters-Text')
you
> would want to classify your class the same way. This can be done from the
> Class\Category... menu.
>
> Chris
>
>