Realtime canvas update of chromakey setting changes

Hi all
I'm pretty new to FCP6 and I'm learning as I go along. I'm learning the chromakey filter at the moment so I can teach the media kids at the school I work at. I've watched a YouTube vid of a guy showing how to use the chromakey filter and as he's making changes to tolerances, colour range etc, the canvas is changing to show those changes. I don't know if I've missed a tick-box somewhere but the only way I can get the canvas to show the changes is by dragging the filter onto the video clip on the timeline each time I make a change. Is there a setting or a way to make the canvas update itself in realtime as I change the filter settings?
Thanks for any help you guys can give.
Daz

It sounds like you've applied the effect to the clip in the browser, not the one in the timeline.
You need to double click the clip in the timeline to open it in the viewer. Then any changes you make to the effect should be updated in the canvas window. Sometimes I've seen behaviour where you have to click on the canvas before it'll update, but you definitely shouldn't have to reapply the effect.
Just to check, open the clip from the browser, and check to see if it has any effects applied to it.

Similar Messages

  • Auto update of time when changing time zones - PLEASE help.

    I travel for a living and I can't figure out how to get this 8310 to auto update the time when I fly from one time zone to another. Can anyone help me with this? Thank you so much in advance!

    I'm sorry to inform you that the blackberry does not have a feature like this yet. You can read this FAQ and it will give you some tips though.
    Why doesn't my time update correctly when I change Time Zones? - BlackBerryFAQ.com
    You would need to set that manually and enter the meeting times in accordingly.
    Sorry!

  • Automatic update of Tax on change of tax driver  in SRM SC and PO

    Hello Experts,
    I ma facing one issue in Extended Classic secenario.
    At the time of creating the SC or PO the tax is calculated from the Vertex . So i already did a setting of calculted Tax in the Backend.
    Now when we create SC or PO the tax is calculated but once the document is created and we cahnge the Tax option form one to another Say form As US 4% to Vendors tax 5% ....So my system is not re-calculating the tax.
    We need to Automatic update of Tax on change of tax driver on SC and PO. Presently this is not a trigger for recalculating tax.
    Smriti

    Closed..

  • Canvas ID not being used when Canvas is created by State change

    After logging into my app I do a State change, which adds a
    few more buttons on a Linkbar and adds two more sections to a
    ViewStack. For the initial Canvas sections, I have an ID associated
    with each. Upon clicking a button, for example, I can alert on the
    value associated with each ID.
    However, for the new Canvases that are added, this is not
    working, even though an ID is associated with the Canvas. Instead,
    it is just telling me "Canvas355", where the number is different
    every time the app is initiated.
    Does anyone have any ideas about this?
    Thanks.
    Chris

    Hoepfully this will help. It's just the function to pop up
    the help window, but I put in an Alert.show to test with for now.
    private function helpWindow():void {
    helpinfopop = helpinfo(PopUpManager.createPopUp(this,
    helpinfo, false));
    helpinfopop.title="Help";
    helpinfopop.showCloseButton=true;
    helpinfopop.hscreen=allinfo.selectedChild.name;
    Alert.show(allinfo.selectedChild.name);
    PopUpManager.centerPopUp(helpinfopop);
    "allinfo" is the ID of the main ViewStack. What happens, if I
    just talk about the Alert.show function, is that for the 3 primary
    Canvases, it will show the ID I defined. For the new Canvases after
    the State change, it shows the random name/number. If I review the
    config, every single Canvas has an ID set.
    Thoughts?
    Thanks for all the help so far.
    Chris

  • Error in UPDATE statement with SET and JOIN

    Hi
    UPDATE lms_assessment_student QS JOIN lms_assessment_student_ans QA ON QS.pk_Assessment_Stud_Id = QA.fk_Assessment_Stud_Id SET QA.Mark = 1, QA.Comment_Field = 1 WHERE QS.pk_Assessment_Stud_Id = 1 AND QA.Question_Id = 1;
    The above statement when executing is showing ORA-00971: missing SET keyword. so i changed it to
    UPDATE lms_assessment_student QS SET QA.Mark = 1, QA.Comment_Field = 1 WHERE QS.pk_Assessment_Stud_Id = 1 AND QA.Question_Id = 1 JOIN lms_assessment_student_ans QA ON QS.pk_Assessment_Stud_Id = QA.fk_Assessment_Stud_Id ;
    and it showing ORA-00933: SQL command not properly ended.So can anyone help me in solving this problem
    Thanking you in advance
    Dinny

    Hi ,
    So many errors
    YOUR QUERY :
    UPDATE lms_assessment_student QS SET QA.Mark = 1, QA.Comment_Field = 1 WHERE QS.pk_Assessment_Stud_Id = 1 AND QA.Question_Id = 1 JOIN lms_assessment_student_ans QA ON QS.pk_Assessment_Stud_Id = QA.fk_Assessment_Stud_Id ;
    and it showing ORA-00933: SQL command not properly ended.So can anyone help me in solving this problem
    first thing u want to update qa and u write update QS ??
    Second y do u want to join??? just put the condition
    SOLUTION
    UPDATE lms_assessment_student_ans
    SET lms_assessment_student_ans.Mark = 1,
    lms_assessment_student_ans.Comment_Field = 1
    WHERE lms_assessment_student.pk_Assessment_Stud_Id = 1
    AND lms_assessment_student.pk_Assessment_Stud_Id = QA.fk_Assessment_Stud_Id
    Hope it works for u..
    Bhavesh

  • How pricing condition be auto updated if the user changes price in PO ?

    Hi
    Is there any configuration setting on how pricing condition can be automatically updated if the user changes price in the purchase order ?
    Thanks
    Maruthi

    Hi Maruthi,
    As far as I know, POs (like many other documents in SAP) are "snapshots" of data as it was at the time of the document creation.  This snapshot has no direct link to master data, so it will not change unless you go to the document and manually change/refresh whatever data you need updated. 
    Even if there were a way to link your PO to master data to auto-update I don't see how any change on a PO could go backwards and change master data.  Pricing works the other way around - the PO takes the price from the condition records, not the records from the PO.
    Hope this helps,
    J

  • Acrobat Distiller Adobe PDF default setting changes mysteriously

    I am using Adobe Acrobat 6.0 Professional on a Windows XP PC. On numerous occasions, my Acrobat Distiller Adobe PDF default setting changes mysteriously from "High Quality" to "PDFX1a". I do not know what is causing the default setting to change automatically. Would you know some possible causes? Thanks for your help.

    Hi Led2,
    Have you tried repairing the Acrobat installation and checked?
    I would also recommend updating to version 9.5.5 and check.
    Regards,
    Ravi

  • Update document after style change

    I have an application that allows named styles in a DefaultStyledDocument to be modified through a dialog. I would like the displayed document to be updated to reflect the changes when the dialog is closed.
    I get changedUpdate DocumentEvents in the listener for the document, but I don't know what to invoke to get the changes displayed.
    The document is displayed in a JTextPane. I am using Java 1.4.1_02.
    Thanks,
    Barry

    I figured out what the problem was. I was using setCharacterAttributes on DefaultStyledDocument to set the style for a string, but this appears to only copy the attributes to the created leaf element - it does not hook the style into the resolveParent like it does for branch elements (this is a difference between setLogicalStyle and setCharacterAttributes). The DefaultStyledDocument class doesn't have an equivalent for setLogicalStyle at the content level, but it is possible to accomplish the same effect by creating a dummy style that has the desired style as its parent and using that in setCharacterAttributes. This appears to provide the required effect.

  • After software update, App Store set to incorrect country

    After update to IOS 6 , IPad  App Store set to incorrect country profile. how do I change country profile to original setting.

    Change country profile
    1. App Store>Featured>Apple ID (at bottom of page)
    2. Tap on Apple ID>View Apple ID
    4. Enter your password
    5. Country/Region>Change Country or Region

  • Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Did you check the Zoom setting?
    Have you tried a reset (reboot)? Hold HOME and SLEEP until an Apple logo appears.
    If it isn't Zoom and a reboot doesn't help try Settings/General/Reset - Reset all settings

  • How do I Find/Set/Change a Bluetooth passkey on a T61 laptop with the Lenovo US/Eng Vista OS image?

    I purchased a T61 two years ago. It came with the Lenovo Vista Ultimate OS, US/English.  The T61 has Bluetooth, which I never used until now.
    I try to pair a cell phone and a PDA (both Palm devices) with the T61, and the devices ask for the T61's Bluetooth Passkey. I don't know what the passkey value is, nor do I see anywhere to set, change or enter it.
    This is how I know the the Bluetooth device driver is working on the T61: 1- The BT icon shows in the taskbar, the BT controt panels open, and even in Control Panel > Hardware and Sound > Bluetooth Devices, the phone name shows up. And strangely enough, at the bottom of the control panel, when the phone is listed (is discoverable), it shows "Paired: Yes", "Authenticated: No", attached image shows these values.
    I'm stumped. Where do I lookup, set or change the T61's Bluetooth passkey?

    Unfortunately that is not working. I've tried 0000, 000000, 00000000, 1234, and 123456 as the keys.  No popups, no response whatsoever on the T61. 
    The devices seem to wait some timeout period and then a message "cannot connect to T61...". I don't have the exact message here in front of me, but can get it if need be.

  • Update (0 new / 0 changed) Warning received Message Missing Update Finished

    The FULL load is running for long time and after some time it fails with processing Overdue. ( It is loading directly into datatargets no PSA as this is Daily FULL load to cube, deleting the previous request) The job overview is successfully finished in source system.
    While load running in details tab under processing..
    1)Data Package 6 ( 7407 Records ) : Missing messages -->
    2)Update ( 0 new / 0 changed ) : Warning received
    3)Message Missing: Update Finished for Cube
    4)Processing end : Missing messages .
    When clicked on helpnode on each step:-
    1)Data Package
    A data packet is either sent with transfer method IDoc or PSA to BI. You have the option here of viewing the data received and of editing it where necessary, of posting the data packet in simulation, and of canceling in simulation, and, if it has not yet been posted successfully, of starting the update manually.
    2)Update
    See also Data packet processing steps
    By this the persistent saving of data is understood in its final target object
    3)Processing Message
    see also Data Packet Processing Steps
    Single message from the processing of a data packet. Some messages contain references to application logs or other requests. The monitor then allows corresponding jumps.
    4)Processing End
    see also Data packet processing steps
    If the processing of a data packet has been finished then any error messages for each process in the step up until this point are delivered to the monitor and to the called program (in the case of transferring by IDoc thus to the IDoc management). If no errors arose then a success message is logged per process.
    Messages from source system
    see also Processing Steps Request
    These messages are sent by IDoc from the source system. Both the extractor itself as well as the service API can send messages. When errors occur, several messages are usually sent together.
    From the source system, there are several types of messages that can be differentiated by the so-called Info-IDoc-Status. The IDoc with status 2 plays a particular role here; it describes the number of records that have been extracted in a source system and sent to BI. The number of the records received in BI is checked against this information.

    Hi
    Try to transport the request again and check...
    Perform the consistency test with 'RSRV'...
    Check notes in this link if they could help u....UNCAUGHT_EXCEPTION
    Regards
    Gaurav

  • How to update the table when change list item in classic report

    hi ,
    i worked with apex 4.2 and i create normal classic report with one select list(named loved)Column ,now i want to update table when user change the list with new value ,i can't create dynamic action to do this,i create check box with primary key and loop for check item to update the table but i can't get the value of list item. and for more speed the user want to do this when change the list value.
    my question
    1- how to do this by javascript and get the value from list item and update the table with new value
    2- is i must use API to create list item so i can get the value of item in report or what.
    Thanks
    Ahmed

    I coded the following to give you direction:
    1. In the "Element Attributes" section of the DEPTNO column, I call a javascript function as:
    onchange = "javascript:updateTable(this);"2. I wrote a simple javascript function that shows an alert when the user changes the select list as:
    <script language="JavaScript" type="text/javascript">
    function updateTable(pThis)
        var vRow = pThis.id.substr(pThis.id.indexOf('_')+1);
        alert('Row# - '+ vRow + ' has the value - ' + pThis.value);
    </script>Now, you can call a AJAX on-demand process inside the javascript function to update the database value.

  • I woke up this morning and my Bookmarks is working different.  Has a setting changed, or did Apple change it for me and how do I get it back?????????

    I woke up this morning and my bookmarks are functioning different, and the tool bar has changed.  Instead of opening the bookmarks in a page on Safari, I get a menu on the side of the page.  Then I have to go click on the bookmark icon again to get rid of the menu.  Has a setting changed or did Apple change it for me and how do I get it BAAAAAAACK????????????

    The first G4 models were basically a repackaged/upgraded G3 & came in 350 & 400MHz models. This design was called PCI version. The next G4 models were AGPs. This link http://www.everymac.com/systems/apple/powermac_g4/index-powermac-g4.html has the specs/pictures of all the G4 models.
    Power Mac G4: How to Differentiate Between Models
    http://docs.info.apple.com/article.html?artnum=58418
    Power Mac G4: How to Differentiate Between Models (Part 2)
    http://docs.info.apple.com/article.html?artnum=42739
    Using these links, you should be able to determine which model you have.
    Removing the battery causes all settings in the internal memory to be reset, just like resetting the PMU/CUDA. See Mac PRAM, NVRAM, CUDA/PMU & Battery Tutorial
     Cheers, Tom

  • Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Just a suggestion..........
    Download Thunderbird.  Easier to use when it comes to what you want to do w/your emails. 

Maybe you are looking for