ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Handle items tree in LabVIEW Project Explorer

Hi everyone

 

Is there anyway to get refnum of the tree in Project Explorer? I want add some features for Project Explorer.Smiley Happy 

0 Kudos
Message 1 of 5
(3,478 Views)

You can get reference(s) to the Items of the Project by using the property nodes.

 

Explore more by yourself, since I dont have LV as of now. Smiley Sad

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 5
(3,466 Views)
Open up the Example Finder (Help -> Find Examples) and do a search for "project". The example "Add File to Project" shows you how to deal with project items.
0 Kudos
Message 3 of 5
(3,452 Views)

I don't know if you have solved it...I want to modify the item symbol, I tried for a long time but failed😅😅

0 Kudos
Message 4 of 5
(1,773 Views)

To mess with the project explorer, you need to implement a project provider framework plugin.

 

See Customize the LabVIEW Project Explorer Using the Project Provider Framework - NI Community.

 

It's not for the faint of heart.

Message 5 of 5
(1,762 Views)