LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Run-Time Shortcut Menu

Solved!
Go to solution

Hello everyone,

I have created the following menu which appears when right clicking.
I would now like to find a way to change the text of "Custom Action" to "Custom Action German" via programming.

 

christiancolombi_1-1644241231595.png

 

The idea is to change the content of the Item Name and Item Tag according to the language in which the programme is set up.The problem is that I can't find the proprety node / invoke node to be able to access and modify the Run-Time menu via programming.

 

christiancolombi_2-1644241497554.png

 

Does anyone know how to change the text displayed in the Run-Time Menu?

Thank you very much and have a nice day.

 

Christian

 

 

 

0 Kudos
Message 1 of 2
(658 Views)
Solution
Accepted by topic author Chricolomba

Hi Christian,

 


@Chricolomba wrote:

Does anyone know how to change the text displayed in the Run-Time Menu?


You can access the RuntimeMenu (and all its items) using the RuntimeMenu functions found in the UI functions palette!

 

Hint: you get the menu reference in the "menu selection (user)" event case…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(650 Views)