02-22-2008 03:42 AM
02-27-2008 02:10 AM
Could you short tell me what product of NI do you use ? Labview or CVI and what version ?
In Runtime you could only edit what you have programmed before with property or invoke nodes - not more
Best Regards
02-27-2008 06:37 AM
Hello Mr. Wagner
thank you for answering, i am using LabWindows/CVI 8.5. I have tried to programm an at runtime editable listview activex control. For example i would like to change the subitem values by typing on the keyboard a new text in it, something like you can do it in C++ or Visual Basic 6.
But i could not find out how to make the subitens editable at runtime.
If there is a way to make it possible, please post a little example.
Thank you.
02-27-2008 06:52 AM
i attached here a screenshot how you have access to the sub items properties and methods in labview. The same is in labwindows/cvi. Hope there is the right issue you need e.g.
property value - connect it to a value control and so you can change write it while runtime...
02-27-2008 11:12 AM
Just curious as to why you are using an activex control instead of the native tree control in CVI?
You can edit CVI tree control items at runtime by hitting <F2> (if the attribute ATTR_NO_EDIT_LABEL is not set).
02-27-2008 03:19 PM
Well, the tree control is not realy what i need. I could not find any possibility to view data as a table in this control.
If you can show me how i can do this, i would appreciate your help.
Thank you.
02-27-2008 03:27 PM