cbpporter Messages: 1428 Registered: September 2007
Ultimate Contributor
You need to do something like this:
class TimeInput : public EditValue<Time, MyConvertTime>
where MyConvertTime is a class similar to CovertTime, where you implement your own Scan, Filter and Format Values, similar to how you already did. Look at the implementation of the standard ConvertTime.
And you do use EditIntSpin, not in you custom control class, but you do use it. The examples where I used a better way to interact with these classes were using this class (editHour, editMin).