-
Notifications
You must be signed in to change notification settings - Fork 103
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
Added option to compare by row in the Compare Columns dialog #6433
Added option to compare by row in the Compare Columns dialog #6433
Conversation
@HawardKetoyoMsatsi Thank you for the PR. When you open a PR, please could you add more details about what has changed. Is this a bug fix or enhancement? Is it related to an specific GitHub issue? @N-thony Please could you peer review? Thanks |
@lloyddewit I'm happy to do it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok to merge to me!
@N-thony I have fixed the issue raised concerning unnecessary comments. |
@HawardKetoyoMsatsi in this PR does this dialog expand and shrink it's size based on the radio button checked? If do, then the only thing left is linking the receiver to the |
@HawardKetoyoMsatsi in regards to my comment above, ignore it. After looking at your code the receiver is already linked and working correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks good, just a few small suggestions
ucrBase.clsRsyntax.SetBaseRFunction(clsIfElseCompareFunction) | ||
Me.Size = New System.Drawing.Size(Me.Width, iDialogHeight) | ||
ucrBase.Location = New Point(ucrBase.Location.X, iBaseMaxY) | ||
ucrSaveLogical.Location = New Point(ucrSaveLogical.Location.X, iBaseMaxY / 1.07) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we just set the 'Y' location to its original value?
ucrSaveLogical.Location = New Point(ucrSaveLogical.Location.X, iBaseMaxY / 1.07) | |
ucrSaveLogical.Location = New Point(ucrSaveLogical.Location.X, iBaseMaxY) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HawardKetoyoMsatsi You marked this as resolved but the code was not changed. Please could you clarify?
Co-authored-by: lloyddewit <[email protected]>
Co-authored-by: lloyddewit <[email protected]>
Co-authored-by: lloyddewit <[email protected]>
Co-authored-by: lloyddewit <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! There was just one very small comment so I approved
@rdstern please could you retest/approve? thanks |
@shadrackkibet I'm happy to merge, but if you'd like to review first, then please go ahead |
@lloyddewit looks good. |
@HawardKetoyoMsatsi A more descriptive title for the PR would be useful in future as these appear in the release notes. "Updated" is a bit too vague. |
@shadrackkibet @africanmathsinitiative/developers @rdstern This is ready for review.
This PR addresses issues suggested by @shadrackkibet in PR #6414 .