[racket] message-box too small to display title

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Wed Apr 25 09:38:42 EDT 2012

Do you mean something like this: 

> #lang racket/gui 
> 
> (message-box "good bye" "hello world")




On Apr 20, 2012, at 10:30 AM, Harry Spier wrote:

> I've created a simple message-box.  It expands in width to display the
> message, but if the title is longer than the message, then the title
> is cut-off.  Is there any way to have the message-box expand enough to
> display the title in that case.
> 
> Thanks,
> Harry Spier
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users


Posted on the users mailing list.