T5: SelectModel vs T4 IPropertySelectionModel

2007-05-02 Thread William Keller
I briefly tried out T5 (5.0.3) yesterday and was impressed! One of the areas I couldn't convert my app easily though, was the Select boxes (that required IPropertySelectionModel). Currently, in T4 I use a global static helper that automatically prepares my lists as per code: code public class

T5: SelectModel vs T4 IPropertySelectionModel

2007-05-02 Thread William Keller
I briefly tried out T5 (5.0.3) yesterday and was impressed! One of the areas I couldn't convert my app easily though, was the Select boxes (that required IPropertySelectionModel). Currently, in T4 I use a global static helper that automatically prepares my lists as per code: code public class

Re: T5: SelectModel vs T4 IPropertySelectionModel

2007-05-02 Thread Weisu
You can use List or TreeMap in T5.0.3. William Keller wrote: I briefly tried out T5 (5.0.3) yesterday and was impressed! One of the areas I couldn't convert my app easily though, was the Select boxes (that required IPropertySelectionModel). Currently, in T4 I use a global static helper

Re: T5: SelectModel vs T4 IPropertySelectionModel

2007-05-02 Thread William Keller
Thanks for the prompt response. Do you know of an implementation that does similar to what I'm doing? I've been playing with the SelectModel and OptionGroupModel and OptionModel and their underlying implementations I don't think I'm doing this the right way. Care to share your code for this ? On