Move two splitters in same time

hi all,
here is my problem: in the attached VI, when the right splitter is moved, I want that the left splitter follows the right splitter. since there is not event for drag-drop splitter, i have no idea to do that. any suggestions?
Cedric
Attachments:
two-splitter.vi ‏10 KB

There are mouse down and mouse up events.  As well as mouse leave for the splitters.
You should be able to work with them to determine if a drag has occurred.

Similar Messages

  • Delivering two videos at same time

    I am trying to simulate a software-instructional classroom by showing two (720x480) videos at the same time. One video showing the instructor in the classroom and the other of the instructor's computer screen.
    The first video (of the classroom) would be shot using standard DV footage shot with a Sony PD 170.
    The second "video" (screen capture video) would be captured using software such as SnapZ Pro, Camtasia, or similar software. It is important that this "video" be as large as possible to show the detail of the software.
    If displaying two (720 x480) videos at the same time is not possible, does anyone have suggestions for producing a full size screen capture video (larger than 720x480) with the ability to place the (720x480) instructor video in a corner of the screen capture video?
    Is this possible with FCP or any other application?
    Any advice would be greatly appreciated!
    Thanks.

    I came up with an interesting workflow for this.
    There are three challenges:
    1. SnapZ will create files that QT/FCP will interpret as 10fps no mater what you do. I don't know if this has been fixed yet. This post describes the workaround and this post describes the underlying reasons for the issue.
    2. using a display resolution higher than 720x480 will allow you to zoom into areas of the interface to show detail, but will require rendering when combining with SD footage in an SD sequence.
    3. Even if you use snapZ to record a 720x480 display, the 10fps issue and format difference may still require lots of rendering.
    Sooooo, here's what I did:
    I recorded snapZ movies at "full" display resolution. This allowed me to do some zooms in post. You can also zoom in real time with a bit of rehearsal by using the ctrl-scroll ball trick.
    I planned to edit the screen caps in two stages, first to cut for timing at full-res, and second to combine with SD footage and add the zooms and other graphics.
    I created sequences native to the full-res clips' format using the "make multiclip sequence" command.
    I fixed the frame rate by placing each one into a sequence at full resolution, but with the correct frame rate, then re-exporting to new quicktimes. You may find it helpful to create a sequence preset with these settings. Your list of sequence presets will be the same list of formats you can choose for a batch export.
    Once I had cut for timing in a full-res sequence, I took the contents and pasted them into an SD sequence, using paste attributes to scale them all down to fit. Now I had the hi-res clips in an SD sequence that I could zoom into without them just looking like blurry crud.
    Alternatively, there are other hardware solutions you can use to get HD video out of the computer, but you'll need another computer or recording device to capture it. AJA, Blackmagic, and Matrox have capture cards that can output your desktop as HD video. You can also just get a simple DVI to HDMI adapter, but all of these solutions lack the simplicity of SnapZ's one-system-no-recorder setup. SnapZ also allowed me to record more than 2 tracks of audio, in my case the "live" voiceover and the stereo output of the music software we were demoing.
    One more option to avoid rendering during cutting if you have to mix formats with the SnapZ workflow is to create DV proxy footage of the hi-res, then reconnect to the HD at the end. However, this requires the fame rates to match, and assigning matching timecode and reel, if applicable, after re-importing to FCP and before reconnecting.
    Hope this helps, or at least made some interesting reading, if you made it this far.
    Max

  • Fading Two sides of a video, and in between Two at the same time?

    I'm terribly sorry if this has been asked before, I did a search but I couldn't find a similar question so again, I apologize. 
    Could someone tell me how to do these things?:
    I have a split screen video (I know how to do that), and I want to fade one side out to black, and fade it back in throughout
    the video. 
    Also, if I have one video (not split screen, just one fullscreen video), fade it between two videos (so that you can see both videos at the same time for a bit, kind of "ghost like", and then it will eventually transition to the other video).  This effect is used in a lot of music videos, or Especially in a movie when time is passing by (like years) or there is a "flashback".  You can see two videos at the same time on top of one another.
    Again, sorry for the trouble, but if anyone has an answer thank you in advance!

    Animate the opacity property. Basic procedures here.
    Mylenium

  • How do i export multiple full resolution movie files at the same time in final cut pro 6?

    I've been using Final Cut Pro since version 3 came out, know the program well, have even had jobs consisting of just operating the program.  I'm currently running version 6 because that's the latest one that works on my computer.  Back in verison 3, there used to be an option under Export to export a "Final Cut Pro" movie, which was really a Quicktime movie but appeared with a FCP icon and defaulted to opening in FCP, but the important thing about it is that it was a full resolution copy of the movie with no compression.  Now, that option seems to have been changed to "export Quicktime movie."  In my opinion that change is kind of stupid since it is so much less specific and is even less of an implication that one is exporting a full resolution file.  But in fact you are.
    One also has the option of using Compressor to export a version of a movie, and therein there are so many different options that if you are not confused by it I think there's something wrong with you.  Moreover, it would appear that there is no equivalent of exporting a full resolution version of a file in Compressor.  Fair enough: a full-resolution file involves no compression so is not appropriate for "Compressor."  BUT, suppose you want to export multiple uncompressed, full-resolution movies at once.  When you use Compressor, you are able to create batch lists and export many things at the same time, for instance, lists that will take many hours to complete so you can go to bed and get the results the next day.  But as far as I can tell there is no way to do this at full resolution without compression.  Instead you have to sit at the computer waiting for each one to finish and after each one, manually go to the next and select "export Quicktime movie."  Even if there is a way to do this I would complain that such an obviously desireable thing is so unaccessable.  In fact, the only reason I've typed out my question at such length is because I'm stuck here waiting for each one of my movies to export.
    Anyway, all my complaints aside, anyone know how to do this?

    what you're missing to export multiple files is the batch export command available in the file menu or by control clicking on the items in the browser.  You can export multiple sequences/clips at full resolution with this.
    This has been available in fcp for a long long time.
    Wow, you are right.  Now that you mention it, I can't believe I never noticed that.  Thanks.
    Only if you have the 'Self-Contained' box checked.  Otherwise you'll end up with a reference movie.
    Correct.  That box is typically checked by default.  There are other default settings you could change that would not result in a full-quality version, but what I meant was hitting that option from the pull-down menu, then changing nothing and hitting ok.

  • Using multi-threading: Setting a VI to be used for two sequences at same time

    I have two sequences running as two different threads. This is supposed to be in parallel but both sequences access the same VI, then they're not executing as parallel because one sequence use this VI then liberates it and the other sequence use it, and so on consecutively until both sequences finish. This is not what I want.
    How can I do to set this VI with any kind of property or something that can be accessed for both sequences at the same time?
    Thanks,

    Hi Margarita, you can set a VI to be reentrant (under VI Setup»Execution Options from TestStand, this function can also be used from LabVIEW) . Now depending on the king of VI you are using this can be something safe or can cause trouble. If the VI needs to keep information (for example a Functional Global Variable) or it is handling Hardware it can give you errors (for example trying to access the same DAQ at the same time from different task.
    If you need more information can you tell us what does this VI does?
    This Links might also be useful:
    When I Run Parallel TestStand Executions That Call the Same VI, Why Don't the VIs Run in Parallel?
    Differences Between Reentrant VIs (Preallocate), Reentrant VIs (Share Clones), VI Templates, and Dyn...
    Best Regards
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • RV042 VPN Client Access not able to connect two users at same time

    I have a RV042 and have set it up for VPN Client access using the QuickVPN client to connect my remote users. I discovered today that I cannot have two users connect in at the same time. Both users are in the same remote office. They can connect individually with no problem but if one is connected and the other tries connect also the second user gets a message the gateway is not responding. They are both running WinXPPRo SP3. Any help is greatly appreciated.

    Were your QuickVPN clients behind a firewall router of some sort? For multiple QuickVPN clients to be able to connect to the remote RV042 at the same time, the local firewall router must have VPN Passthrough correctly implemented. You could try using a RV042 as the firewall router for your QuickVPN clients and you should be able to maintain 2 tunnels at the same time to the remote RV042.

  • Connect to two routers at same time?

    I connect to internet throught router #1
    Set up time capsule as stand alone (i.e. did not join network on router #1).  Let's call time capsule router #2
    When I look at my wifi, I have to join router #1 and get internet access, and no access to files on time capsule OR join router #2 with access to files, but no internet access.
    Any way to join both networks (routers) at the same time?
    I know, I could set up time capsule to join the netwrk on router #1, but as stand alone, file transfer is faster.
    Thanks.

    It is not possible for the AirPort networking feature of your Mac to be connected to two wifi networks simultaneously.
    If you're going to use the Time Capsule for backup only, you're probably better off buying a FireWire hard drive since that will be much faster than any wifi-based backup device.
    Alternatively, connect your Time Capsule to "router #1" with an ethernet cable and then you can use it both for your wifi connection and backups.
    If you don't need to use "router #1" then just use the Time Capsule - it's a very good router and wifi hub.

  • Print on two printers at same time.

    Hi gurus,
    I need to print a form in two printers at the same time. If its possible with SAP.?
    Thanks in advance.
    Best Regards
    Juan

    Hi friend,
    Yes it is possible for configuration go to NACE and select the Procedure and then the relevant output condition and in details you will find something called Print option and there you have different options for the print based on user, sales organsation etc.
    Hope the answer will help you.

  • Operating two Vis at same time

    First time posting here on NI, need some help with setting up a Labview program. A little background so you know what we are attempting to do and the level of skills involved in it. I'm a undergrad research assistant and I have never used labview before until I started on this project and just have a basic understand of the program now. All the programs involved in this were written before I started on the project by other undergrad and grad students. So any answers will probably have to be dumbed down to a noobs level for me. Here is our problem : 
    We have two VIs that we are having to run at the same time. The First VI is a program that we use to run a automated arm/probe. It is setup to run manually by using the arrow keys on the keyboard or we have a grid system setup on our test box and can tell it were to travel too by inputting the x y cords into the program. The second VI is a safety loop, the testing we are doing is dealing with EM fields and detection of them. We have equipment that generates the field inside the test box but we can not allow it to get over a certain watts level. The second program was designed to detect when we reached this level and turn the system off for safety. Both of the programs work just fine. 
    So here is the problem, we can not run them at the same time which is an issue. Anytime they try and run them together the system bogs down then crashes or they just fail to load and run at the same time.
    Here is the solution I would like to try and find. What is the best, fastest and simplest way to link both of this programs as a single VI that wouldn't take a lot of programming and knowledge. Basically the programming team that made the VIs is gone now. If needed I an post the VIs. Thanks for any help or input 

    I would guess that your programs are not programmed very efficiently and are running with what are known as greedy loops. That is, the VIs have a loop in them but don't provide any means for LabVIEW to switch between tasks. One, or both, are starving the CPU which causes your execution issues. Even some as simple as adding a Wait(0) to the loop will help to prevent greedy loops from occuring. Additionally, they could have issues with maintaining memory and do things like allowing arrays to grow infinitely large. Without seeing the code though it will be difficult to give you specific advice.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Connect two ipods at same time?

    I have a fortunate problem/question. My son got a nano ipod and I got a 30MB ipod. We both would like to charge them and get running. Can you connect both at the same time? I have two USB ports and could physically do it. I know that you can use multiple units with a single computer, but there is nothing about charging them at the same time in the documentation.
    Thanks

    I've had 3 ipods connected at the same time. They all show up under Devices.

  • Recording two tracks at same time

    I want to record guitar on one track and vocal on another at the same time. At the moment I have two ways this might work: I have an Apogee Jam interface for the guitar and A Dual Tube audio inferface for the mic. Or, theoretically, I could plug the guitar into one of the two instrument/XLR inputs on the Dual Tube. When I use option one, with the two different interfaces (Jam and Dual)  Logic Audio preferences will only let me choose one "device"  as input. Not both.  If I use just the Dual Tube with Guitar and mic plugged in to the L and R inputs, they go to the same track, since the Dual is seen as one single Input device.  I cant even arm a second track for recording.  The sound isn't bad, but I can't mix the tracks independently of each other.  Any ideas how to come up with two separate tracks at the same time, or do I have to simply record the Guitar first and add vocals later? THat's what I've always done, but wanted a "live" feel this time. I just switched from Logic Express to Logic Pro X.   Thanks in advance for any help!

    You can create an aggregate device for a couple of different interfaces in the Audio MIDI Setup OS utility and select that in Logic's Preferences/Devices tab - I've never had to do it myself, so I couldn't be sure it works well with all devices.
    It isn't me, but if it were I'd want to record them separately anyway, just for concentration on performance of each element, that's the difference between making good audio and making something that sounds like a proper record, no matter how simple or complex the music is.

  • Two logins at same time

    Somehow I ended up with what looks like two identical logins at the same time. The most obvious symptom is that there are two duplicate logout, shut down, restart, and force quit lines in the apple menu. I tried doing those things, but as soon as I go back in, both come back.
    Please advise how to kill the second login.
    Thanks,
    Ed

    Thank you for prompt and accurate reply! I wasn't aware of the voice-over function, and must have hit Command-F5 by accident.
    Cheers!
    Ed

  • Move automation data  at same time  in differenct tracks?

    hi , anyone here can give me some sugesstion ?
    I want to move the automation data in different track at same time but i cannot find how to make it .
    I have 7 tracks all written automation volumn data , and now I want to move them all 3 db down in some bars, it seems that i must move the automation one by one ?
    Thanks!

    danseq wrote:
    Unfortunately Logic doesn't yet have a trim or update mode, otherwise you could do it by using the group function on the fader channels, and using a fader movement.
    What?! Really? My copy of Logic is on its way; I'm switching from SONAR and that's basically how I mix. Volume envelopes on tracks deal with automation along a track, then the track volume slider acts as an offset to those envelope-controlled volume changes, when it comes to mixing tracks together, and I realise that the whole vocal track, say, needs to be 3dB quieter just to start mixing...
    So, how best to achieve this in Logic then? Do I have to route tracks to busses and mix from there? Essentially duplicating my tracks in bus-form seems like a bit of an unnecessary step! Any helpful suggestions will be welcome, but please don't flame me. I'm sure I'll be able to figure out a new workflow once I get my hands on Logic and start using it myself!

  • Photoshop CS6 - 'Two computers at same time' question

    Hi guys.
    I've tried searching for this question before but I couldn't find a definitive answer to it in the threads (maybe that's for a reason!).  Now, clearly the TOS stipulate about using PS on one computer at a time.  I understand that, as otherwise you could give a copy to a friend, for example.  However, for work purposes it would be helpful for me to have the program open on two of my computers here in my household at the same time; of course I'd only be actively at one computer at any given moment so not technically using the other, but it would be open.  It would also be using the same internet connection because of this (just in case that's a 'thing' worth mentioning).
    My question is really this: Is the 'one computer' requirement actively enforced via the software (a little like the monthly (or so?) online validation of the software serial), or is it more of a 'Please just don't do this' type of deal?  I can ensure people my reasons are legitimate but I don't want to risk installing again in case I'm 'flagged' and lose access to expensive software that I can ill afford to replace.
    Many thanks for any and all answers.

    ave the program open on two of my computers here in my household at the same time; of course I'd only be actively at one computer at any given moment so not technically using the other, but it would be open.
    My experience with this is that nothing deactivates but, upon launching the second copy on the same network, a window appears saying that two copies have been launched and the first copy should first be closed if you wish to continue using the second copy.
    So I've never been able to run the software on two computers simutaneously on the same network.

  • Can't Open Two images at same time

    I can't have two images open at the same timer in PhotoShop CS4.
    I open a file and it displays.
    Then go to File, Open...menu and open a secomd file.
    Result THe second image opens and the first image goes away. Both files are shown in the Window menu, but I can't get both to display at the same time..
    I've the CS4 upgrade from CS3 Extended. INtel Mac Pro
    I'm sure thjere is a simple answer to this problem. I've been trying to find an answer, but haven't seen this posted.
    Yhanks
    Hoagy99

    Have You tried disabling Application Frame and turning off Preferences – Interface – Open Documents as Tabs and Enable Floating Document Window Docking?
    And please do a forum-search, because I seem to have come across this problem repeatedly.

Maybe you are looking for

  • Simple script to get battery charge and time remaining...

    Here's something I threw together last night, to report on the battery at the command line.  It uses /proc/acpi/battery.  My battery is C11F, just substitude your own. It takes (remaining capacity) / (design capacity) to get the percent left, and it

  • How many records will be selected by query ?

    Hello experts, what is the effect of filtered constant value (set in the filter area) on authorization? if a user is authorized for 3 values of a char, namely, abc, def and colon (,  and in the query this char is restricted to a constant value which

  • Output at 1 millisecon​d intervals

    Hi, I'm trying to create a VI in LabVIEW to drive a NI USB 9263 running on windows 7. I need the output from the DACs to update at 1 millisecond intervals, however even when running a very simple program in a while loop with no delays, I can only get

  • Can I get a unlocked iPhone 5 in the store

    Can I get a unlocked iPhone 5 in the store in USA

  • My desktop window shuts down automatically since lion's install...

    Hi Sorry for my english, I am not english ! Since i've installed OSX Lion, I can't change my desktop's wallpaper When I reach the window from the desktop or from the preferences window, the spinning wheel appears and then it shuts down. I tried what