annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

How do I remove the y value from the cursor palette?

Hi Guys

I was wondering how do you remove the y value from the cursor palette?

Thank you.
Messaggio 1 di 17
13.321Visualizzazioni
You can't remove the Y value, but you can reduce its size to a minimum, and then make it transparent with the paint brush.
See the attached vi.
Chilly Charly    (aka CC)
Messaggio 2 di 17
13.313Visualizzazioni
You can also right click the Y-value -> goto "Advanced" -> and select "Hide control".

If this is what you meant!

BJK
Messaggio 3 di 17
13.306Visualizzazioni
Well done BJK, you teched me a new thing about graphs. Whe everything has been hidden, do you know a way to make things re-appear ? Or is it a one-way modification ?

CC
Chilly Charly    (aka CC)
Messaggio 4 di 17
13.291Visualizzazioni
"
Whe everything has been hidden, do you know a way to make things re-appear ?
"

Sure,

1)right click on the cursor palette and create a reference.

2) Use property node to get ref to ArrElem

3) Use "To more specific" to type cast as a generic cluster.

4) Peoperty node to get "Controls[]" and then index out the cluster element you want to touch.


Now for a follow-up Q.

What are all of the names of the widgets that can show up in a cursor palette?

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Messaggio 5 di 17
13.283Visualizzazioni
Ben,
is that something that you discovered just now, or is it something from a previous war loot ?
Anyway, this is really a good catch !

There are 14 different undocumented sub-controls, that can appear in the cursor legend control.
The values of the first ones correspond to various bit settings (line with, cursor type, lock to plot...). By playing with the others I have succeded in changing the cursor name position, relative to the cursor. Nice. But now I don't know where the name as gone. I have lost it completely !

By the way, this is a mean to hide the cursor legend buttons.
Chilly Charly    (aka CC)
Messaggio 6 di 17
13.281Visualizzazioni
First results, published in a hurry, before Ben gives a complete detailled answer, just to grab some stars :

9 : vertical cursor position (pixels, absolute coordinates)
10 : horizontal cursor position (pixels, absolute coordinates)
11
12
13 : cursor name height (pixels)
14 : cursor name width (pixels)
15 : vertical cursor name position (pixels, absolute coordinates)
16 : horizontal cursor name position (pixels, absolute coordinates)

There is probably here a way of managing the cursor name position, a feature that I have been searching for very often...
Chilly Charly    (aka CC)
Messaggio 7 di 17
13.276Visualizzazioni
Super!!!

LabView is becomming more and more fun every day!!!

BJK
Messaggio 8 di 17
13.264Visualizzazioni
"
...is that something that you discovered just now, or is it something from a previous war loot ?
"

A little of both.

I knew I could get at properties of graph sub-object by creating a reference for same by right-clicking.

I only tried getting at the cluster elements as a result of this thread.

I was suprised to see so many elements show up. As far as what they are...

I was hoping someone else would figure that out!

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Messaggio 9 di 17
13.249Visualizzazioni
Using Ben's findings, it is possible to play with the cursor name position.

Attached is a small vi, with an horrible wiring, that shows that the name can be kept in the graph pane, whatever the cursor position, instead of being hidden on one side or the other.
Chilly Charly    (aka CC)
Messaggio 10 di 17
13.213Visualizzazioni