On Mon, Oct 13, 2003, Michael Nordstrom wrote:
> BTW, you might want to take a closer look at the seamless fragments
> code (bug #851); you know more about that code than me...

Alexander, would it work to just put a test around the code that
release and replace the current handle?

    if ( currentRecordId != recordId ) {
        FreeRecordHandle( &currentRecord );

        ErrTry {
            currentRecord   = GetRecordHandle( recordId );
            currentRecordId = recordId;
        }
        ErrCatch( UNUSED_PARAM( err ) ) {
            SetLinkIndex( recordId );
            FrmGotoForm( frmExternalLinks );

            PalmSetCoordinateSystem( prevCoordSys );

            return true;
        } ErrEndCatch
    }

Or are there some side effects? No time to completely analyze the
seamless fragments code, so any kind of input would be welcome...

/Mike

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

Reply via email to