Link a single scroll bar to two arrays

I am trying to link a single scroll bar to a pair of arrays (one is dbl, one boolean; both single dimension), so they line up correctly as I move the bar. Any ideas on how to get this to work? I tried a cluster, but no luck (Maybe I missed somethng?). Thanks!

Hi Templar,
use property nodes:
read shown array index (property "Index values") from 1st array and set the same indices for the 2nd array...
Message Edited by GerdW on 07-26-2007 04:03 PM
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome

Similar Messages

  • How to link one scroll bar with two dynamic text boxes.

    How to link one scroll bar with two dynamic text boxes.
    If i move scroll bar in one text box,automatically text will
    be moved in another text box.But scroll bar is not visible.
    Can you please help me.
    Thanks in advance.

    See the following article:
    JavaScript - setFocus Method for tabbing to next form field
    And see if iOS can even handle the sample form.
    iOS and android devices are not a powerful as your desktop of laptop computer and have limited support for JavaScript within PDF forms. This limitation for specific apps ranges from none to quite a bit but not all JavaScript.

  • Link Zoom and Scroll Bar

    Hello
    I'm using Labview 8.0 an I have a small expirence with Labview
    I got 5 Waveformcharts with different ranges, is it possible to link the zoom an scroll bar function, so that i could zoom in one graph an the other will change dynamicly like in Diadem "dynamic Zoom" and is it
    possible to control the visible area of the 5 charts with one scroll bar?
    Thanks

    Hello Densel,
    I searched for an easy implementation with the help of a property node, what I found is attached in my VI. It is just a solution to change the axes properties of x and y for one chart, but it should also works with more charts.
    Check my result, hope it helps you!
    Günther.
    Message Edited by gprossinger on 08-17-2006 08:01 AM
    Attachments:
    zoom programitcally in waveformcharts.vi ‏101 KB

  • How do I add a scroll bar to an array?

    I want to take a 2D array and change the row its is in with a scrollbar so that in a another array index I can pull out individual number from each row. 
    So I have a CSV file [time,1,2,3,4,5] and I want the user to able to vary the time with a scrollbar. 
    Thanks! 

    sofiakyle wrote:
    I want to take a 2D array and change the row its is in with a scrollbar so that in a another array index I can pull out individual number from each row. 
    So I have a CSV file [time,1,2,3,4,5] and I want the user to able to vary the time with a scrollbar. 
    A scrollbar is a cosmetic UI element that does not modify data (e.g. vary time) or "pull out numbers" (whatever that means).
    If you can only scroll through 8 values, maybe you need to transpose the array to swap rows with columns.
    LabVIEW Champion . Do more with less code and in less time .

  • Array scroll bar event

    Is there any way that I could get the event from array scroll bar in LabVIEW 8.5? I have an one-dimensional array and I made the vertical scroll bar visible. What I want to do is that when I drag the scroll bar to change array index value, I need to change the content of another array that will display the visible line number of the first array. Array index display only is not suitable for my application.

    Jason2006 wrote:
    I need to change the content of another array that will display the visible line number of the first array.
    I don't quite understand what you mean by "visible line number of the first array". Arrays don't have line numbers. Do you just want to scroll it to the same element as the first array?
    In this case you could do something like the following (hey, it even works for multidimensional arrays! ):
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    MultiScroll.vi ‏19 KB

  • Adding Scroll bar InPanel Array

    I want to add scroll bar in panel array .Kindly help me to sort this problem immdiatedly

    Kindly help me to sort this problem immdiatedly Based on the information provided, I doubt we will be able to.
    The general advice is add your panel to the scrollPane and add the scrollPane to the GUI. Its that simple.
    If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • Arrayfield Scroll bar behavior

    Is there a way to allow a scroll bar on an array field to keep scrolling if
    the
    user clicks-and-holds one of the arrow buttons. Currently, my users have
    to click an arrow button multiple times.
    Any ideas?
    TIA,
    Troy Burns
    Marriott Vacation Club Intl.
    E-mail: troy.burnsvacationclub.com
    Phone: (941) 688-7700 ext. 4408

    This behavior was present in RH7 and the Packager for AIR.  I have upgraded to RH8 and this behavior does not exhibit.

  • How can I get a scroll bar at the bottom of the page so I can see the right side of the page when I am using two windows?

    With two or three pages open, I have scroll bars that allow me to see the right side of the other pages, but not on the Firefox page.

    Thank you for the reply, Fred, but when I went to my saved screenshot, I realized that the shortcut on my desktop had opened in IE, not Firefox. There is no scroll bar and the directional arrows do not work. My daughter has been playing with my laptop again. When I set up the same conditions with Firefox, there is no scroll bar, but the arrows function properly, so I can read to the right edge of the page. Now to find someone who knows IE11. Thanks again, for your reply.

  • How to synchronize two scroll bars

    Hi there,
    Can anyone tell me how to go about to synchronize 2 JScrollPanes so that When the Scroll bar of the top Pane is moved, the scrollPane of the bottom pane also moves in sync. Thanks in advance.

    1. get hold of the two scrollbars using getHorizontalScrollBar() or getVerticalScrollBar()
    2. listen to their AdjustmentEvents using
    addAdjustmentListener(AdjustmentListener l)
    3. in the AdjustmentListener set the scrollPosition
    of the other scrollbar, when an AdjustmentEvent gets
    fired. You can use setValue(int)
    Spieler

  • RH7 - Viewing WebHelp in IE9 creates two vertical scroll bars

    An extra frameset appears to be in the main htm page (attached) that is generated by RoboHelp.  Here’s the frameset:
    <frameset cols="100%,*" frameborder=no border=0>
      <frame src="whnjs.htm">
      <frame src="whskin_blank.htm" noresize>
    </frameset>
    When viewing the help in a Telerik RadHtmlPlaceholder control in Internet Explorer 9, this frameset causes our help content to appear twice.  The content is stacked on top of each other, and a vertical scroll bar is added.
    Manually removing this frameset resolves the issue.
    Has anyone else seen this issue, and if so, are there any RH options for resolving it?

    While I was using RoboHelp 7, I worked around the frameset problem by deleting the following code from the main pag in my help system, as suggested in the forum:
    <frameset cols="100%,*" frameborder=no border=0>
      <frame src="whnjs.htm">
      <frame src="whskin_blank.htm" noresize>
    </frameset>
    When I did so after generating help in RoboHelp 7, I found that the extra frameset disappeared from IE9. Later I upgraded to RoboHelp 9 for an automated solution to the extra frameset in IE9. But I find that the problem persists. On WebHelp pages with more than a single screenful of text, the double frameset appears, and the content for the page one is viewing is stacked on top of the Welcome page, much as described by TechComm2 at the beginning of this thread. In IE9, with content generated in RoboHelp 9, an extra frameset appears whether I delete the abovementioned code or leave it in.
    My project is used as contextual help. Our developers have placed extra security on the project so that a user cannot view the help without first logging in to the application it describes. Because of this, I am asking our developers to help me look for a solution to extra framesets. But I did want to come back to this forum with an update and ask for additional comments from you-all as well.
    Thank you.
    Tom

  • Disable array indicator but enable scroll bar ?

    Dear All,
    is there a way to disable an array without disabling the ability to scroll down with the mouse (scroll bar is also disabled if you choose disable in properties). The array indicator is clickable althoug not writable but causes confusion for the user...as if you can write something.
    thank you .

    Hi mbhatti2000,
    - Could you put up a small example of what you mean?
    If you just want to disable the array indicator and gray it out, then you can use the property shown below.
    Regards,
    Peter D
    Attachments:
    DisableIndicator.vi ‏9 KB

  • My jquery single accordian is missing the scroll bar...

    I'm not sure which box allows the scroll bar to appear because the drop downs are just short of the text, are there character limits?

    Not sure what is meant with a single accordion, but with the accodion included with DWCC, the height is automatically adjusted to the content.
    If you want a more personalised answer, please give us a URL to the problem page.

  • Scroll panel - two contents hooked to one scroll bar?

    I've got two boes of content (one running text and one a series of images grouped in a vertical fashion). I want these to move simultaneously but one is much longer than the other - and I want them to finish at the same time, the photos correlating to the text. Using two separate scroll bars is out of the question. I tried to trick it and just copy the same scroll bar on top of the first, hoping that by dragging one you'd drag both, but it only takes the top layer. Any ideas?

    I can only think of two solutions:
    1) Refactor your design so that the two boxes some how become one element. Then the scroll element will work as designed. You have to think how each element in one box maps it's position to the other box.
    2) If you can't refactor the design, then you will need to create an algorthim that will map position in one box to a postiion in the other. Then you will need to write a custom bit of ActionScript in Flash Builder to wire this all up.
    Chris

  • We finished the two CRM link into single ERP system via SAP middleware

    Hi ,
       We finished the setting two CRM (CRM4.0 & CRM 5.0 )link into single ERP system by ourself .
       Who needs the documents ?
    Lobate
    China

    Hello jing wei,
    the best way would be that you publish a Blog or Article here in SDN. At https://www.sdn.sap.com/irj/sdn/submitcontent can find out how to contribute. Also a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/68f93647-0a01-0010-8891-92cea7f0313f">Community Contributor Template</a> is avaliable.
    Regards
    Gregor

  • Scroll Bar Problem after Printing a web page containing multiple page data

    Hi All,
    I have a web application which has two DIV, one is main and one is child. I am having problem in printing multiple pages. There is a lot of data in the child DIV and i am using JavaScript functions to control the print functionality. When i print using window.print(), only the data on the main page currently being showed is printed. I further researched and checked out the Style.Overflow property.
    Now i am using divMain.style.overflow = "visible"
    After this the complete print comes. But in Firefox, the scroll bar disappears and only single page is left with no scroll bar .
    Now if after print i give divMain.style.overflow = "Auto" OR divMain.style.overflow = "Scroll", still the scroll bar doesn't come and if it comes then its inactive. I am unable to see the complete data on the page after the print is taken.
    The problem is not coming in I.E and the full data with scroll bar is recovered in I.E.
    Please help me how to get the normal page with full data and scroll bar after printing in Firefox.
    Thanks,
    Manuj

    hi, i would update my reader first to the newest version.
    does the size of the textfield never change, independant how much text is in it?
    perhaps check your subforms, if they are type "position" size does not change in my opinion, except your parent subforms expand to fit....
    or use "flowed" subforms...and regard the parent subforms too!

Maybe you are looking for

  • How do I add a different title to each slide in a LR3 slideshow?

    This question has been asked, but for some reason I cannot access it.  Thanks!

  • Problem in BPM where Sync Intrf has to send same response to 2 Async intrf

    Hi Experts,        I am facing a complicated case.        I have the following scenario: Input File data -> Validate file data against SAP table using RFC FM -> insert the response of RFC FM into custom table using another RFC call -> Send the same r

  • Development over two system in the landscape

    Dear SolMan gurus. We face the following issue. Our customer wants to have 2 different systems in the landscape (CRM and R/3 system) under one project. How can we manage to create transport requests (TR) for both systems at onece. Or do I have to cre

  • FCP won't export M2V

    I am running FCP Studio and trying to export an m2v. I recently upgraded my G5 and basically put my old hard drives right into the new G5 box. Since I did that, FCP asked for a serial number again, and I entered it. OK. Now I am trying to export the

  • Wsdl endpoint problem

    Hi everyone, i need some help, I have a wsdl that points to an external server, if I test the wsdl in WSNavigator I need to chance the end point to "Defined by the user" and set the ip of the external server because by default is "localhost" there, m