LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

place checkmark in shortcut menu

Solved!
Go to solution

Dear All,

Is there any way to place checkmark in shortcut menus?

 

Thanks,

Ritesh

0 Kudos
Message 1 of 13
(4,662 Views)

Hello ritesh024... 🙂

 

Are you talking about checkbox dialog or something else...?

0 Kudos
Message 2 of 13
(4,661 Views)

Hello Rupali,

I want to put a checkamark(tick mark) in front of the value selected in the short cut menu .

 

Thanks,

Ritesh

0 Kudos
Message 3 of 13
(4,659 Views)

OK... Try this one...

 

Front panel - Controls - All Controls - Classic Controls - Classic Boolean - Dialog Checkbox

 

Hope it help you... 🙂

0 Kudos
Message 4 of 13
(4,641 Views)
Solution
Accepted by topic author LVCoder

You need the 'Shortcut menu activation?' with the following code:

 

 Ton

Message Edited by TonP on 10-07-2008 10:22 AM
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 5 of 13
(4,634 Views)

Hi Ton,

I have already set the item names in the menu. I am not adding them during the execution of the program.

However, when i tried placing a checkmark at one of the Tags, i got an error stating "LabVIEW : cannot find one or more tags".

 

Could you pls explain how can i  resolve this issue ?

 

thanks,

Ritesh

0 Kudos
Message 6 of 13
(4,603 Views)

Could you upload your VI?

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 7 of 13
(4,594 Views)

Hey Ton,

I just figured out that i was passing an empty string to the item Tag. Thats why i was getting that error.

 

Sorry for my carelessness.. :smileyindifferent:

 

Thanks,

Ritesh

0 Kudos
Message 8 of 13
(4,590 Views)
So how do you determine which item was selected in the activation event frame?
Doug Ferguson

www.southerndaqsolutions.com
0 Kudos
Message 9 of 13
(4,436 Views)

Hi Doug,

you can use the objectTag and objectPath string to determine the selected item.

 

Mike

0 Kudos
Message 10 of 13
(4,434 Views)