Page 1 of 1

[SUGG] MTR. Use TEdit instead of Combobox

Posted: 2007-06-09, 05:54 UTC
by Motorocker
Multi-Rename Tool

In TGroupBox=Define c&ounter [C] now used TEdit+TScrollBar for "Start at:" and "Step by:", but for "Digits:" use Combobox. Why?

I suggest to use similarly TEdit+TScrollBar instead of Combobox.

Posted: 2007-06-10, 12:56 UTC
by petermad
but for "Digits:" use Combobox. Why?
I guess to retrict the possibilities to only 1-10...

The TEdit+TScrollBar allows for an unlimited range of values even letters.

Posted: 2007-06-13, 05:22 UTC
by Motorocker
TEdit have property MaxLength and can check max value onChange.