-
Notifications
You must be signed in to change notification settings - Fork 104
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
Tidying the metadata bottom right_click #9358
Conversation
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.
@Fidel365 thanks, the new Column metadata bottom menu looks fine now. And it isa simpler than before, as well as being consistent.
@N-thony the display, from the R-viewer, still ignores the metadata, but that can come later. I would be happy for this to be merged now. We are writing the help for this, so it fits nicely.
If merged, and you are re-doing Version 0.8.1, maybe it can be included? But don't do a new version 0.8.1 just for this.
instat/ucrDataFrameMetadata.vb
Outdated
@@ -200,7 +200,7 @@ Public Class ucrDataFrameMetadata | |||
dlgCopyDataFrame.ShowDialog() | |||
End Sub | |||
|
|||
Private Sub viewSheet_Click(sender As Object, e As EventArgs) Handles viewSheet.Click | |||
Private Sub viewSheet_Click(sender As Object, e As EventArgs) |
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.
Is this sub still needed?
@N-thony I did get rid of the sub and this is ready. |
Fixes issue #9357 partially.
@rdstern all is well except for point 2, where I went with option b but still believe there may be a way for a instead, just need to investigate and that can come in another PR, so this is ready otherwise.