[racket] range of the guage% control

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Sep 26 12:38:08 EDT 2012

That's a documentation bug. I'll push a fix that shows all ranges as
going to 1000000.

At Wed, 26 Sep 2012 11:23:15 +0100, Tim Brown wrote:
> Folks,
> 
> I've a question about the GUI guage widget:
> 
> The guage% takes a "range" constructor of:
>   range : (integer-in 1 1000000)
> 
> But set-range/get-range is of type:
>   range : (integer-in 1 10000)
> 
> and set-value/get-value are of type:
>   value : (integer-in 0 10000)
> 
> So the constructor of range: 1 to 1,000,000 cannot be reproduced with
> set-range, and cannot have a value set to it. Is this inconsistency a bug?
> Or is there some intention behind it?
> 
> Tim
> 
> -- 
> Tim Brown <tim.brown at cityc.co.uk>  | City Computing Limited            |
> T: +44 20 8770 2110                | City House, Sutton Park Road      |
> F: +44 20 8770 2130                | Sutton, Surrey, SM1 2AE, GB       |
> -----------------------------------------------------------------------|
> BEAUTY:  What's in your eye when you have a bee in your hand           |
> -----------------------------------------------------------------------'
> City Computing Limited registered in London No. 1767817.
> Registered Office: City House, Sutton Park Road, Sutton, Surrey, SM1 2AE
> VAT number 372 8290 34.
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.