05-04-2023 06:42 AM
Hello guys,
I have two questions please:
First question: On my vi attachment I managed to delete item 0 from Ring 1 (which is a numeric) but I can't do it for items from Ring 2 (which is a string).
How to do it for the string case please?
Second question: is it possible to delete an item from a Ring by just clicking on the Ring concerned.
Below is what I was able to do.
Thanks for your help
Solved! Go to Solution.
05-04-2023 07:04 AM
Hi Ngouda,
@Ngouda wrote:
First question: On my vi attachment I managed to delete item 0 from Ring 1 (which is a numeric) but I can't do it for items from Ring 2 (which is a string).
How to do it for the string case please?Second question: is it possible to delete an item from a Ring by just clicking on the Ring concerned.
You can use these steps to solve both questions...
05-04-2023 07:08 AM
First: you are wrong, items are removed from both controls. Moreover, there is no numeric there, only strings. The specific content of the item strings is immaterial.
Second: clicking on a Ring means selecting an item, not deleting. You may still delete the item by code managing the Value Change event, but this would prevent you to select. Alternatively, you would need another control to specify what you want to do with clicking (select or delete).
05-06-2023 08:28 AM
Hello @GerdW, @pincpantin,
Thanks you for you reply that work non w