Hello,
I am testing the UltraMaskedEdit control, but when i am choosing a InputMask of ##:## (all number are possible), the SpinButtons remain disabled. The SpinButtons are enabled when i am using the InputMask of {time}, but then i can only use the values till 23:59.
I want that the hours are infinite, but the minutes can only go to 59. Also the SpinButtons needs to work.
Thanks in advance.
Kevin
Hi Mike,Thanks for you answer. Is is possible to set a maxvalue for the value on the right side of the : sign. Or do we have catch this in code?
Hi Kevin,
I think the pound (#) sign indicates a single independent digit, so it can't be spun.
Try using "nn:nn" for number sections.