LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Right-click plug-in woes

The "Lookup All Shortcut Menu Tags And Types" plug-in is not working for me. I followed the instruction here.

 

When I right click on a FP ctrl (or BD object) and select the context menu item, I can see the indicator arrays in the pop-up panel flicker but the indicators end up empty/blank.

The plug is in the right place since I can see the new right-click menu item, and I have restarted LV many times.

 

Frozen_0-1643313662988.png

To remove any readers doubt, the LLB is here <"C:\Program Files (x86)\National Instruments\LabVIEW 2020\resource\plugins\PopupMenus\edit time panel and diagram\Lookup All Shortcut Menu Tags And Types.llb">

 

As any good programmer does, I started fiddling around with the plug in 😇 The only way to make the "Lookup All Shortcut Menu Tags And Types_Global.vi" retain their values temporarily is to add a one-button dialog box after the global is updated. (More proof that the plug-in is in the right spot and running)

Frozen_1-1643313782108.png

 

Frozen_3-1643313811009.png

 

After clicking OK, the values are gone. ☁️

What am I doing wrong?

 

BTW. I am using LV 2020 SP1 f1, so the right-click plug-in bug fix should not be required.

 

---------------------------------------------
Certified LabVIEW Developer (CLD)
0 Kudos
Message 1 of 4
(1,021 Views)

Can anyone reproduce this?

Just wondering if I should spend more time on this... on second thought, 🤔 I have a work-a-round so I guess the answer is no. 😤

---------------------------------------------
Certified LabVIEW Developer (CLD)
0 Kudos
Message 2 of 4
(970 Views)

I have the same issue when I using LabVIEW 2022Q3. Thanks for your post.

In LabVIEW 2019Sp1, it's OK.

Also, I found "Lookup All Shortcut Menu Tags And Types.llb" MUST both put in "c:\Program Files\National Instruments\LabVIEW 2022\resource\plugins\PopupMenus\support\" and "c:\Program Files\National Instruments\LabVIEW 2022\resource\plugins\PopupMenus\edit time panel and diagram\" to run. Otherwise, the right-click cannot show.

It should be a LabVIEW bug.

Can anyone find the solution?

0 Kudos
Message 3 of 4
(683 Views)

I have filed Bug 2440992 to LabVIEW R&D on this issue. For now, there is no workaround to get the global VI panel to update properly (i.e. like it did in LabVIEW 2019 and previous). One possible workaround would be to edit the plugin code to write the debugging info to disk (instead of the global), then have a VI that reads the contents of the file, programmatically shows its panel, and displays the file contents in indicators similar to the ones on the current global VI panel.

0 Kudos
Message 4 of 4
(632 Views)