Looking for control to define an ordered group of numerical ranges
- From: Mike <mike@xxxxxxxxxxxxxxx>
- Date: Fri, 23 Sep 2005 16:28:56 +1000
Hi,
I am wondering if anyone knows of a component which would allow me to
interactively/visually specify in some way a set of contiguous groups
for numerical values (integers or possibly floats). For example:
0-5, 6-10, 11-20, 21-50, 51-100, >100
But allowing the user to change the divisions in some way, and
ensuring that ranges adjust (e.g. if the user increased the end of the
first range from 5 to 7, the second range would become 8-10). I don't
think I want the control to allow the user to "destroy" existing
ranges, e.g. can the top of the first range become greater than 9, and
if so, what happens to the second range. I am also not sure if there
is a need for the control to allow the user to remove or add ranges.
I probably just want to define how many ranges there are, and the user
can then just change where the splits are.
The purpose of getting these ranges is so I can adjust what and how
values are displayed in another window. This involves changing colors
of items in that window, or hiding them. So some mechanism of
associating/displaying a color and a visible/not visible choice with
each of these ranges would also be needed. I may be able to arrange
this with a context menu, assuming the component supports this.
My thoughts were:
A trackbar with multiple track marks
Some sort of panel/rectangle with multiple "splitter" controls
dividing up various sections
Something like the ruler in Word, with multiple "tabs" to indicate the
range splits
I have not been able to find anything that matches my requirements. I
may be using the wrong search terms (or engines). I may be coming at
this from the wrong angle, so alternative approaches would also be
appreciated.
I am developing in D5 (although I also use D7).
Regards,
Mike
.
- Follow-Ups:
- Re: Looking for control to define an ordered group of numerical ranges
- From: Horst Reichert
- Re: Looking for control to define an ordered group of numerical ranges
- Prev by Date: Re: QuickReports Converter
- Next by Date: Re: Looking for control to define an ordered group of numerical ranges
- Previous by thread: QuickReports Converter
- Next by thread: Re: Looking for control to define an ordered group of numerical ranges
- Index(es):
Relevant Pages
|