|
Notes |
|
|
(0011172)
|
|
Ken Moreland
|
|
2008-04-08 15:35
|
|
|
Someone (not me) appears to have fixed this problem. There is now a short delay between a keystroke and the range check. It is now really easy to type (in the example above) 3e7, unless you're a really slow typist. |
|
|
|
(0011195)
|
|
Alan Scott
|
|
2008-04-08 18:40
|
|
This is not an acceptable solution. Use cases that need to be solved are as follows:
* Slow typist. Minimum and maximum should be changeable at any speed.
* Minimum can be changed above maximum. Change range of 0-1 to 100-1000, starting with the minimum. Do same, changing range from 100-1000 to 0-1, starting with maximum.
* Field can go to blank, THEN be filled in. Delete maximum. Wait 3 seconds. Type in a number.
Suggestion: only range check when user selects Rescale. Bring up error dialog box, or change the colors of the input and don't close the input dialog, when there is an error. Don't try to guess what the user wants and change things. This is frustrating at best, error prone at worst. |
|
|
|
(0011228)
|
|
Ken Moreland
|
|
2008-04-09 17:08
|
|
|
I like the previous suggestion, but with a slight twist. While the max is less than the min, the text should change to bold red and the rescale button should be grayed out. This both makes it clear what the problem is and makes it impossible to select an invalid range. |
|
|
|
(0011305)
|
|
Alan Scott
|
|
2008-04-14 19:11
|
|
|
|
|
(0012094)
|
|
Clinton Stimpson
|
|
2008-05-23 12:55
|
|
Fixed/cleaned up a few other things too.
/cvsroot/ParaView3/ParaView3/Qt/Components/pqColorScaleEditor.cxx,v <-- Components/pqColorScaleEditor.cxx
new revision: 1.44; previous revision: 1.43
/cvsroot/ParaView3/ParaView3/Qt/Components/pqRescaleRange.cxx,v <-- Components/pqRescaleRange.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Components/pqRescaleRange.h,v <-- Components/pqRescaleRange.h
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Widgets/CMakeLists.txt,v <-- Widgets/CMakeLists.txt
new revision: 1.33; previous revision: 1.32
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqLineEditNumberValidator.cxx,v <-- Widgets/pqLineEditNumberValidator.cxx
new revision: delete; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqLineEditNumberValidator.h,v <-- Widgets/pqLineEditNumberValidator.h
new revision: delete; previous revision: 1.2 |
|
|
|
(0012205)
|
|
Alan Scott
|
|
2008-06-02 20:04
|
|
Nice.
Tested client/server. |
|