that's the same problem yes.
its annoying because it means you can't put a class and its gui class
onto the same file.
I did just add the gui class ModelImplementsGuiBody which is now used
for several light weight
gui classes. then the model can simple implement guiBody and there is
no need for a separate
gui class. if your gui class needs its own variables and more than
one
method, you can graduate
it to a normal gui class.
it doesn't ever matter what directory it is in, so no fears.
james, is it the dual number / coarse-fine gui you were mentioning ?
On Wednesday, July 2, 2003, at 02:35 PM, Alo Allik wrote:
> I ran into a similar problem a few days ago and here's the response
> from
> cruxxial:
>
> "don't inherit from more than one superclass (other than Object)
in a
> given file.
>
> in other words, you could move your class to its own file and it
would
> work."
>
> and i must admit it did....not sure if this is relevant in your
case...
>
> On Tue, 1 Jul 2003, James Harkins wrote:
>
>> I'm trying to subclass NumberEditorGui and it's telling me it can't
>> find the superclass when compiling the class library. Where do I
need
>> to put my file so it will compile right? I don't want to put it
in the
>> crucial directory because then I'll lose it in my own stuff.
>>
>> Help!
>>
>> James