[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help on help
Sorry it took me so long to reply...
Instead of using start-help-desk.ss, you probably want to use
helpr.ss and helps.ss, like this:
(require-library "framework.ss" "framework")
(require-library "url.ss" "net")
(require-library "sig.ss" "help")
(define (frame-mixin x) x)
(define-values/invoke-unit/sig help:help^
(require-library "helpr.ss" "help")
#f
mzlib:function^
mzlib:string^
mzlib:file^
mzlib:url^
mred^
framework^
(frame-mixin)
)
(new-help-frame "http://www.cs.rice.edu/CS/PLT/packages/drscheme")
Hope that helps!
Robby
PS: this is in 101. Let me know if you have problems adapting it to
102 (if you are using 102...)