LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Add Item in Ring durch Programm

Hi,

 

I need to add some Items to an Popup Menu Ring  control via my Programm. 

I can't find the right Val or Attribute to set this.

 

Thanks for Help 

0 Kudos
Message 1 of 4
(3,129 Views)

maybe InsertListItem (, , , "", );

0 Kudos
Message 2 of 4
(3,126 Views)

Item in a popup menu ring -the same as in other ring controls- are inserted using InsertListItem () function; use ReplaceListItem () to change an item in the list. You can also remove items using  DeleteListItem ()



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 3 of 4
(3,125 Views)

Thanks,

 

it works.

0 Kudos
Message 4 of 4
(3,120 Views)