LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Icon - Movement of icon with Selection Bar.

Hi All,
 
I have a application in which movement of selection bar to be done with icon as shown outside of Table. If anybody have a idea, please help me to get forward.
 
Thanks.
0 Kudos
Message 1 of 5
(2,895 Views)
You're going to need to provide a better description of what you're trying to do, as to me it's not at all clear what it is that you want, and your VI doesn't make it clear. In what way is the icon supposed to control the movement of the selection bar? In your VI you're changing the contents of the table, not really moving the bar, so I don't really see how it's tied to your statement. Please provide a more clear description of your intent.
0 Kudos
Message 2 of 5
(2,886 Views)
You could create a vertical slider and import custom graphics into the pointer. Change the scale so it aligns with the cells of the table.
 
(And PLEASE, get rid of that sequence structure and inner while loop (which is missing a wait statement). A simple event structure will do just fine. ;))
0 Kudos
Message 3 of 5
(2,876 Views)
Here's a simple example of what I had in mind (LabVIEW 7.1).
Message 4 of 5
(2,872 Views)

Thanks for exploring your idea.

I should provide you more information as

1. My objective is to move "icon" after pressing "Next" button each time.

2. Movement of "icon" should be aligned with selection bar.

3. Slection bar should not disappear at the bottom of Table after pressing "Next" button for more no. of times than size of table. It should scroll up all rows to keep itself visible at the bottom.

4. Important note is that I should able to click icon to perform certain tasks. for e.g. to display file dialog after clicking icon.

Hope this would clear all doubts.

I need to share ideas in different ways. I will take care of coding part in LabVIEW.

0 Kudos
Message 5 of 5
(2,859 Views)