[plt-scheme] initalization problem w/comment-box:snip% subclass

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sun Apr 19 17:33:08 EDT 2009

One of the super classes already supplies the with-border? flag as #f
(editor-snip:decorated-mixin, to be precise).

Did you need it to do something different?

Robby

On Sun, Apr 19, 2009 at 4:27 PM, Jordan Johnson <jmj at fellowhuman.com> wrote:
> Hi all,
>
> I'm puzzled by the following:
>
>        (new comment-box:snip% [with-border? #f])
> generates this error:
>        instantiate: unused initialization arguments: (with-border? #f) for
> instantiated class: -snip%
>
> comment-box:snip% is a subclass of editor-snip%, no?  What's going on?
>
> Thanks,
> jmj
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.