Re: [racket] racket/gui: changing the background color

2014-08-25 Thread David Nelson
On Sun, Aug 24, 2014 at 8:49 AM, Matthew Flatt wrote: > At Fri, 22 Aug 2014 16:28:50 -0500, David Nelson wrote: > > Why don't pane% and panel% honor the stretchable-width and > > stretchable-height properties of their children. > > In the case that you'll show o

Re: [racket] racket/gui: changing the background color

2014-08-22 Thread David Nelson
ut it seems the default implementation could do this. -- David On Fri, Aug 22, 2014 at 2:36 PM, Matthew Flatt wrote: > There's currently no way to set the background color for `message%` > objects, and I'd still use a `canvas%`. > > At Tue, 5 Aug 2014 10:47:37 -0500, David Nel

[racket] racket/gui: changing the background color

2014-08-05 Thread David Nelson
I am working on a manufacturing system to asynchronously program and test 16 USB devices. The main display is a grid of "slot" displays. Each slot display currently is a group box with the slot number in big digits, a status message in normal sized text, and a guage to display the progress. I'd lik