Re: [racket-users] Menu bar won't show

2017-08-14 Thread James
> I suspect the confusion is that on Mac OS, the menu-bar% is drawn at the top > of the screen (the same as DrRacket's "File" menu etc.), not inside the > window itself. This code is working for me with Racket 6.9 on Mac OS 10.12.5. > > -Philip Yes. Thanks. You're exactly correct. It is

Re: [racket-users] Menu bar won't show

2017-08-14 Thread Philip McGrath
I suspect the confusion is that on Mac OS, the menu-bar% is drawn at the top of the screen (the same as DrRacket's "File" menu etc.), not inside the window itself. This code is working for me with Racket 6.9 on Mac OS 10.12.5. -Philip On Mon, Aug 14, 2017 at 7:09 PM, James

[racket-users] Menu bar won't show

2017-08-14 Thread James
I'm having trouble getting a simple example of a menu bar to work. The window appears with the correct frame size but no menus. This happens whether I follow the example on the Stack Overflow page below or the example code I have shown below. Is this a bug or do I need to do something more

[racket-users] Re: Need help with parallelizing a procedure

2017-08-14 Thread George Neuner
On Mon, 14 Aug 2017 13:04:36 -0700 (PDT), Zelphir Kaltstahl wrote: >I tried with feature-visualizer, but did not save screenshots of >the result. Would it help showing them? I was not able to figure >out the problem, even when clicking the red dots to see what is

[racket-users] Re: Need help with parallelizing a procedure

2017-08-14 Thread Zelphir Kaltstahl
Thanks for the example code, I'll try it soon! The whole code is on my repository at: https://github.com/ZelphirKaltstahl/racket-ml/blob/master/decision-tree.rkt I tried with feature-visualizer, but did not save screenshots of the result. Would it help showing them? I was not able to figure