Re: Enum, TypeConversion and error handling

2008-01-04 Thread Adam Hardy
Dave Newton on 04/01/08 00:09, wrote: --- Adam Hardy <[EMAIL PROTECTED]> wrote: Fresh from plugging in my first TypeConverter, I find that on the whole the TypeConversion mechanism in S2 is very good. After setting up a custom type converter, I thought I could chip in with a couple of comments:

Re: Enum, TypeConversion and error handling

2008-01-03 Thread Dave Newton
--- Adam Hardy <[EMAIL PROTECTED]> wrote: > Fresh from plugging in my first TypeConverter, I find that on the whole the > TypeConversion mechanism in S2 is very good. After setting up a custom type > converter, I thought I could chip in with a couple of comments: > > (1) where to register type con

Enum, TypeConversion and error handling

2008-01-03 Thread Adam Hardy
Fresh from plugging in my first TypeConverter, I find that on the whole the TypeConversion mechanism in S2 is very good. After setting up a custom type converter, I thought I could chip in with a couple of comments: (1) where to register type converter - took a while to discover whether I was