[racket] webserver mapping servlets to path

2011-04-16 Thread J G Cho
To those familiar with Web Server, I am a bit lost trying to map servlets to paths. e.g.: servlet1.rkt should requests to http://localhost:8080/app1 servlet2.rkt should requests to http://localhost:8080/app2 etc. First, I tried the following: (require "servlet1.rkt" "servlet2.rkt") ; they expo

Re: [racket] No OpenGL on canvas created by button click

2011-04-16 Thread Matthew Flatt
At Sat, 16 Apr 2011 14:31:30 +0100, Johnny Morrice wrote: > When I create an canvas% after a button press, it does not > support OpenGL. > > This does not occur with a canvas created immediately on a frame%. This was a bug, now fixed for the next release. Thanks for the report!

Re: [racket] No OpenGL on canvas created by button click

2011-04-16 Thread Johnny Morrice
> Is this a bug or am I doing it wrong? Also, just to clarify: * The OpenGL demos work for me * I don't get this problem on Racket 5.0.1 and 5.0.2. Thanks Johnny _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/use

[racket] No OpenGL on canvas created by button click

2011-04-16 Thread Johnny Morrice
Hello list, In racket 5.1 from the gentoo lisp overlay, When I create an canvas% after a button press, it does not support OpenGL. This does not occur with a canvas created immediately on a frame%. Have a look at the attachment to see if you can replicate this: $ gracket works.rkt Canvas has a