Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote:
On Sun, 9 Oct 2005, Frank Barknecht wrote:
a) let w only go from 0 to 100 and b) let w be displayed as going from 0 px to 38 px. What is still missing here is an alternate way to display w: scaled, but *without* restricting w to the range 0 to 100.
it could use (0:) as meaning w>=0, (:0) as meaning w<=0, and (:) as meaning no restriction.
Not quite: You would not know how to scale, as there is no input range given.
Ciao