Part of the trouble was that FrmDeleteForm() or maybe FrmSetActiveForm()
seems to be generating an updateForm for the form that was being returned
to.  FrmReturnToForm() seems to do the same thing.  The problem is when this
happens from within the form initializer and when the form update handler
calls the form initializer, since this leads to nasty things such as endless
loops and crashes.  I fixed this in the libraryform just by setting a flag
when the form initializer is running and stopping the form update code from
running then.  However, there is still a similar bug (at least the error
message is the same) when going from the libraryform to the mainform, i.e.,
when loading any document.  And I can't figure that one out.

I would be grateful for any help on the OS 5.3 issue.

Alex

--
Dr. Alexander R. Pruss
Department of Philosophy
Georgetown University
Washington, DC 20057-1133  U.S.A.
e-mail: [EMAIL PROTECTED]
online papers and home page: www.georgetown.edu/faculty/ap85
--------------------------------------------------------------------------
   "Philosophiam discimus non ut tantum sciamus, sed ut boni efficiamur."
       - Paul of Worczyn (1424)

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to