Re: [racket-dev] application:current-app-name not appearing in Help menu

2012-01-11 Thread Robby Findler
I think the docs you found were actually the docs for the frame:editor-mixin, not just frame:standard-menus-mixin. So, you want something like this: #lang racket/gui (require framework) (application:current-app-name "Land Usage Calculator") (define f% (class (frame:text-mixin (frame

Re: [racket-dev] application:current-app-name not appearing in Help menu

2012-01-11 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27-12-11 11:04, Marijn wrote: > 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

[racket-dev] application:current-app-name not appearing in Help menu

2011-12-27 Thread Marijn
-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-