Re: [racket] Fullscreen frame and keyboard focus questions

2011-10-23 Thread Robby Findler
It might be best to create your own subclass of panel% that expects to have two children (a canvas% for drawing the background and an editor-canvas% for the text% object) that centers the editor-canvas% over the canvas%. Robby On Sun, Oct 23, 2011 at 10:17 AM, Erich Rast wrote: > Hi, > > I've go

[racket] Fullscreen frame and keyboard focus questions

2011-10-23 Thread Erich Rast
Hi, I've got a bit of a strange requirement. What I need: a text% with corresponding editor canvas centered on the screen filled with a background color or image. Various tools and "overlays" might show up on the background around the editor. Method 1: Make a frame% fullscreen and put vertical a