Subj : Using ClassCompiler, can I only override public functions with JavaScript? To : netscape.public.mozilla.jseng From : user Date : Mon Feb 21 2005 05:15 pm hey guys, so, I wrote a class that has some protected methods. I then used class compiler to make a subclass that overloads those methods with javascript methods. Here's the problem: the overloading only works if the superclass methods are public. It didn't work while the methods were protected and then I changed it from protected to public and -poof- it works. Is there a way to change that? I'd really love to *not* have these methods be public. thanks! -denny- .