04-28-2009 07:53 AM
Hello all,
I have a simple question:
I have made a VI with an array of Strings. If I want to scroll through the elements using the TAB key, when reaching the last element, the focus returns to the first element. Tabbing only seems to work for the visible part of the array
To make things more convienient for the UI, i want to scroll beyond the visible range in such a way that when i have passed the last visible element, the scroll bar moves upwards and shows the next element,or next empty element.
Is there a way to achieve this?
Thanks in advance
Raymond
04-28-2009 07:57 AM
Hi Raymond,
see this link
http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=389758#M389758
It should contain an example which shows how you can scroll an array.
Mike
04-28-2009 08:00 AM
04-29-2009 09:22 AM
See this link
http://forums.ni.com/ni/board/message?board.id=170&message.id=372921
for how to use the tab key to programmatically control things.