Can I do a slider that moves only in one direction?

Hi all

I have a XY Chart. I would like a slider that appears as a vertical line that the user can drag horizontally. Actually, it would be the regular cursor, but lack the horizontal line. I, or of course, as to get also the position of the vertical line on the axis of x. is there a simple way to achieve this, say with the integrated slider, or will it cunning methods?

Best regards
Ed

Select a style of cursor that displays only a vertical line, adjust the position of the cursor-y for example infinity (+ inf) so the 'divide' will not appear.

You can read the x position using a node property or even better the event 'move cursor' terminal event.

Tags: NI Software

Similar Questions

  • My Microsoft Wireless Mouse 5000 new scrolls only in one direction in Quicken. This seems to be the only program with problems. All the answers?

    My Microsoft Wireless Mouse 5000 new scrolls only in one direction in Quicken.  This seems to be the only program with problems. All the answers?

    Hi retiredinflorida,

    Welcome to Microsoft Vista answers Forum!
     
    It is a known issue using IntelliPoint from Microsoft and Quicken software drivers.  Both parties are aware of the problem and as soon as a hotfix or patch for this problem is available it will be displayed on the Quicken Web site so check with their website on a regular basis.
     
    However, if the Microsoft Wireless Mouse 5000 problems in other applications, you can check the links below.

    The Microsoft wireless mouse does not work as expected if:

    You may want to consider this link to fix the problem: http://support.microsoft.com/default.aspx?scid=kb; EN-US; 838398

    In the case want ot uninstall and reinstall the mouse drivrs use this link: http://www.microsoft.com/hardware/windows7/support.mspx

    Hope this information is useful.
    Let me know if it worked.

    Thank you, and in what concerns:
    Aziz Nadeem - Microsoft technical support.
    Visit our Microsoft answers feedback Forum
    http://social.answers.Microsoft.com/forums/en-us/answersfeedback/threads/ and let us know
    what you think

  • How can I get my slider to move when I click on the Groove

    TheI created a simple movie, Adobe Flash, which is to act as a slider control. The code I've written is shown below. I am able to grab the slider and move it to any position on the Groove, but I also want to be able to click anywhere on the Groove so that the cursor will jump and lock in this position.

    I created a function:

    groove_1.OnMouseDown = function() {}
    trace ("you clicked on x = ' + this ._x");

    slider_1._x = this ._x;
    }

    the problem is that this coordinated ._x returns the left edge of groove_1 and not be set that the user has clicked on this control.

    Can someone tell me how to get this information out of the mouse to the bottom of the event?

    The code of the file is:

    slider_1.onPress = function(){
           
    this.startDrag(true, _root.groove_1._x, _root.groove_1._y, _root.groove_1._x + 520, _root.groove_1._y );
    }
    slider_1
    .onRelease = function(){
           
    this.stopDrag();
    }
    slider_1
    .onMouseMove = function(){
            newPoint
    = new Object();
            newPoint
    .x = this._x;
            newPoint
    .y = this._y;
           
            _root
    .groove_1.globalToLocal(newPoint);
    }
    groove_1
    .onMouseDown = function(){
            trace
    ('You clicked x = '  + this._x);

           
    //slider_1._x = this._x;
    }

    The source file is contained in the attached zip file

    You probably want to use either:

    slider_1._x = _xmouse; allure of mouse position

    OR

    slider_1._x = groove1._xmouse; position of the mouse on groove1

    I think the first applies because your cursor is based on the position of groove1, but haven't thought far through it.  At least you know that you must use the mouse position to determine where you clicked.

  • Wheel scroll/zoom only in one direction in some programs

    When I use a scroll wheel (external or optical mouse or laptop touchpad scroll wheel) on my laptop (with Windows Vista), but scrolls or zooms in one direction in some programs. For example, when I scroll in any direction in Google Earth or AutoCAD, it zoomed in only (should zoom out when wheel downwards). In IE, the wheel works correctly. In Word, it does not at all. I saw online that others have had this problem with Vista, but I can't find a solution. How can I solve this problem and get the roulette wheel or the touchpad works properly?

    Hello
    I would like to start by installing the latest version of the software/drivers for you devices.

    I noticed a strange behavior in Chrome with my scrolling as well. It scrolls side by side, however I move the steering wheel (4 directions). And only the page up and down if I'm on top of the sidebar. It is a problem with Chrome... not your mouse.
    Most of the maps online zoom only, they do not go side by side... regardless of the browser.
    Word and other applications are a different floor. They must act as expected. This seems to indicate that your driver does not work properly. First try.

    (Note also that some older devices can be is no longer supported.) Mark <> Microsoft Partner

  • X 200 fingerprint reader Tablet reads only in one direction

    Hi all

    I bought an X 200 Tablet and I got free upgrade to Windows 7 from Lenovo. After I've manually upgraded from Vista to Win7 (not a fresh install), what's up.

    The fingerprint reader works very well and he even kept my impressions of Vista. However, with Windows 7, I can just slide my fingers in one direction (from right to left, if you use the 200 X in the direction of the normal laptop). If you are a user of Tablet, you would know that there is a left and right 'tooth' that surrounds the player, allowing you to slide your fingers in both sense.

    I tried to reinstall the software of fingerprint - as well as my stored reset reader fingerprints - but it only let me slip in one direction. If I slip my fingers from left to right, I get an error 'no match '. I erased my impressions and stored once again, drag from left to right with the screen to its normal position. Lenovo Fingerprint Software my impressions, but when I connect to Windows, I can still only slide from right to left. Is it a question of Win7?

    I finally thought to it! I went to my device manager > biometric devices > one click with the right button on authentic Tech > properties. The pilot appeared to be outdated, so I tried 'Update Driver' for fun. Windows 7 has actually found an updated online version, and now it is updated to v.8.1.2.56, dated dated 07/07/2009. Now, I can slide my fingers from left to right or from right to left!

  • substr? How can I retrieve the codes that are only 6 characters

    I have this request
     
    SELECT 
    distinct
    SUBSTR(A.STVSBGI_CODE,1,6),
    SUBSTR(B.STVSBGI_CODE,1,6),
    A.STVSBGI_TYPE_IND,
    B.STVSBGI_CODE, 
    B.STVSBGI_TYPE_IND
    FROM 
    stvsbgi A ,
    stvsbgi_TEST6C B
    WHERE A.STVSBGI_TYPE_IND = 'C'
    AND B.STVSBGI_TYPE_IND = 'C'
    AND instr(A.STVSBGI_CODE,1,6) =  instr(B.STVSBGI_CODE,1,6)
     
    I want to be able to extract ONLY the values (STVSBGI_CODE) where the SUBSTR (A.STVSBGI_CODE, 1, 6).
    There are codes in the tables of 4 characters, the query gives me 4-6 characters...
    How can I write the query to get the 6-character codes
    Thank yoou

    Hello

    If you want to only include lines in the output, if the code is at least 6 characters?
    Add to the WHERE clause:

    AND     LENGTH (a.stvsbgi_code)     >= 6
    

    It doesn't matter if you use a. stvsbgi_code and b. stvsbgi_code in this State; the join condition is already excluding the lines where it is less than 6 characters but the other is not.

    I hope that answers your question.
    If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all tables and also post the results desired from these data.
    Explain, using specific examples, how you get these results from these data.
    Always tell what version of Oracle you are using.

    Published by: Frank Kulash, November 18, 2011 12:58

  • my laptop is dead, I buy a mac, can I reload Lightroom on that I only had Lightroom in January?

    Can I reload Lightroom on a Mac, I'm about to buy as the laptop is dead and I can't access it, I also a photshop elements want to recharge that

    tahnks a lot beforehand Jackie

    Yes, you can install and use the same version that you have purchased on your new computer. Make sure you have your serial number available.

    Even for Photoshop Elements, but you should disable PES on the old computer if possible.

  • How can you ask a question that requires more than one sentence (although the limitation of the device seems to be characters)?

    Well, that answers the question above. Now for the real question. I need to regain my search bar of alternative search engines, and I don't want to start typing a search to get them (bad idea). I found the suggestion below but have no idea how "middle click" or how to get to the page mentioned "config". Can anyone help?

    If you want to restore the window previously used independently to manage search engines, you can enable or disable this pref to false with a medium on the subject click: config page.

       about:config page: browser.search.showOneOffButtons = false
    

    You will need to close and restart Firefox to make it work properly.

    You can open the topic: config page via the address bar. You can accept the warning and click on "I'll be careful" to continue.

       http://kb.mozillazine.org/about:config
    

    Type Subject: config in the address bar (address) and press the enter key to open the topic: config as you open a Web site by typing the URL in the address bar of the page.

    • If you see a warning message, so you can confirm that you want to access the comments: config page.

    You can use the search bar on top of the on: page config to identify preferences more easily and in this case you can type from time to time until you see the browser.search.showOneOffButtons preference.
    Preferences that have been changed and do not have the default display in bold (the user's game).
    You can toggle this Boolean False pref with a double click on the line with the pref or use edit on the shortcut menu.

  • How can I have a button that will show/hide one area of text and images on the same page?

    I have a page like below:

    4ef3986b768c1642dac40a3eb1d534dc.png

    I want to make sure these 3 buttons display text different under them when they are pressed. How can I achieve this?

    Thank you.

    Hello

    Please try to use the Widget for Composition of ToolTip to achieve this...

    You must customize the trigger as long as the button and you can use the target to insert images or the desired text area.

    You can find it in library of Widgets Panel > composition

    Please let me know in case you need further details on that.

    Concerning

    Vivek

  • can install on three computers CC - I only use one of them at a time?

    I would use CC on three computers in three cities where I travel - I use only a computer at a time - is this possible with a single license? If so, how?

    As long as you sign out at least one of them you can.  Log out before you leave in a specific city and you should be set to connect to another.

  • S2S VPN works only in one direction

    I am very new to cisco devices, but we have recently acquired a catalyst 2911 device for our co - lo cabinet and I will try to get a vpn connection from site to site between installation and my network of offices as well as a remote access VPN for me to use in case I need to fix something then that apart from Labour Bureau.

    Gateway to the Office is 66.119.163.2 and the device is a TZ210 with his network is 192.168.1.0/24

    Co bridge is 204.244.50.254 and the device is 2911 ASR with its LAN network in 10.0.10.0/24

    The VPN S2S connection is in place between the two locations and 2911 device and servers LAN can ping and RDP for office machines.  Office network can only ping the IP Address of the LAN interface on the 2911 that is 10.0.10.1 but not the servers on the network.  the VPN site-to-site was created with the wizard CCP.

    How can I allow the network 192.168.1.0/24 see 10.0.10.1/24 network and why I only see now the gateway?

    If need be I can post my file running-config with the redacted pre-shared keys.

    You need only the first line of the ACL 125, well pls wanted to remove the 2nd line:

    1. access-list 125 allow ip 10.0.10.0 0.0.0.255 192.168.1.0 0.0.0.255
    2. access-list 125 allow ip 192.168.1.0 0.0.0.255 10.0.10.0 0.0.0.255

    Also change the action of 'pass' to 'inspect' for the following

    class type inspect sdm-cls-VPNOutsideToInside-3

    Pass

    Hope that solves this problem.

  • AS2 how to make a button that moves every two seconds

    How can I make a button that moves every two seconds by itself in ActionScript2?

    For now, I have to use the command you (press), but what I really need, is the button in order to move randomly by itself every two seconds. For example:

    (insert the code here) {

    BC1._x = random (250)

    BC1._y = random (250)

    }

    Thank you!

    You can use the setInterval function repeated at specific time intervals.  Here is a link to a tutorial that explains how to use...

    http://www.republicofcode.com/Tutorials/Flash/setInterval/

  • Adobe Captivate 5 - I need to add a mouse movement to a slide that does not...

    I am trying to create training/videos for a drawing software.  Captivate recognizes not that there is a movement of the mouse, as the mouse does not 'click' at the end of the movement, only the Enter key is used.  I need to add a mouse movement so that my clients can see the action taking place better.  I can't find how to add a mouse movement to a slide that is not a mouse already assigned to it.  Any help at all would be greatly appreciated.  Furthermore, I already tried a copy of another mouse slide... It is not possible.


    Thank you all in advance!

    Hello

    Right-click the slide in the Filmstrip and choose mouse > see the mouse.

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcererStone blog

    Captivate eBooks

  • I can't drag the arrow to change my screen resolution. He moves only from high to low-nothing in between.

    I can't drag the arrow to change the resolution on my new laptop. He moves only from the highest to lowest - nothing in between.

    Hi Eileen,.

    Thanks for posting the question in the Microsoft Community!

    You can use only the highest and most low screen resolutions available and nothing in between.

    What is brand and model monitor?

    The resolution, you can use is based on the resolution that your monitor supports. CRT monitors generally display a resolution of 800 × 600 or 1024 × 768 pixels and can work well with different resolutions. LCD monitors, also called flat screens and screens of portable computers often support higher resolutions and better suited to a specific resolution.

    The website can provide more information:

    Change your screen resolution

    http://Windows.Microsoft.com/en-in/Windows7/change-your-screen-resolution

    If you need additional help, let us know and we would be happy to help you.

     

  • Hi all. How can I manage the preferences that LR do not take up space on my MAC hard drive and works only on the external hard drive?

    Hi all. I am new and on a free trial right now.

    How can I manage the preferences that LR do not take up space on my MAC hard drive and works only on the external hard drive?

    Monthly payment included cloud storage?

    Peut I manage backups? And how?


    -Amir

    Hi amireos,

    Yes, you can create your workflow where you can keep all your images on the external hard drive and the Lightroom catalog file as well.

    If you start with Lightroom and then use the Destination location as external hard drive when you import your image of the external source such as a camera or SD.

    If you already have your Images on the Mac HD drive, then play all your Image on the external hard drive first and then import images directly from there.

    Finally, you can change the location of the Lightroom Catalog as well.

    Default location: folder on the Mac Drive HD, there is folder called Lightroom that you can move on the external drive too (however catalog Lightroom can't memory space as its only import previews of the images is not the real image and full)

    Once you move the file catalog Lightroom external hard disk, then you need to browse the catalog file when you launch Lightroom only once.

    See thread: LR catalog moving on external hard drive

    Let us know if it helps.

    Kind regards

    ~ Mohit

Maybe you are looking for

  • Send with efect

    On my iPhone 6s, I can't use the iMessage "send with efect. Any sugestion?

  • Unable to sync iPod Touch 2nd generation

    My father has an iPod Touch 2nd generation he is used to synchronize the contents of iTunes. It is OS x 10.11.6 and iPod has the latest iOS available (4.2.1). I tried to reset the iPod, but it won't always sync to iTunes (12.4.3). This generation is

  • Satellite T110 - wireless works beside router

    Hello My wireless was working fine until about 3 days ago and all of a sudden I started having problems. Basically, the wireless only works when I'm sitting next to the router. As soon as I if away (more than 5 meters), it starts to cut. Sometimes it

  • Error time-out random - 1073807339 using pilots of series Oscilloscope Tektronix TDS 200 1000 2000

    I am trying to make measurements of waveform of an oscilloscope Tektronix 1052 B using LabVIEW. My program is intended to be run for hours at a time, and it works perfectly as expected for the first few hours. However, I noticed that after a few hour

  • Path table

    The problem I have is with array of paths. I included a folder zipped a few directories with a vi that I use to retrieve information in the records. The vi continues his return two cells with empty path no reason I can think. I tried several solution