LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mouse-over help

I understand about tip-strips and mouse over help in general, what I am looking for is to be able to dynamically display help for individual items in a multi-column list box.
Is this even do-able??
I am using LabVIEW 7.1.1 on Windoze
TIA

lmd2
Lawrence M. David Jr.
Certified LabVIEW Architect
cell: 516.819.9711
http://www.aleconsultants.com
larry@aleconsultants.com
0 Kudos
Message 1 of 5
(2,313 Views)

You should be able to do this with event structures, register for the mouse move for the control, get the coordinates off the mouse and compare it to the listbox coordinates, some simple math will allow you to determine the cell you are hovering over, write the tool tip property for this cell and when the tool-tip pops up it will have the correct information.  This is just a thought, I haven't implemented this yet.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 5
(2,300 Views)

Here is a primitive example took only a few minutes to write, try it out and see if this works for you.

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 3 of 5
(2,297 Views)
thanx,
I figured it would be doable (almost everything is with LabVIEW) -
didn't expect it to be so straight forward though

thanx again
Lawrence M. David Jr.
Certified LabVIEW Architect
cell: 516.819.9711
http://www.aleconsultants.com
larry@aleconsultants.com
0 Kudos
Message 4 of 5
(2,292 Views)

I am sure that there are other methods but this was the easiest I could think of.

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 5 of 5
(2,286 Views)