LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 8.5 suppress cursor dropdown

In Labview 8.5 I am telling cursors to move to specific indices in code.  This works fine.  Each time I do it, however, the cursor dropdown fully expands.  I am only using these cursors on the one chart, and I don't want this.  Is there a way to suppress this in code?

0 Kudos
Message 1 of 6
(2,824 Views)

I can think of two possibilities

 

1) 1.png

 

2) Just move the cursor legend off screen to an un displayed area of the FP Smiley Very Happy


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 6
(2,819 Views)

I want the cursor legend because I want to read the data.  I just want the dropdown to be suppressed in code (I know I can do it with the mouse).

0 Kudos
Message 3 of 6
(2,816 Views)

OK I miss-understood.  Did you want to "prevent the tree control in the graph cursor legend from expanding?"

 

This is not how tree controls behave- you would need a referance to the cursor legend (which I can't find a way to get) But I'm still looking

 

So you may need to create a faux cursor legend


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 6
(2,804 Views)

@Jeff Bohrer wrote:

OK I miss-understood.  Did you want to "prevent the tree control in the graph cursor legend from expanding?"

 

This is not how tree controls behave- you would need a referance to the cursor legend (which I can't find a way to get) But I'm still looking

 

So you may need to create a faux cursor legend


Yeah, that's what I was trying to do.  I just made my own legend.  It was pretty easy.

Message 5 of 6
(2,796 Views)

I figured that would be the way to go.  Glad you are on track


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 6
(2,787 Views)