Externalform comes up in a window half the normal size, with the text cut
off, when one activates an unplucked link via SELECT_CONTROL_GO_TO_LINK,
at least on OS5.  This isn't a simple coord sys issue--I checked.  I
wonder if it is due to the way frmExternalLinks is activated in an
ErrCatch().  (setjmp() saves machine registers, but does it save the
screen mode, etc.?)  The relevant code in document.c is:
    ErrTry {
        currentRecord = GetRecordHandle( recordId );
    }
    ErrCatch( UNUSED_PARAM( err ) ) {
        SetLinkIndex( recordId );
        FrmGotoForm( frmExternalLinks );

        return true;
    } ErrEndCatch


--
Dr. Alexander R. Pruss  || e-mail: [EMAIL PROTECTED]
Philosophy Department   || online papers and home page:
Georgetown University   ||  www.georgetown.edu/faculty/ap85
Washington, DC 20057    ||
U.S.A.                  ||
-----------------------------------------------------------------------------
   "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