10-05-2005 01:15 AM
Hi all,
I want to read another vi listbox itemnames that represents a network connection information and show in a listbox. But I want a dynamic method as I mentioned.
I tried with event structures but it doesn't work!
Does any one have any knowledge of what the problem might be?
Thanx in advance
…Here is the code,
10-05-2005 03:39 AM
Hi Maryam,
I modified your VI to wait for a value-change [Dynamic] event coming from the listbox of the _Sub-VI_. I suspect your update logic needs some refining, but that's another subject.
Cheers
10-06-2005 03:26 PM
10-07-2005 12:18 AM
@Maryam wrote:
... this code dosen't work. You see...
Hi Maryam,Sorry it didn't work for you - funny, it worked before I sent it!
Good luck!
10-07-2005 12:55 AM
Hi
You could create events on your own. For these you can programmatically raise an event.
Thomas