[racket-users] Re: Confused about bitmaps drawing to canvas

2016-12-01 Thread Hersh Krishna
day, December 1, 2016 at 4:28:02 PM UTC+8, Hersh Krishna wrote: > > So I'm making a frame which draws a bitmap that can be replaced at runtime > > so if you call (send my-frame set-bitmap *bitmap*) it will switch from > > displaying whatever bitmap you had previously to the

[racket-users] Confused about bitmaps drawing to canvas

2016-12-01 Thread Hersh Krishna
So I'm making a frame which draws a bitmap that can be replaced at runtime so if you call (send my-frame set-bitmap *bitmap*) it will switch from displaying whatever bitmap you had previously to the bitmap you passed it. (its doing a lot of other stuff and I want the interface to this canvas tha

[racket-users] Re: Linux packages?

2016-08-16 Thread Hersh Krishna
On Tuesday, August 16, 2016 at 1:17:27 PM UTC-5, Andreas Olsson wrote: > Would be great if it would be packages to download from racket-Lang. At least > for the major dists. There's a PPA for ubuntu(https://launchpad.net/~plt/+archive/ubuntu/racket) which is how I got it. Maybe they could just p