From: Dimitry Gashinsky (dig at mail.com) Date: Mon Mar 10 10:53:51 EST 2003 |
|
On Mon, 2003-03-10 at 08:56, Matthew Flatt wrote: > (define f (make-object frame% "Test")) > (make-object text-field% #f f void) > (send f show #t) > This produced just a thin line. > (define f (make-object frame% "Test")) > (instantiate editor-canvas% (f) > [stretchable-height #f] > [style '(no-vscroll no-hscroll)]) > (send f show #t) > But this code worked correctly. I think you are on to something here. Thanks again, Dima
Posted on the users mailing list. |
|