11-05-2007 03:15 PM
11-05-2007 03:35 PM
11-05-2007 03:43 PM - edited 11-05-2007 03:44 PM
Thanks Matt.
So you're saying show only, for example, 4 clusters at a time, and fake the scroll by scrolling the data when the user moves the scrollbar?
11-05-2007 03:46 PM
11-05-2007 03:50 PM
Make the scale 0-100 and use a seperate control (e.g. an array of strings or numbers) to display the actual scale. Keep a ratio for each channel and use that ratio to translate 0-100 to the actual numbers the channel needs to have.
Sima wrote:
I'm particularly interested in the property to change the scale of the sliders so that the user can adjust the scale for each channel on its own. Since different channels are scaled differently, the sliders look a little silly when the values are especially far off.