Re: stack problems kinda figured out

Edward Di Geronimo Jr. (edwdig@bergen.org)
Wed, 1 Jan 1997 17:47:19 -0500

At 05:44 PM 1/1/97 -0500, you wrote:
>In a message dated 97-01-01 17:36:45 EST, you write:
>
>> @object GenDocumentGroupClass BasicDocumentGroup = {
>> GDGI_untitledName = "Basic Untitled";
>> GDGI_protocolMajor = 1;
>> GDGI_protocolMinor = 0;
>> GDGI_documentClass = &BasicDocumentClass;
>> GDGI_documentControl = @BasicDocumentControl;
>> GDGI_attrs = @default;
>> }
>
>Where is your GDGI_output variable?
>
>For instance, in one of my apps, it's setup like so:
>
>GDGI_output = process;
>
>In your's, you might point it there also...or somewhere else, depending on
>what you are doing with it.

When set up like this you don't need one. It creates a GenDocument object
for each document and sends messages to it. I did it like that because I've
been having thread troubles, and this makes it easier to control which
thread it runs in than the process method does.

------------------------------------------------------------------------
| I've always been afraid to die, but I think I'm more afraid to live. |
| -Billy Corgan, Smashing Pumpkins, The Aeroplane Flys High |
------------------------------------------------------------------------
| Edward Di Geronimo Jr. edwdig@bergen.org |
------------------------------------------------------------------------