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, 2021 at 4:56 PM Don Green <[email protected]> wrote: > 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 you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/dea0122e-02ab-4d79-8432-e32b8e733fc4n%40googlegroups.com > <https://groups.google.com/d/msgid/racket-users/dea0122e-02ab-4d79-8432-e32b8e733fc4n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CADcuegusiXL263ZQfFc%2BgfOaiMx8tDwejKQrqExJuEghcDrZ9A%40mail.gmail.com.

