How to use the Rolling Edit in Premiere Elements 9?

Hi there,
I can't seem to find the rolling edit option in Premiere Elements 9. Is it still in the program or is it removed? And while we're at it, are the slip and the slide edit still in there?
Thanks,
Ronald

Hi Steve,
Yes, if I have two clips or images beside each other on the timeline, the rolling edit will allow me to simultaneously move the cut point of the first clip and the start point of the 2nd clip by moving the (single) cursor forward or backwards.
This was in Premiere in the past.

Similar Messages

  • How to use the action OnExpandAll on UI element Tree

    Hi, experts .
    I am in WDA developing project and developing the screen which has Tree .
    I want to expand all nodes when users click the button on the head of Tree .
    I copied the application `WDT_TREE` and created Tree of my application successfully .
    And I created the action OnExpandAll on my Tree and tried to create the function to expand all nodes .
    But I do not know how to use the action OnExpandAll .
    I can see the button to start action OnExpandAll on the head of Tree .
    I am trying to write logic in the action . But it does not work successfully .
    (In my tree , when I click the button for OnExpandAll , all nodes are outputted on root node .
    Because my logic is wrong ... )
    Please give me any hints .
    Masao

    Hi
    As your case it is a recursive node.
    then you have to create method and call it recursively for the expanall functionality.
    do it like this.
    create an attribute the node FOLDER
    name = 'ISEXPANDED'
    type = WDY_BOOLEAN.
    Now bind the property expanded of treenode FOLDER UI to this attribute.
    now go to the methods tab and create one method say name ZEXPANDALL.
    in thsi method make one importing parameter of type ( type ref to ) if_wd_context_node. and name NODE.
    then write the following code in this method.
    method ZEXPANDALL .
    DATA ELT TYPE WDR_CONTEXT_ELEMENT_SET.
    DATA EL TYPE REF TO IF_WD_CONTEXT_ELEMENT.
    data nd type ref to if_wd_context_node.
    data nds type WDR_CONTEXT_CHILD_MAP.
    data chld type wdr_context_child.
    data nf type ref to if_wd_context_node_info.
    data name type string.
    ELT = node->GET_ELEMENTS( ).
    LOOP AT ELT INTO EL.
      EL->SET_ATTRIBUTE(
      NAME = 'ISEXPANDED'
      VALUE = ABAP_TRUE
      data parent_key type string.
    EL->get_attribute( exporting name = 'TEXT' importing value
    = parent_key ).
    * create the child nodes
        create_node(
          exporting
            cur_element = EL
            parent_key  = parent_key ).
    nds = el->get_child_nodes( ).
    loop at nds into chld.
      nd ?= chld-node.
      nf = nd->get_node_info( ).
    name  = nf->get_name( ).
    if name eq 'FOLDER'.
      zexpandall(                             "recursive call
      nd
    endif.
      endloop.
      ENDLOOP.
    endmethod.
    NOw go to your eventhandler created for action expandall.
    there write the following code.
    method ONACTIONEXPANDALL .
    DATA lo_nd TYPE REF TO if_wd_context_node.
      lo_nd = wd_context->get_child_node( 'FOLDER' ).
      ZEXPANDALL( lo_nd ).
    endmethod.
    thats it.
    Thanks
    sarbjeet singh

  • How to download a DVD movie into Premiere Elements 12 using my MacBook Pro so I can edit the video?

    How to download a DVD movie into Premiere Elements 12 using my MacBook Pro so I can edit the video?

    Bob Perez
    Please review and consider the following which works for me in Premiere Elements 12 Window 64 bit.
    From what you wrote, I suspect that you have DVD-VIDEO widescreen on DVD disc. For now I will assume that you are working in a NTSC setup.
    Premiere Elements DVD-VIDEO on DVD disc is characterized as interlaced video with field order lower (bottom) field first. I am not sure how your DVD-VIDEO on DVD was produced - upper (top) field first or lower (bottom) field first. We may have to apply Field Option Reverse Field Dominance at the Timeline level, but for now let us put that aside for a later time.
    Insert your DVD disc in the DVD burner tray.
    Open Premiere Elements to the Expert workspace and set the project preset manually for NTSC DV Widescreen. How to details for manual project preset setting are found
    ATR Premiere Elements Troubleshooting: PE11: Accuracy of Automatic Project Preset (New Project Dialog) Setting
    Then, Add Media/DVD camera or Computer Drive/Video Importer.
    The video files from the DVD-VIDEO will be the larger size files and will probably start with VTS_01_1.VOB.
    In the Video Importer designate the save location for video file VOB(s) and select Add to Timeline and hit Get Media
    to put the files on the Timeline for editing.
    If you have more than one DVD disc to "rip", please set up the Video Importer Save In location so that the save in location has a folder for each disc. The fact that all DVDs have the same VTS_01_1.VOB name etc will cause problems if you saved all to the same place as individual files.
    Determine how that works for you in your Mac computer environment. We will be watching for your progress.
    Others may tell you that you need to convert the VOB to another format before import into Premiere Elements. That is no necessary for Premiere Elements.
    Thank you.
    ATR

  • I want to use the expression edit control in a VC++ DLL, how?

    Good morning,
    as mentioned I want to use the expression edit control in my DLL written with VSC++ 2005 MFC. But I ran into some problems:
    If I just add the ExpressionEdit control from the toolbar to my dialog then the dialog will not be shown during runtime. As soon as I delete the control the dialog shows up.
    In the TS examples is one called 'TCL' (...National Instruments\TestStand 4.1.1\Examples\Tcl\source\EditSubstep). This is programmed in C++ and uses the expression edit control.
    The original dll works fine but as soon as I compile the editsubstep with my VS 2005 I get a runtime error (see image).
    What do i have to do to be able to use this control?
    Has anybody an working example for me?
    Cheers Frank
    Solved!
    Go to Solution.
    Attachments:
    fehler.JPG ‏21 KB

    @juergen: how do I know which lib I am using?
    I am using this COM-Control: c:\programme\national Instruments\testStand 4.1.1\bin\exprEdit.dll
    @Doug: I created the sequence as you described and used this for debugging to find out where the problem is.
    I found out, that the problem must be somewhere here:
    dlgcore.cpp
    BOOL CWnd::CreateDlgIndirect(LPCDLGTEMPLATE lpDialogTemplate,
    CWnd* pParentWnd, HINSTANCE hInst)
    Line 314:
    hWnd = ::CreateDialogIndirect(hInst, lpDialogTemplate,
    pParentWnd->GetSafeHwnd(), AfxDlgProc);
    Without the ExpEdit-control hWnd has a Value
    with control hWnd is 0.
    This is what I found out so far.
    Frank

  • How to use the stabilizer effect on Adobe premiere elements 11

    Can anyone show me how to use the video stabilizer effect on premiere elements 11 step by step ?
    Thank you !

    achiu8888
    I suspect that the principles would lend themselves to a step by step but how the effect works with your specific video will depend upon the degree of shakiness and other factors.
    1. Your video clip on the Timeline of a project with the project settings which match the properties of your source video (part of all works whether or not the Stabilizer is involved.
    2. Go to fx Effects Tab at the bottom of the Expert View, navigate to the Video Stabilizer and click on it to view its thumbnail. Drag the effect's thumbnail from there into the video clip on the Timeline.
    3 I ran into an online excerpt of the Video Stabilizer in Adobe's Classroom in a Book, you may want to follow the path from there.
    http://books.google.com/books?id=7zdjWNElM1IC&pg=PT252&lpg=PT252&dq=premiere+elements+stab ilizer&source=bl&ots=YM4HHrmZAl&sig=MpFt6GJn7IkgESWBZ6sC6wA7aEM&hl=en&sa=X&ei=ZZ2zUbbVI5W3 4APDq4D4DQ&sqi=2&ved=0CHoQ6AEwBw
    Also, you might want to put that information together with Adobe Effects Reference's description of the options iin the Applied Effects Palette/Stabilizer Panel.
    http://help.adobe.com/en_US/premiereelements/using/WS4B8135DA-083C-42eb-B09E-65070ECBC889. html#WSeffff8bffc802084cc1873012fdd6069b3-8000
    (Scroll down until you get to Video Stabilizer options description.)
    The above should supply with good starter information. If you need clarification on anything that I have written, please do not hesitate to ask.
    Thanks.
    ATR

  • How do I share video clips with others using the Starter Edition?

    I have many videos on my Photoshop Album Starter Edition account.  Is there a way to share videos using the Starter Edition program?

    I wonder the same thing. The icloud.com web page is pretty rediculous as of now.  What's the point of the page? Ive got an iphone that has my email, calendar, photos, etc.. what does the icloud page do? I think it's a work in progress cause I dont see a need to log onto it since my devices have all the info on it already? Yes, Id like to be able to log onto the icloud from work and see the pictures in my cloud.

  • When trying to import music files I get a error message that says "importer reported a generic error" I'm using windows 7, DellPC, installed premiere elements 13 2 days ago. Also when previewing and editing video,screen looks great but when I transfer to

    When trying to import music files I get an error message Thea says "importer reported a generic error". Also when editing video, screen views look great but when I transfer to PC or flash drive video quality is very poor. Any suggestions?

    chansen232
    Premiere Elements 13 on Windows 7 (presumed 64 bit).....
    1. Music files and error message...are these music files from iTunes? If so, convert them to .wav in iTunes to convert them to wav version, and then import the .wav version into Premiere Elements 13 project using Premiere Elements 13 Expert workspace's Add Media/Files and Folders/Project Assets from where you drag the wav version to the Soundtrack.
    The following are the instructions for the iTunes converting
    http://support.apple.com/en-us/HT1550
    If any problems with the instructions, please let me know, and I will go through them with you.
    2. How you set up the project and the export settings that you select greatly influence your end product result.
    a. What are the properties of the source media?
    b. What project preset did you (manually) or the project (automatically) set to match the properties of the source media.
    (If you do not know, please tell us what you see for the readings of Editing Mode, Timebase, Frame Size, Pixel Aspect Ratio - even
    if the fields look grayed out.)
    c. For your export...Publish+Share/Computer/and then what? And what preset? Did you use the default settings of the preset or did you
    customize the export settings of the preset under the preset's Advanced Button/Video Tab and Audio Tab?
    Let us start here and then decide what next.
    Thanks.
    ATR

  • How to use the different class for each screen as well as function.

    Hi Experts,
    How to use the different class for each screen as well as function.
    With BestRegards,
    M.Thippa Reddy.

    Hi ThippaReddy,
    see this sample code
    Public Class ClsMenInBlack
    #Region "Declarations"
        'Class objects
        'UI and Di objects
        Dim objForm As SAPbouiCOM.Form
        'Variables
        Dim strQuery As String
    #End Region
    #Region "Methods"
        Private Function GeRate() As Double
                Return Double
        End Function
    #End Region
    Public Sub SBO_Appln_MenuEvent(ByRef pVal As SAPbouiCOM.MenuEvent, ByRef BubbleEvent As Boolean)
            If pVal.BeforeAction = True Then
                If pVal.MenuUID = "ENV_Menu_MIB" Then
                End If
            Else ' Before Action False
                End If
        End Sub
    #End Region
    End Class
    End Class
    Rgds
    Micheal
    Vasu Anna Regional Feeling a???? Just Kidding
    Edited by: micheal willis on Jul 27, 2009 5:49 PM
    Edited by: micheal willis on Jul 27, 2009 5:50 PM

  • How to use the separate symbol in the text field in the adobe form.

    Hi,experts,
    I don’t know how to use the separate symbol to make a paragraph separate into several lines correctly in the text field in the adobe form.
    Action:
    1. config the ADS successfully.
    2. create the adobe form with a mult-line textfield(binding the 'remark' context in the interface of the form) using sfp.
    3. create a WDA for invoke the form and transfer the 'remark' context data.
    I use the following codes to display the paragraph in the PDF document:
    CONCATENATE
    '1、aaaaaaaaaaa;'
    '2、bbbbbbbbb '
    '3、ccccccccccc'
    '4、ddddddddd'
    INTO remark .
    lo_nd_z_hr_php_payslip->set_attribute(
    EXPORTING
    name = `REMARK`
    value = remark ).
    But I found all the content aren't paragraph separate correctly in the text field in the adobe form when I run the WDA.
    Could you please give me some hints to make the paragraph separate correctly in PDF document? Thanks a lot in advance!
    My email is : [email protected]
    Best regards,
    Tao
    Edited by: wang tao on Apr 8, 2008 1:58 AM

    Hi,
    If it is just a one word value then you could use this in the exist event;
    this.rawValue    
    = util.printx(">?<*",this.rawValue);
    This changes the first character (represented by the ?) to uppercase (represented by the >) and all trailing characters (represented by the *) to lowercase (represented by the <).
    If you wanted something more general ... if they could also enter a middle name then you could call a function like;
    function        toTitleCase(textValue)
      return  textValue.toLowerCase().replace(/\b[a-z]/g, function replacer(match) { return match.toUpperCase(); });
    This uses a regex to change all lowercase letters following a word boundary to uppercase.
    Bruce

  • How to use the separate symbol in the textfield in adobe form?..urgent

    Hi,experts,
    I don’t know how to use the separate symbol to make a paragraph separate into several lines correctly in the text field in the adobe form.
    Action:
    1. config the ADS successfully.
    2. create the adobe form with a mult-line textfield(binding the 'remark' context in the interface of the form) using sfp.
    3. create a WDA for invoke the form and transfer the 'remark' context data.
    I use the following codes to display the paragraph in the PDF document:
    CONCATENATE
    '1&#12289;aaaaaaaaaaa&#65307;'
    '2&#12289;bbbbbbbbb '
    '3&#12289;ccccccccccc'
    '4&#12289;ddddddddd'
    INTO remark .
    lo_nd_z_hr_php_payslip->set_attribute(
    EXPORTING
    name = `REMARK`
    value = remark ).
    But I found all the content aren't paragraph separate correctly in the text field in the adobe form when I run the WDA.
    Could you please give me some hints to make the paragraph separate correctly in PDF document? Thanks a lot in advance!
    My email is : [email protected]
    Best regards,
    Tao
    Edited by: wang tao on Apr 8, 2008 2:05 AM
    Edited by: wang tao on Apr 10, 2008 10:29 AM
    Edited by: wang tao on Apr 11, 2008 5:29 AM

    With the pen tool in Indesign, is there a way of making the points not join if you want to make a few single lines?

  • How to use the updated value in the same update statement

    Hello,
    I just wonder how to use the updated new value of other column in the same udpate statement. I am using Oracle 11.2, and want to update the two columns with one update statement as following:
    create table tb_test (id number(5), tot number(5), mon_tot number(5));
    update tb_test set (tot = 15, mon_tot = tot *15) where id = 1;
    ...I would like to update both tot and mon_tot column, the value of mon_tot shall be determinted by the new value of tot.
    Thanks,
    Edited by: 939569 on 1-Feb-2013 7:00 AM

    Edit: example added
    SQL> create table tb_test
      2  ( id number(5)
      3  , tot number(5)
      4  , mon_tot number generated always as (tot*15) virtual
      5  );
    Table created.
    SQL> insert into tb_test (id, tot) values (1, 5);
    1 row created.
    SQL> select * from tb_test;
            ID        TOT    MON_TOT
             1          5         75
    1 row selected.
    SQL> update tb_test
      2  set    tot = 15
      3  where  id = 1;
    1 row updated.
    SQL> select * from tb_test;
            ID        TOT    MON_TOT
             1         15        225
    1 row selected.

  • How to use the chart option in bex analyzer

    Hi Expert
    i want to know how to use the Chart in Bex Analyzer.
    Next week i hve End user Training. my user wanthow to use the chart option in Analyzer.
    plz let me know how to use chart & any Document on that plz reply me.
    Reagards
    siva
    Edited by: patel siva on Sep 16, 2008 4:34 PM

    Check here:
    https://reporting.uky.edu/BWBExContextMenu.pdf
    http://help.sap.com/saphelp_nw70/helpdata/EN/8b/4ffd9b07474279b3bbee75a60db41f/content.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5b/30d43b0527a17be10000000a114084/frameset.htm
    Thanks..
    Shambhu

  • How to use the transformation matrix in Placed Suite.

    I am in trouble how to use the transformation matrix Placed Art (PlacedSuite ). 
           AIRealMatrix rasterMatrix;
    AIRealMatrix placedMatrix;
    if (artType == kRasterArt {
         error = sAIRaster-> GetRasterMatrix (art, & rasterMatrix);
    } else if ((artType == kPlacedArt) {
         error = sAIPlaced-> GetPlacedMatrix (art, & placedMatrix);
    When I converted to using the transformation matrix of PlacedArt, the target art could not be converted to expect.
    I could convert in case of the RasterArt. (The reference point of the transformation matrix of RasterArt is (0,0).) 
    In the PlacedArt, preference point is not (0,0)?
    The tx/ty of the transformation matrix of PlacedArt is not correct? 
    In the transformation matrix of RasterArt and Placed Art, how are those two different?

    The short answer is "no", (0, 0) is not the origin of placed art (unlike kRasterArt). Off the top of my head, I believe when you place art, its original state is upside-down and flipped horizontally in the upper-right of the artboard. If you want to see where it starts, simply create an identity matrix and apply that as the matrix for the kPlacedArt and you'll see how it starts. Yes, its pretty crazy.
    minimum99 posted some code that might help. I haven't tried it (I rolled my own years ago) but I'd give it a whirl:
    http://forums.adobe.com/message/3195790#3195790

  • How to use the compensate activity in bpel flow

    Hi
    Can anyone please let me know how to use the compensate activity in bpel flow. Like i have 4 DB adapters in a flow if any one fails i want do the roll back by using compensate activity.
    I am femiliar with transactions proparties, I want to do it from compensate
    Any suggestions would be appricite.
    Thanks in advance.

    Hi,
    wrong forum, please try the SOA forum SOA Suite
    Frank

  • How to use the validation.xml in struts validation?

    Can any one please help me, how to use the validation.xml in struts validation? possible please give me simple example.
    Edited by: SathishkumarAyyavoo on Jan 31, 2009 12:03 PM

    These 2 are the good articles for the beginners to do validation things in Struts. you can follow any one of them.
    1. [http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html]
    2. [http://www.vaannila.com/struts/struts-example/struts-custom-validation-example-1.html]
    All the best.

Maybe you are looking for

  • Initial load of data to UCM for Customer Hub PIP

    Hi, What is the recommended approach to have XREF tables populated during an initial load to UCM (via EIM), when the Accounts already exist in Siebel CRM? Our approach as of now, using EIM, is as follows: 1) Set required customer information in EIM_U

  • Power Mac G4 Display Problem

    I own a Power Mac G4 Digital Audio 733MHz model, and an Apple Flat Panel monitor. The monitor connects using ADC. Sometimes when I boot my Power Mac the power light appears on the display, but the display screen does not turn on. Rebooting the Power

  • How to free up disk space on drive C

    We have been running Windows Small Business Server 2011 Essentials Sp1 for a number of years now without any apparent problems. We have noticed over this period, the free space on the 'C' drive diminishing over time. We are now at a point where house

  • Bridge (CS5) Running Extremely Slow

    For some reason, every time I open Bridge (CS5) my thumbnails load at an incredibly slow rate. In addition, when I try to open a folder in Bridge, it takes anywhere from 3 - 5 minutes for everything to load. It's strange because I'm able to access th

  • ReInstallation of iTunes/iPod Updating

    Here's the deal: My hard drive had to be replaced because of an unexpected meltdown. Luckily, I had all my songs on my ipod, so I didn't lose my music. However, now that I've installed iTunes onto my new hard drive and retrieved my purchased music fr