LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

adding to prompt string to listbox

hi, i want to create a walk-through script that will prompt a user step by step instructions for a test.
i dont know how to do this, but i had an idea to use listbox and using "prompt" string..
i add my instructions on top of my listbox, but when the area are full, the scrollbar doesnt scroll down. how would i make it go down, or am i doing this wrong?
thanks in advance



Message Edited by krispiekream on 03-12-2008 12:04 PM
Best regards,
Krispiekream
0 Kudos
Message 1 of 14
(4,218 Views)
You can change the visible rows by setting the top row. Following property nodes will be needed :
  • Number of Rows : number of visible rows
  • Item Names : use a Array Size function to get the total number of rows
  • Top Row : row number currently at the top


Message 2 of 14
(4,214 Views)
my idea is to use the listbox to only list my instructions...
as a user complete an instructions, he/she will click OKAY..
when all the instructions is filled. the test is completed...
my idea is to use the listbox just for display...
i hope this image will help



Message Edited by krispiekream on 03-12-2008 12:33 PM
Best regards,
Krispiekream
0 Kudos
Message 3 of 14
(4,212 Views)
Hi,

I just want to clarify something. Do you want to use the listbox to display (in order) each of the resposes that the user enters in the dialog box sub VI?
Eli S.
National Instruments
Applications Engineer
Message 4 of 14
(4,176 Views)
yes, thats correct

Best regards,
Krispiekream
0 Kudos
Message 5 of 14
(4,161 Views)
Hi krispiekr...

I have created a simple example that illustrates how you can do this. I have saved it for LV 8.5 and I am also attaching a screenshot.

Eli S.
National Instruments
Applications Engineer
Download All
Message 6 of 14
(4,144 Views)
cool, thanks, you are the best

Best regards,
Krispiekream
0 Kudos
Message 7 of 14
(4,127 Views)
i finally got a chance to take a look at this again,
can someone save the listbox.vi into labview version 7.0 please?
thanks in advance

Best regards,
Krispiekream
0 Kudos
Message 8 of 14
(4,069 Views)
Here you go!


Eli S.
National Instruments
Applications Engineer
Message 9 of 14
(4,032 Views)
i tried adding a text into a listbox,
but i am having errors?

Best regards,
Krispiekream
0 Kudos
Message 10 of 14
(4,010 Views)