LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

need help in navigating through boolean pictures

Solved!
Go to solution

i would like to make a program to navigate through some Boolean controls to its subcontrols. i need to do the same for 4 subcontrols.

 

pelase see the jpg attachment. 

 

i have a table from which i need to find the sub strings (captions of sub- booleancontrols) from a main control's caption.

 

here in the attachment, instead of the table, i've shownn columns of table as 1D array of strings.

 

i'm confused about this way of writing code. 

 

please reply with your valuable suggestions on how can i accomplish navigating through pictures.

 

thanks in advance

 

RENN

 

LV8.5.1 

 

Message Edited by RENN on 04-16-2009 02:34 AM
Kudos always welcome for helpful posts 🙂
Download All
0 Kudos
Message 1 of 6
(3,005 Views)

Hi RENN,

where do you get your data from? Why do you choose a 1D Array for your data? You can use a cluster with a string control for the "parent" name and an array of cluster for all "childs" and there index in the main array. It would be like a path to the last elements.

 

Hope it helps.

Mike

Message 2 of 6
(2,964 Views)

Hi mike,  thanks a lot for your reply. i get the data from a table as shown in the attachment.

 

i need to start from colum 1 of the table. i have to start with PIC 1, 2, 3. 

 

this have to be done for around 6 columns of data.  i've to use this data for the picture selection. 

 

 RENN

Kudos always welcome for helpful posts 🙂
0 Kudos
Message 3 of 6
(2,940 Views)
Solution
Accepted by topic author RENN

Hi RENN,

see the attached example. It shows what you want with listboxes.

 

Hope it helps.

Mike

Message 4 of 6
(2,910 Views)

oh my god...this code is simply amazing.!!! i've to use boolean picture controls instead of a list box. i#ll try with this..

 

thanks a lot mike!  

Kudos always welcome for helpful posts 🙂
0 Kudos
Message 5 of 6
(2,904 Views)
hope i can use the value change event for pictures and their caption to search in the string array!
Kudos always welcome for helpful posts 🙂
0 Kudos
Message 6 of 6
(2,901 Views)