I'm trying to build a custom datatype with similar functionality to the multi textstring picker, the difference being I want to include a dropdown selection with each string - the user would see something similar to:
[dropdown][textfield][+][-][sort]
I've had a look at the source of the legacy uComponents multi textstring picker, but I think it's too tightly coupled to the uComponents package to be able to derive a new datatype from this.
I've instead created a simple usercontrol which renders the gui as I need, but I can't get it to save all the values - I get the first dropdown selection and all text fields.
I'm not looking for someone to offer a solution, more just interested in ideas as to how to best achieve this...
DataType derived from MultiTextstring
Hi
I'm trying to build a custom datatype with similar functionality to the multi textstring picker, the difference being I want to include a dropdown selection with each string - the user would see something similar to:
[dropdown][textfield][+][-][sort]
I've had a look at the source of the legacy uComponents multi textstring picker, but I think it's too tightly coupled to the uComponents package to be able to derive a new datatype from this.
I've instead created a simple usercontrol which renders the gui as I need, but I can't get it to save all the values - I get the first dropdown selection and all text fields.
I'm not looking for someone to offer a solution, more just interested in ideas as to how to best achieve this...
ta
Nathan
is working on a reply...