> On Oct 14, 2017, at 6:55 AM, Ran Mackeson <yvz...@gmail.com> wrote:
> 
> Htdp and Racket have given me much enjoyment. I have just started to play 
> with racket gui. My Racket version is 6.10.1 and on both Linux Mint 17 and 
> Ubuntu 16.04 the behaviour of  'iconize' puzzles me:
> 
> #lang racket/gui
> 
> (define frame
>   (new frame%
>        [label "Example"]
>        [width 400]
>        [height 300]))
> 
> (send frame show #t)
> 
> Now (send frame iconize #t) minimises the frame, but following it with (send 
> frame iconize #f) does not restore it.



I tried this after copying-and-pasting your code into the Defs area of drracket 
and running it: 

> Welcome to DrRacket, version 6.10.1.2--2017-10-09(-/f) [3m].
> Language: racket/gui, with debugging.
> > (send frame iconize #t)
> > (send frame iconize #f)

and I got the exact right behavior on a Mac OS X [very recent version] and not 
quite git head for DrRacket. 


Could you please share 

 — your platform 
 — your drracket version 

You may also just file a bug report via drracket. It gathers this information 
automatically. 


Thanks. 


-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to