You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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];
The text was updated successfully, but these errors were encountered: