+1 for adding a custom type. boolean is going to be inconsistent for a 3 state system. on a side note, probably best to avoid checkbox for this since it will set either true or false unless the nil case is more to indicate that it hasn't been set one way or another yet.
On Sep 9, 2:07 pm, Bernhard Leicher <[email protected]> wrote: > 2010/9/9 François Beausoleil <[email protected]> > > > Why is it a bad idea? Writing a new type is easy: > >http://cookbook.hobocentral.net/recipes/1-add-your-own-rich-type > > > This is a perfect case of using a custom type should be used: none of > > the existing types correspond to the required behavior. > > (...) > > Thank you! I'll try that and let you know how it turns out! > > Bernhard -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
