Skip to content

Letters included in Page numbers are not capitalised  #38

@resnape

Description

@resnape

Again I hope you don’t mind I have a minor change to your code to correct this problem the old code has been commented out) I have tested these changes using the latest transcriptions for Dec 1974 Births and have not found any issues to date.

In BMDDocument.m

in the routine - (void)fieldText:(id)fieldOb

case ( TEXT_EVENT_PAGE ):
//mLineItem.pageName = [msPageFld stringValue];
mLineItem.pageName = [self correctedFieldValue:msPageFld];

In routine - (void)textFieldClosing:(id)fieldOb

case ( TEXT_EVENT_PAGE ):
if ( [msLockedBtn state] == NSOnState )
[self textFieldClosing:msSurnameFld];
else
[mWindow makeFirstResponder:msSurnameFld];

        //mLineItem.pageName = [msPageFld stringValue];
        mLineItem.pageName = [self correctedFieldValue:msPageFld];
        [mLineItem finalizeLine:true];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions