10-31-2023 10:56 PM - edited 10-31-2023 11:25 PM
Even when I right-click, the labview menu does not appear.
In other Vis, the property menu pops up when i right-click, but when i run this vi, the property menu doesn't pop up even when you right-click.
I would appreciate it if you could tell me what is the cause.
It was resolved by initializing the graph.
11-01-2023 02:13 AM - edited 11-01-2023 02:14 AM
Hi Kwon,
@RevolutionKwon wrote:
Even when I right-click, the labview menu does not appear.
In other Vis, the property menu pops up when i right-click, but when i run this vi, the property menu doesn't pop up even when you right-click.
I would appreciate it if you could tell me what is the cause.
I cannot tell you the cause, but some observation:
For me LabVIEW also doesn't show any menu in the IDE (like the list of events in your event structure).
But I noticed LabVIEW starts to burn a CPU core as soon as your VI is in memory, even with all those missing subVIs: it seems LabVIEW is busy with some important stuff, caused by your VI. This may influence the UI handling… (My best guess: there is a problem in your graph indicators. Graphs easily get "corrupt", the best bet often is to replace them with a new/fresh graph.)
Solution: pull an older version of your VI from your source code repository where this error does not occur!
11-01-2023 02:54 AM
11-01-2023 11:34 AM
The problem might be with all these overlapping items grouped on the front panel. I was able to get all right-click menus working just fine after having it sit for a while.