Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1851, comment 22


Ignore:
Timestamp:
06/11/12 02:14:10 (12 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1851, comment 22

    initial v1  
    11Hmmm, I'm not so much a fan of defining and parsing a syntax - it's something the user has to learn first and then remember later.
    22
    3 How about we remember and display only the actual sequence of values and allow the user to generate that sequence in the UI? So he can type in min, max, and step in respective text boxes then hit a button (or on textbox validation) and the values are generated and displayed in something similar to a !StringConvertibleArrayView. This has the advantage that the values can also be modified after they're generated.
     3How about we remember and display only the actual sequence of values and allow the user to generate that sequence in the UI? So he can type in min, max, and step in respective text boxes then hit a button (or on textbox validation) and the values are generated and displayed in something similar to a !StringConvertibleArrayView. This has the advantage that the values can also be modified after they're generated and it's also always clear what the actual values are going to be.