Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Letters included in Page numbers are not capitalised #38

Open
resnape opened this issue Apr 27, 2015 · 1 comment
Open

Letters included in Page numbers are not capitalised #38

resnape opened this issue Apr 27, 2015 · 1 comment

Comments

@resnape
Copy link

resnape commented Apr 27, 2015

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];
@resnape
Copy link
Author

resnape commented Apr 8, 2016

Steve
This is worth clearing because it is tedious going back into the transcribed line and fixing the observation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant