Replies: 6 comments
-
@gregr-ni do you see any problems if we implement this? |
Beta Was this translation helpful? Give feedback.
-
@gregr-ni can you please give us some pointers on how to implement this? or caveats that would be useful to know when implementing this? |
Beta Was this translation helpful? Give feedback.
-
I'm a bit confused how it is happening. I guess that is a non-running panel being shown? The Mouse filter event may be able to avoid it. The code below attempts to allow shift for left click but clear shift on any right clicks. |
Beta Was this translation helpful? Give feedback.
-
LabVIEW IDE handles this before it even gets to the filter event case. This is even on a running VI. |
Beta Was this translation helpful? Give feedback.
-
Shucks. After looking a bit more, this isn't just an icon editor issue. All VI based dialogs in the editor have this behavior, including the getting started window and compare hierarchies. We may be able to find some workaround but it appears this needs a general fix in LV itself. |
Beta Was this translation helpful? Give feedback.
-
thank you @gregr-ni , i will turn this issue into a discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When the icon editor is running and a developer shift right-clicks the standard behavior is to open the tools pallette. This should be suppressed inside the icon editor, as the tools pallette has no power there.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Shift + Rightclick is ignored on the running Icon editor.
Screenshots

Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions