Replies: 2 comments 1 reply
-
I think solution 2 is fine. I don't see a disadvantage to loading the front panel of the Export_Clipboard.vi. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Implemented with #291 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On the LabVIEW Discord, RedHawk reported a bug with where "Clipboard" was being added to the pasted images. I found this problem and the solution is to not show the label on the Clipboard front panel control. But then I went digging.
The Clipboard control reference is stored in the References cluster that is part of the global data. But this reference is used in 1 VI: Export_Clipboard.vi. This VI is only called in the MenuSelection(User).vi, once for "Copy" and again for "Paste".
Because of this, I was thinking of removing the reference from the References cluster and use another method to get the clipboard reference. I came up with 2 possible solutions:
I lean towards the later because it would make things more cohesive. The only drawback I can immediately come up with is that this would force the front panel of this VI to be loaded.
Thoughts? @dnattinger
Beta Was this translation helpful? Give feedback.
All reactions