LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Auto-fill for drop down menu

I fill a drop-down menu with 200+ part numbers. How can i implement the capability
to type the first few numbers/letters to jump to the nearest part number
beginning with my input?
0 Kudos
Message 1 of 7
(3,827 Views)
> I fill a drop-down menu with 200+ part numbers. How can i implement the capability
> to type the first few numbers/letters to jump to the nearest part number
> beginning with my input?

Any ring or menubar menu should support type ahead when it gets key focus.
The menu will of course work better if it is sorted.

Greg McKaskle
0 Kudos
Message 2 of 7
(3,827 Views)
Greg McKaskle wrote:
>> I fill a drop-down menu with 200+ part numbers. How can i implement the
capability>> to type the first few numbers/letters to jump to the nearest
part number>> beginning with my input?>>Any ring or menubar menu should support
type ahead when it gets key focus.>The menu will of course work better if
it is sorted.>>Greg McKaskle
I'm using Labview 5.0 with the menu ring. It is not supporting type ahead.
It gets the focus and the only helpful function is the 'page down' key. Any
ideas?
0 Kudos
Message 3 of 7
(3,827 Views)
Try: Key focus the control, hit the space bar, start typing, hit return.

nathan wrote:
>
> Greg McKaskle wrote:
> >> I fill a drop-down menu with 200+ part numbers. How can i implement the
> capability>> to type the first few numbers/letters to jump to the nearest
> part number>> beginning with my input?>>Any ring or menubar menu should support
> type ahead when it gets key focus.>The menu will of course work better if
> it is sorted.>>Greg McKaskle
> I'm using Labview 5.0 with the menu ring. It is not supporting type ahead.
> It gets the focus and the only helpful function is the 'page down' key. Any
> ideas?
0 Kudos
Message 4 of 7
(3,827 Views)
I can key focus the control and it opens when i hit the space bar. I type
the complete part number i can see on the list and hit enter. It picks the
first selection on the list. I doesn't select the one i type. Does it work
for anyone else?


Ernie Howard wrote:
>Try: Key focus the control, hit the space bar, start typing, hit return.>>nathan
wrote:>> >> Greg McKaskle wrote:>> >> I fill a
drop-down menu with 200+ part numbers. How can i implement the>> capability>>
to type the first few numbers/letters to jump to the nearest>> part number>>
beginning with my input?>>Any ring or menubar menu should support>> type
ahead when it gets key focus.>The menu will of course work better if>> it
is so
rted.>>Greg McKaskle>> I'm using Labview 5.0 with the menu ring. It
is not supporting type ahead.>> It gets the focus and the only helpful function
is the 'page down' key. Any>> ideas?
0 Kudos
Message 6 of 7
(3,827 Views)
nathan wrote:

> I can key focus the control and it opens when i hit the space bar. I type
> the complete part number i can see on the list and hit enter. It picks the
> first selection on the list. I doesn't select the one i type. Does it work
> for anyone else?
>
> Ernie Howard wrote:
> >Try: Key focus the control, hit the space bar, start typing, hit return.>>nathan
> wrote:>> >> Greg McKaskle wrote:>> >> I fill a
> drop-down menu with 200+ part numbers. How can i implement the>> capability>>
> to type the first few numbers/letters to jump to the nearest>> part number>>
> beginning with my input?>>Any ring or menubar menu should support>> type
> ahead when it gets key f
ocus.>The menu will of course work better if>> it
> is sorted.>>Greg McKaskle>> I'm using Labview 5.0 with the menu ring. It
> is not supporting type ahead.>> It gets the focus and the only helpful function
> is the 'page down' key. Any>> ideas?

I think the problem may be with the speed that the comparisons are made.

If I type as fast as I can, I can get to the correct Number. If I pause for
very long (1/2 sec ??? ) during the typing it will stall out at the last match.

I am not sure if there are any settings for the keyboard (like typematic rate)
that would help any. Since most part numbers (at least the ones I use) are
in sequence this may be a real problem.

Ex.

323-1234-001
323-1234-002

It would be very difficult for me to get to the -002

I can type 30 wpm but the words are gibberish !!
Kevin Kent
0 Kudos
Message 7 of 7
(3,827 Views)
> >> I fill a drop-down menu with 200+ part numbers. How can i implement the
> capability>> to type the first few numbers/letters to jump to the nearest
> part number>> beginning with my input?>>Any ring or menubar menu should support
> type ahead when it gets key focus.>The menu will of course work better if
> it is sorted.>>Greg McKaskle
> I'm using Labview 5.0 with the menu ring. It is not supporting type ahead.
> It gets the focus and the only helpful function is the 'page down' key. Any
> ideas?

I'm not sitting in front of a PC right now, but I suspect this was added
for LV5.1
and wasn't available in LV5.

Greg McKaskle
0 Kudos
Message 5 of 7
(3,827 Views)