Re: [racket] Using GUI editor

2013-09-22 Thread Robby Findler
isen [mailto:matth...@ccs.neu.edu] > *Sent:* Saturday, September 21, 2013 6:40 AM > > *To:* Alan Johnsey > *Cc:* Racket Mailing List > *Subject:* Re: [racket] Using GUI editor > > > ** ** > > ** ** > > Robby means something like this: > &g

Re: [racket] Using GUI editor

2013-09-22 Thread Alan Johnsey
to:matth...@ccs.neu.edu] Sent: Saturday, September 21, 2013 6:40 AM To: Alan Johnsey Cc: Racket Mailing List Subject: Re: [racket] Using GUI editor Robby means something like this: #lang racket/gui (define f (new frame% [label "Notes"] [width 400] [height 600])) (d

Re: [racket] Using GUI editor

2013-09-21 Thread Matthias Felleisen
eisen [mailto:matth...@ccs.neu.edu] > Sent: Friday, September 20, 2013 10:17 AM > To: Alan Johnsey > Cc: 'Racket Mailing List' > Subject: Re: [racket] Using GUI editor > > > > > > On Sep 20, 2013, at 1:05 PM, Alan Johnsey wrote: > > > >

Re: [racket] Using GUI editor

2013-09-20 Thread Robby Findler
rk. > > -Alan > > ** ** > > ** ** > -- > > *From:* Matthias Felleisen [mailto:matth...@ccs.neu.edu] > *Sent:* Friday, September 20, 2013 10:17 AM > *To:* Alan Johnsey > *Cc:* 'Racket Mailing List' > *Subject:* Re: [racket] Using GUI editor >

Re: [racket] Using GUI editor

2013-09-20 Thread Alan Johnsey
Thanks. That will do for now, but it remains a mystery to me why my approach doesn't work. -Alan _ From: Matthias Felleisen [mailto:matth...@ccs.neu.edu] Sent: Friday, September 20, 2013 10:17 AM To: Alan Johnsey Cc: 'Racket Mailing List' Subject: Re: [racket] U

Re: [racket] Using GUI editor

2013-09-20 Thread Matthias Felleisen
On Sep 20, 2013, at 1:05 PM, Alan Johnsey wrote: > It looks like I’ve stumbled into another area where I’m lacking a basic > understanding of what’s going on. I’m trying to use the built-in editor in > the gui package, but I need to put some initial content into the editor > window. When I pu

[racket] Using GUI editor

2013-09-20 Thread Alan Johnsey
It looks like I've stumbled into another area where I'm lacking a basic understanding of what's going on. I'm trying to use the built-in editor in the gui package, but I need to put some initial content into the editor window. When I put the following in the editor pane and run it, I get the gui e