On 2021-06-26 01:56, Don Green wrote:
> When I specify as follows:
>
> (define dialog2 (new dialog%
> (label "Get-Prototype-dialog")
> (style resize-border)
> ))
>
> Returned error:
> resize-border: unbound identifier in:
It should be 'resize-border. Notice the single quote character in front of
“resize-border”.
FWIW, if you want to ask multiple short questions, you could also use the
Racket Slack channel.
The sign up link: https://racket-slack.herokuapp.com/
The channel: https://racket.slack.com/
On Fri, Jun 25,
When I specify as follows:
(define dialog2 (new dialog%
(label "Get-Prototype-dialog")
(style resize-border)
))
Returned error:
resize-border: unbound identifier in: resize-border
--
You received this message because yo
3 matches
Mail list logo