LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help! How to creat this INPUT control?

Solved!
Go to solution

as tree controlas tree control

 This control is usefull and can contain boolean , numeric values, paths, etc., how to  implement it?

 thanks.

 

 

0 Kudos
Message 1 of 7
(1,160 Views)

Is this screen shot from NI MAX?

I don't believe it's created by LabVIEW.

 

You can create similar controls with a .Net table.

https://forums.ni.com/t5/LabVIEW/OpenSource-Project-for-a-NET-Datagrid-for-LabVIEW/m-p/3183555/highl...

 

Haven't seen anyone do it with a tree yet.

 

 

George Zou
Message 2 of 7
(1,121 Views)

Thanks for your reply! 

Yes, it's NI MAX's screen shot

I read that post and it isn't the effect I want.

I've seen that effect once, so I'm pretty sure it works, but I don't know how.

>__<

0 Kudos
Message 3 of 7
(1,112 Views)

Nice project, but I am not sure it allows different types in the same column as OP wanted.

From the GitHub page, it seems the datatype configuration is common to the whole column.

0 Kudos
Message 4 of 7
(1,105 Views)

yeah!

You know me!!

I want the second column has different datatype.

And the first column can be collapsed and expanded.

0 Kudos
Message 5 of 7
(1,097 Views)

@威海半道红 wrote:

I want the second column has different datatype.

And the first column can be collapsed and expanded.


There is no way to do that in pure G.

But you can overlay any datatype on the tree,

and only show up when mouse hover;

convert the data to string for the tree when mouse leave.

 

Or you can create your own ActiveX/.Net ctrl,

and call it in your VI.

 

 

George Zou
0 Kudos
Message 6 of 7
(1,083 Views)
Solution
Accepted by topic author 威海半道红

hi,thank you, zou;

I think your way can work !

And I sow an example by NI vision named "Advanced Functionality with Attributes.vi".

We can use it as a base VI.

 

0 Kudos
Message 7 of 7
(1,044 Views)