LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Key Navigation and pop-up controls

I would like to put numerical/string controls on key so that when the key is struck, the control becomes visible and also key focused. When struck again, it disappears. Is that possible? I have figured out how to do it with two controls (one Boolean on the desired function key that controls the visibility, and the numerical/string control itself). For the sake of simplicity, however, it would be much nicer to have the number/string control do this all by itself without the extra Boolean. Also, is it possible to have these numerical/string controls appear in their own small window upon hitting the function key?
Thank you.
0 Kudos
Message 1 of 4
(2,746 Views)
You Need to get the lvwutil from ni.com, it contains keystroke capturing
vi's that will allow you to do what you want programmatically.

"uc_greg" wrote in message
news:506500000008000000FA4C0000-1023576873000@exchange.ni.com...
> I would like to put numerical/string controls on key so that when the
> key is struck, the control becomes visible and also key focused. When
> struck again, it disappears. Is that possible? I have figured out
> how to do it with two controls (one Boolean on the desired function
> key that controls the visibility, and the numerical/string control
> itself). For the sake of simplicity, however, it would be much nicer
> to have the number/string control do this all by itself without the
> extra Boolean. Also, is it possible
to have these numerical/string
> controls appear in their own small window upon hitting the function
> key?
> Thank you.
0 Kudos
Message 2 of 4
(2,746 Views)
What version of LabVIEW are you using? Version 6.1 has an Event Structure and you could easily implement what you want with the Key Down event.
0 Kudos
Message 3 of 4
(2,746 Views)
UNfortunantely the version is 6i, not 6.1. I checked this version thoroughly and it makes no reference to "Event Structuring". thanks anyway.
0 Kudos
Message 4 of 4
(2,746 Views)