[racket] problem with raco distribute

2012-01-16 Thread Will Robinson
Hello, I am trying to use raco to make a distributable exe to share an app with friends and students who are largely ignorant about racket (and computers in general). Making an "all-in-wonder" exe is a perfect solution for me here. The problem is that when I run raco.exe, I get this error in Win

Re: [racket] More than one color with draw-text?

2011-12-12 Thread Will Robinson
Bloch wrote: > > On Dec 12, 2011, at 10:53 AM, Will Robinson wrote: > > > Hello, > > > > I'm trying to do a simple Roguelike game as an exercise in learning the > language, particularly racket/gui. I'm using draw-text to place characters > on the screen.

[racket] More than one color with draw-text?

2011-12-12 Thread Will Robinson
Hello, I'm trying to do a simple Roguelike game as an exercise in learning the language, particularly racket/gui. I'm using draw-text to place characters on the screen. Ideally, I'd just call this once and put up huge string full of newlines to represent a block of text. My problem is that I wa