-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
the docs for application:current-app-name say that it is used in the
Help menu, but that doesn't seem to work for the following program:
#lang racket/gui
(require framework)
(application:current-app-name "Land Usage Calculator")
(define root-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
according to the docs a frame:editor-mixin requires an editor%
argument that is an editor%[1], but it really wants its argument to be
a editor:basic-mixin.
#lang racket/gui
(require framework)
(application:current-app-name "Land Usage Calculat
Thanks. I've fixed this in git.
Robby
On Tue, Dec 27, 2011 at 4:20 AM, Marijn wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> according to the docs a frame:editor-mixin requires an editor%
> argument that is an editor%[1], but it really wants its argument to be
> a editor:ba
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 24-12-11 16:23, Matthew Flatt wrote:
> At Wed, 14 Dec 2011 16:49:23 +0100, Marijn wrote:
>> #lang racket (* .1 pi)
>>
>> produces 0.0 reliably in a freshly started drracket even when
>> rerunning it, but:
>>
>> $ racket -e '(* .1 pi)' 0.314159265
4 matches
Mail list logo